|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GraphObjectContainer | |
| com.tensegrity.graph.event | This package contains the event related code which consists of Event classes, Listeners and Adapters for the later. |
| com.tensegrity.graph.model | Contains the graph model interface. |
| com.tensegrity.graph.view | Contains the graph view interface. |
| Uses of GraphObjectContainer in com.tensegrity.graph.event |
| Methods in com.tensegrity.graph.event that return GraphObjectContainer | |
GraphObjectContainer |
GraphEvent.getSubjectEdgeContainer()
|
GraphObjectContainer |
GraphEvent.getNewSplitEdge1Container()
|
GraphObjectContainer |
GraphEvent.getNewSplitEdge2Container()
|
GraphObjectContainer |
GraphEvent.getOldEdge1Container()
|
GraphObjectContainer |
GraphEvent.getOldEdge2Container()
|
| Constructors in com.tensegrity.graph.event with parameters of type GraphObjectContainer | |
GraphEvent(int eventid,
long nodeid,
Node node,
Graph graph,
Subgraph subgraph,
long edgeid,
Edge edge,
GraphObjectContainer edgeGOC,
Edge newedge1,
GraphObjectContainer newedge1GOC,
Edge newedge2,
GraphObjectContainer newedge2GOC)
|
|
| Uses of GraphObjectContainer in com.tensegrity.graph.model |
| Subinterfaces of GraphObjectContainer in com.tensegrity.graph.model | |
interface |
Graph
This interface defines an abstract Graph without any
notion of a visualization. |
interface |
Subgraph
This interface defines a nested Graph that appears to be
a single Node from the perspective of its parent. |
| Methods in com.tensegrity.graph.model that return GraphObjectContainer | |
GraphObjectContainer |
GraphObject.getParentContainer()
This method returns the GraphObjectContainer this
GraphObject instance currently resides in. |
GraphObjectContainer |
GraphObjectContainer.getRootContainer()
GraphObjectContainer instances can be nested
inside of each other by means of the
Subgraph class. |
GraphObjectContainer |
GraphObjectContainer.getParentContainer()
GraphObjectContainer instances can be nested
inside of each other by means of the
Subgraph class. |
| Methods in com.tensegrity.graph.model with parameters of type GraphObjectContainer | |
void |
GraphObjectContainer.firePreEdgeSplitInternal(Node node,
long oldEdgeID,
Edge oldEdge,
GraphObjectContainer oldEdgeGOC,
Edge newEdge1,
GraphObjectContainer newEdge1GOC,
Edge newEdge2,
GraphObjectContainer newEdge2GOC)
Fires a pre-edge split event. |
GraphEvent |
GraphObjectContainer.fireEdgeSplitInternal(Node node,
long oldEdgeID,
Edge oldEdge,
GraphObjectContainer oldEdgeGOC,
Edge newEdge1,
GraphObjectContainer newEdge1GOC,
Edge newEdge2,
GraphObjectContainer newEdge2GOC)
Fires an edge split event. |
void |
GraphObjectContainer.firePreCascadeNodeDeleteInternal(Node node,
Edge newEdge,
GraphObjectContainer newEdgeGOC,
Edge oldEdge1,
GraphObjectContainer oldEdge1GOC,
Edge oldEdge2,
GraphObjectContainer oldEdge2GOC)
Fires a pre-cascade node delete event. |
GraphEvent |
GraphObjectContainer.fireCascadeNodeDeleteInternal(Node node,
Edge newEdge,
GraphObjectContainer newEdgeGOC,
Edge oldEdge1,
GraphObjectContainer oldEdge1GOC,
Edge oldEdge2,
GraphObjectContainer oldEdge2GOC)
Fires a cascade node delete event. |
| Uses of GraphObjectContainer in com.tensegrity.graph.view |
| Methods in com.tensegrity.graph.view that return GraphObjectContainer | |
GraphObjectContainer |
VisualGraphObjectContainer.getGraphObjectContainer()
Gets the associated GraphObjectContainer of this instance.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||