|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VertexList | |
jcreek.cke.command | |
jcreek.cke.conceptview | |
jcreek.cke.graph | |
jcreek.cke.tool | |
jcreek.cke.util | |
jcreek.cke.visualizer |
Uses of VertexList in jcreek.cke.command |
Fields in jcreek.cke.command declared as VertexList | |
protected VertexList |
PasteCommand.nodes
List of Entities to be Pasted |
protected VertexList |
OverviewCommand.entities
List of entities to be moved by the LayoutAlgorithm. |
protected VertexList |
EntityMoveCommand.entities
List of entities to be moved by the delta values. |
protected VertexList |
DeleteEntityCommand.remEntity
Entity to be Deactivated. |
protected VertexList |
DeActivateEntityCommand.remEntity
Entity to be Deactivated. |
protected VertexList |
CutCommand.remEntity
Entity to be Deactivated. |
Methods in jcreek.cke.command with parameters of type VertexList | |
protected void |
PasteCommand.resetEntities(VertexList vl)
|
protected boolean |
DeleteAction.askToDelete(VertexList remEntity,
Visualizer win)
Ask the user if we should save the current dirty document. |
VisualEntity |
CutAction.getVisualEntity(VisualEntity ve,
VertexList vl)
|
VisualEntity |
CopyAction.getVisualEntity(VisualEntity ve,
VertexList vl)
|
Constructors in jcreek.cke.command with parameters of type VertexList | |
PasteCommand(CreekDocument doc,
VertexList ve,
RelationList rl,
java.awt.Point loc)
|
|
EntityMoveCommand(CreekDocument doc,
VertexList nl,
int dx,
int dy)
Constructor for this command. |
|
DeleteEntityCommand(CreekDocument doc,
VertexList ve)
|
|
DeActivateEntityCommand(CreekDocument doc,
VertexList ve)
|
|
CutCommand(CreekDocument doc,
VertexList ve)
|
Uses of VertexList in jcreek.cke.conceptview |
Methods in jcreek.cke.conceptview with parameters of type VertexList | |
void |
DrawingSurface.dataChanged(VertexList vl,
RelationList rl)
Deprectaed, use setGraph() |
void |
ConceptView.dataChanged(VertexList vl,
RelationList rl)
|
Uses of VertexList in jcreek.cke.graph |
Methods in jcreek.cke.graph that return VertexList | |
VertexList |
VertexList.copy()
Makes a deep copy of this vertex list, cloning each of the vertices in the list. |
VertexList |
GraphModel.getEntities()
Return the reference to the entity list contained in this graph. |
VertexList |
CreekModel.getEntities()
|
Methods in jcreek.cke.graph with parameters of type VertexList | |
void |
VertexList.join(VertexList list)
Combines the elements from list into this
list of vertices. |
boolean |
GraphModel.addEntityList(VertexList nodes)
Add the given list of entities to the graph. |
boolean |
GraphModel.removeEntityList(VertexList nodes)
Remove a list of nodes from the model. |
boolean |
GraphModel.deleteEntityList(VertexList nodes)
Delete the given list of entities from the graph. |
void |
GraphModel.selectVertices(boolean state,
VertexList vList)
Mark all the entities in the List as selected. |
boolean |
GraphModel.moveEntityList(VertexList el,
int dx,
int dy)
Moves a list of entities to a new location, given by the dx, dy, dz coordinates. |
boolean |
CreekModel.addEntityList(VertexList nodes)
|
boolean |
CreekModel.removeEntityList(VertexList nodes)
|
boolean |
CreekModel.deleteEntityList(VertexList nodes)
|
void |
CreekModel.selectVertices(boolean state,
VertexList vList)
|
boolean |
CreekModel.moveEntityList(VertexList vl,
int dx,
int dy)
|
Constructors in jcreek.cke.graph with parameters of type VertexList | |
DefaultGraph(VertexList vList,
RelationList rList)
|
Uses of VertexList in jcreek.cke.tool |
Fields in jcreek.cke.tool declared as VertexList | |
protected VertexList |
ZoomTool.selectedList
List of the selected entities in the order they were selected by the user. |
protected VertexList |
ZoomTool.movingVertices
The list of the entities being moved around. |
protected VertexList |
MoveTool.selectedList
List of the selected entities in the order they were selected by the user. |
protected VertexList |
MoveTool.movingVertices
The list of the entities being moved around. |
protected VertexList |
BuildTool.selectedList
List of the selected entities in the order they were selected by the user. |
protected VertexList |
BuildTool.movingVertices
The list of the entities being moved around. |
Methods in jcreek.cke.tool that return VertexList | |
VertexList |
ZoomTool.getSelected()
|
VertexList |
MoveTool.getSelected()
Returns the list of selected entities, in the order they were selected by the user. |
VertexList |
CreekTool.getSelected()
Returns the list of selected vertices, in the order they were selected by the user. |
VertexList |
BuildTool.getSelected()
|
Methods in jcreek.cke.tool with parameters of type VertexList | |
VisualEntity |
MoveTool.getVisualEntity(VisualEntity ve,
VertexList vl)
|
protected void |
MoveTool.initialiseEntities(VertexList vl)
|
Uses of VertexList in jcreek.cke.util |
Fields in jcreek.cke.util declared as VertexList | |
protected VertexList |
SelectionSet.vl
|
Methods in jcreek.cke.util that return VertexList | |
VertexList |
SelectionSet.getVertexList()
|
Methods in jcreek.cke.util with parameters of type VertexList | |
VisualEntity |
EntitySelection.getVisualEntity(VisualEntity ve,
VertexList vl)
|
Constructors in jcreek.cke.util with parameters of type VertexList | |
SelectionSet(VertexList vl,
RelationList rl)
|
Uses of VertexList in jcreek.cke.visualizer |
Fields in jcreek.cke.visualizer declared as VertexList | |
protected VertexList |
DragTool.selectedList
List of the selected entities in the order they were selected by the user. |
protected VertexList |
DragTool.movingVertices
The list of the entities being moved around. |
Methods in jcreek.cke.visualizer that return VertexList | |
VertexList |
DragTool.getSelected()
Returns the list of selected entities, in the order they were selected by the user. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |