Uses of Class
org.devaki.nextobjects.workspace.models.objects.Entity

Packages that use Entity
org.devaki.nextobjects.ui.workspace.models   
org.devaki.nextobjects.ui.workspace.models.objects   
org.devaki.nextobjects.util   
org.devaki.nextobjects.workspace.models   
org.devaki.nextobjects.workspace.models.graphics   
org.devaki.nextobjects.workspace.models.objects   
 

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
 



Copyright © 2002-2004 devaki.org. All Rights Reserved.