|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Entity in org.devaki.nextobjects.ui.workspace.models |
Methods in org.devaki.nextobjects.ui.workspace.models with parameters of type Entity | |
static void |
EditorFactory.getEntityEdit(Entity pEntity)
Call the 'EntityEdit' window |
Uses of Entity in org.devaki.nextobjects.ui.workspace.models.objects |
Methods in org.devaki.nextobjects.ui.workspace.models.objects with parameters of type Entity | |
void |
EntityEdit.setData(Entity pEntity)
Initialize window components with the data of the object given as parameter of the constructor |
Uses of Entity in org.devaki.nextobjects.util |
Methods in org.devaki.nextobjects.util that return Entity | |
static Entity |
ModelMan.addEntity(ConceptualModel pMerise,
java.awt.Point p)
Conveniency method for the ConceptualView.java to add an entity. |
Methods in org.devaki.nextobjects.util with parameters of type Entity | |
static void |
EditorFactory.getEntityEdit(Entity pEntity)
Call the 'EntityEdit' window |
static void |
ModelMan.addEntity(ConceptualModel pMerise,
Entity pEntity)
Function used to paste an entity when using the clipboard |
Uses of Entity in org.devaki.nextobjects.workspace.models |
Methods in org.devaki.nextobjects.workspace.models that return Entity | |
Entity |
ConceptualModel.getEntityAt(int at)
Return the entity identified by the parameter in the list of entities. |
Entity |
ConceptualModel.getEntity(java.lang.String pString)
Return a entity for code |
Uses of Entity in org.devaki.nextobjects.workspace.models.graphics |
Constructors in org.devaki.nextobjects.workspace.models.graphics with parameters of type Entity | |
EntityView(Entity pEntity)
Construct a new 'EntityView' object |
Uses of Entity in org.devaki.nextobjects.workspace.models.objects |
Methods in org.devaki.nextobjects.workspace.models.objects that return Entity | |
Entity |
Association.getEntityAt(int position)
Get the entity according to the given parameter |
Methods in org.devaki.nextobjects.workspace.models.objects with parameters of type Entity | |
AssociationLink |
Association.addAssociationLink(Entity pEntity,
int pCard)
Add an association link |
AssociationLink |
Association.addAssociationLink(Entity pEntity)
Add an association link |
Constructors in org.devaki.nextobjects.workspace.models.objects with parameters of type Entity | |
Association(ConceptualModel pModel,
Entity pEntityBegin,
Entity pEntityEnd)
Construct a new 'Association' object |
|
AssociationLink(Association pAssociation,
Entity pEntity,
int pCard)
Create a new 'AssociationLink' object while dragging |
|
Entity(Entity pObject)
Construct a new 'Entity' object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |