Zest
1.5.0.201308190730

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

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

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

Methods in org.eclipse.zest.core.viewers with parameters of type GraphNode
 void ISelfStyleProvider.selfStyleNode(java.lang.Object element, GraphNode node)
          Styles a node
 

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

Subclasses of GraphNode in org.eclipse.zest.core.widgets
 class CGraphNode
          A Custom Graph Node
 class GraphContainer
           
 

Methods in org.eclipse.zest.core.widgets that return GraphNode
 GraphNode GraphConnection.getDestination()
          Gets the target node for this relationship
 GraphNode GraphConnection.getSource()
          Gets the source node for this relationship
 

Constructors in org.eclipse.zest.core.widgets with parameters of type GraphNode
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.