|
Eclipse Draw2d 3.0.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeList | |
org.eclipse.draw2d.graph | |
org.eclipse.draw2d.internal.graph |
Uses of NodeList in org.eclipse.draw2d.graph |
Subclasses of NodeList in org.eclipse.draw2d.graph | |
class |
Rank
|
Fields in org.eclipse.draw2d.graph declared as NodeList | |
NodeList |
Subgraph.members
The children of this subgraph. |
NodeList |
Edge.vNodes
The virtual nodes used to bend edges which go across one or more ranks. |
NodeList |
DirectedGraph.nodes
All of the nodes in the graph. |
NodeList |
CompoundDirectedGraph.subgraphs
For internal use only. |
Constructors in org.eclipse.draw2d.graph with parameters of type NodeList | |
NodeList(NodeList list)
Constructs a NodeList with the elements from the specified list. |
Uses of NodeList in org.eclipse.draw2d.internal.graph |
Fields in org.eclipse.draw2d.internal.graph declared as NodeList | |
protected NodeList |
TightSpanningTreeSolver.members
|
protected NodeList |
InitialRankSolver.members
|
Methods in org.eclipse.draw2d.internal.graph with parameters of type NodeList | |
static boolean |
GraphUtilities.isCyclic(NodeList nodes)
Recursively removes leaf nodes from the list until there are no nodes remaining (acyclic) or there are no leaf nodes but the list is not empty (cyclic), then returns the result. |
|
Eclipse Draw2d 3.0.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |