|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Table in org.devaki.nextobjects.ui.workspace.models |
Methods in org.devaki.nextobjects.ui.workspace.models with parameters of type Table | |
static void |
EditorFactory.getTableEdit(Table pTable)
Call the 'TableEdit' window |
Uses of Table in org.devaki.nextobjects.ui.workspace.models.objects |
Methods in org.devaki.nextobjects.ui.workspace.models.objects with parameters of type Table | |
void |
TableEdit.setData(Table pTable)
Initialize the editor with a Table object |
Uses of Table in org.devaki.nextobjects.util |
Methods in org.devaki.nextobjects.util that return Table | |
static Table |
ModelMan.addTable(PhysicalModel pDatabase,
java.awt.Point p)
Add a new table |
Methods in org.devaki.nextobjects.util with parameters of type Table | |
static void |
EditorFactory.getTableEdit(Table pTable)
Call the 'TableEdit' window |
static void |
ModelMan.addTable(PhysicalModel pDatabase,
Table pTable)
Function used by to create (using the popup menu) or paste a new table |
static void |
ModelMan.removeTable(PhysicalModel pDatabase,
Table t)
Remove a table from a database |
protected static Constraint |
NOXMLFactory.loadForeignKey(org.w3c.dom.Element pEltForeignKey,
Table pTable)
Convert a JDom Elment into a FK |
Uses of Table in org.devaki.nextobjects.workspace.models |
Methods in org.devaki.nextobjects.workspace.models that return Table | |
Table |
PhysicalModel.getTableForId(java.lang.String pString)
Get table for the given tableCode |
Table |
PhysicalModel.getTableAt(int at)
Return the table identified by the parameter in the list of tables. |
Methods in org.devaki.nextobjects.workspace.models with parameters of type Table | |
java.util.Vector |
PhysicalModel.getConstraints(Table t)
Get constraint(s) for the given table |
Uses of Table in org.devaki.nextobjects.workspace.models.graphics |
Methods in org.devaki.nextobjects.workspace.models.graphics with parameters of type Table | |
static Column |
PhysicalView.getNewStandardFk(Table pParentTable,
Table pChildTable)
get a new , standard foreign key take the PK of the foreign table and add it as a F into the table. |
Constructors in org.devaki.nextobjects.workspace.models.graphics with parameters of type Table | |
TableView(Table pTable)
Construct a new 'TableView' object |
Uses of Table in org.devaki.nextobjects.workspace.models.objects |
Methods in org.devaki.nextobjects.workspace.models.objects that return Table | |
Table |
Entity.getSubsequentTable()
Get the subsequent table in a pdm |
Methods in org.devaki.nextobjects.workspace.models.objects with parameters of type Table | |
void |
Entity.setSubsequentTable(Table pTable)
Set the subsequent table |
Constructors in org.devaki.nextobjects.workspace.models.objects with parameters of type Table | |
Constraint(PhysicalModel pModel,
Table pPrtClass,
java.util.List pLocalKeys,
Table pChdClass,
java.util.List pDistantKeys)
Construct a new 'Constraint' object |
|
Table(Table pObject)
Construct a new 'Table' object by clonig another |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |