|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.ui.workspace.models.EditorFactory
This class calls the properties et styles editors for each object
Method Summary | |
static void |
getAssociationEdit(Association pAssociation)
Call the 'AssociationEdit' window |
static void |
getAssociationLinkEdit(AssociationLink pLink)
Call the 'AssociationLinkEdit' window |
static void |
getConstraintEdit(Constraint pConstraint)
Call the 'ContraintEdit' window |
static void |
getEntityEdit(Entity pEntity)
Call the 'EntityEdit' window |
static void |
getInheritanceEdit(InheritanceLink pLink)
Call the 'InheritanceLinkEdit' window |
static void |
getLabelEdit(Label pLabel)
Call the 'LabelEdit' window |
static void |
getModelEdit()
Call the 'ProjectPreferences' window |
static void |
getObjectEdit(BaseObject pObject)
Call current object editing window If no current object call current model object editing window |
static void |
getObjectStyle(ObjectView pObjectView)
Get an object style window |
static void |
getTableEdit(Table pTable)
Call the 'TableEdit' window |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void getObjectEdit(BaseObject pObject)
pObject
- the object to show the editorpublic static void getModelEdit()
public static void getAssociationEdit(Association pAssociation)
pAssociation
- the context Associationpublic static void getAssociationLinkEdit(AssociationLink pLink)
pLink
- the context AssociationLinkpublic static void getConstraintEdit(Constraint pConstraint)
pConstraint
- the context Constraintpublic static void getEntityEdit(Entity pEntity)
pEntity
- the context Entitypublic static void getInheritanceEdit(InheritanceLink pLink)
pLink
- the context InheritanceLinkpublic static void getLabelEdit(Label pLabel)
pLabel
- the context Labelpublic static void getTableEdit(Table pTable)
pTable
- the context Tablepublic static void getObjectStyle(ObjectView pObjectView)
pObjectView
- the context object view
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |