Eclipse Draw2d
3.0.1

Uses of Class
org.eclipse.draw2d.graph.EdgeList

Packages that use EdgeList
org.eclipse.draw2d.graph   
org.eclipse.draw2d.internal.graph   
 

Uses of EdgeList in org.eclipse.draw2d.graph
 

Fields in org.eclipse.draw2d.graph declared as EdgeList
 EdgeList Node.incoming
          The edges for which this node is the target.
 EdgeList Node.outgoing
          The edges for which this node is the source.
 EdgeList DirectedGraph.spanningTree
          For internal use only.
 EdgeList DirectedGraph.edges
          All of the edges in the graph.
 EdgeList CompoundDirectedGraph.containment
          For internal use only.
 

Uses of EdgeList in org.eclipse.draw2d.internal.graph
 

Fields in org.eclipse.draw2d.internal.graph declared as EdgeList
protected  EdgeList TightSpanningTreeSolver.candidates
           
protected  EdgeList InitialRankSolver.candidates
           
 


Eclipse Draw2d
3.0.1

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.