|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Constraint in org.devaki.nextobjects.ui.workspace.models |
Methods in org.devaki.nextobjects.ui.workspace.models with parameters of type Constraint | |
static void |
EditorFactory.getConstraintEdit(Constraint pConstraint)
Call the 'ContraintEdit' window |
Uses of Constraint in org.devaki.nextobjects.ui.workspace.models.objects |
Methods in org.devaki.nextobjects.ui.workspace.models.objects with parameters of type Constraint | |
void |
ConstraintEdit.setData(Constraint pConstraint)
Get the informations from the selected constraint |
Uses of Constraint in org.devaki.nextobjects.util |
Methods in org.devaki.nextobjects.util that return Constraint | |
static Constraint |
ModelMan.addConstraint(PhysicalModel pDatabase,
Constraint pConstraint)
Add a constraint |
protected static Constraint |
NOXMLFactory.loadForeignKey(org.w3c.dom.Element pEltForeignKey,
Table pTable)
Convert a JDom Elment into a FK |
Methods in org.devaki.nextobjects.util with parameters of type Constraint | |
static void |
EditorFactory.getConstraintEdit(Constraint pConstraint)
Call the 'ContraintEdit' window |
static Constraint |
ModelMan.addConstraint(PhysicalModel pDatabase,
Constraint pConstraint)
Add a constraint |
Uses of Constraint in org.devaki.nextobjects.workspace.models |
Methods in org.devaki.nextobjects.workspace.models that return Constraint | |
Constraint |
PhysicalModel.getConstraintAt(int at)
Return the constraint identified by the parameter in the list of constraints. |
Uses of Constraint in org.devaki.nextobjects.workspace.models.graphics |
Constructors in org.devaki.nextobjects.workspace.models.graphics with parameters of type Constraint | |
ConstraintView(Constraint pConstraint)
Construct a new 'ConstraintView' object |
Uses of Constraint in org.devaki.nextobjects.workspace.models.objects |
Constructors in org.devaki.nextobjects.workspace.models.objects with parameters of type Constraint | |
Constraint(Constraint pCst)
Clone a 'Constraint' object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |