Zest
1.5.0.201308190730

Uses of Class
org.eclipse.zest.core.widgets.Graph

Packages that use Graph
org.eclipse.zest.core.viewers   
org.eclipse.zest.core.widgets   
 

Uses of Graph in org.eclipse.zest.core.viewers
 

Fields in org.eclipse.zest.core.viewers declared as Graph
protected  Graph GraphViewer.graph
           
 

Methods in org.eclipse.zest.core.viewers that return Graph
 Graph GraphViewer.getGraphControl()
           
 

Methods in org.eclipse.zest.core.viewers with parameters of type Graph
 void GraphViewer.setControl(Graph graphModel)
           
 

Uses of Graph in org.eclipse.zest.core.widgets
 

Fields in org.eclipse.zest.core.widgets declared as Graph
protected  Graph GraphNode.graph
           
 

Methods in org.eclipse.zest.core.widgets that return Graph
 Graph IContainer.getGraph()
           
 Graph Graph.getGraph()
           
 Graph GraphContainer.getGraph()
          Gets the graph that this container has been added to.
 Graph Graph.getGraphModel()
           
 Graph GraphNode.getGraphModel()
          Gets the graphModel that this node is contained in
 Graph GraphConnection.getGraphModel()
          Gets the graph model that this connection is in
abstract  Graph GraphItem.getGraphModel()
          Gets the graph that this item is rooted on.
 

Constructors in org.eclipse.zest.core.widgets with parameters of type Graph
GraphConnection(Graph graphModel, int style, GraphNode source, GraphNode destination)
           
 


Zest
1.5.0.201308190730

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