Uses of Class
org.eclipse.zest.core.widgets.GraphNode
Packages that use GraphNode
-
Uses of GraphNode in org.eclipse.zest.core.viewers
Methods in org.eclipse.zest.core.viewers that return GraphNodeModifier and TypeMethodDescriptionAbstractStructuredGraphViewer.addGraphModelContainer
(Object element) AbstractStructuredGraphViewer.addGraphModelNode
(Object element, IFigure figure) AbstractStructuredGraphViewer.addGraphModelNode
(IContainer container, Object element) protected GraphNode
AbstractStructuredGraphViewer.createNodeObject
(Graph graphModel, IFigure figure) Implement and return the new node object, enables to define custom graph nodesAbstractStructuredGraphViewer.getGraphModelNode
(Object obj) protected GraphNode[]
AbstractStructuredGraphViewer.getNodesArray
(Graph graph) Converts the list of GraphModelNode objects into an array an returns it.Methods in org.eclipse.zest.core.viewers that return types with arguments of type GraphNodeMethods in org.eclipse.zest.core.viewers with parameters of type GraphNodeModifier and TypeMethodDescriptionAbstractStructuredGraphViewer.addGraphModelConnection
(Object element, GraphNode source, GraphNode target) protected GraphConnection
AbstractStructuredGraphViewer.createConnectionObject
(Graph graphModel, GraphNode source, GraphNode destination) Implement and return the new connection object, enables to define custom graph connectionsvoid
ISelfStyleProvider.selfStyleNode
(Object element, GraphNode node) Styles a node -
Uses of GraphNode in org.eclipse.zest.core.widgets
Subclasses of GraphNode in org.eclipse.zest.core.widgetsModifier and TypeClassDescriptionclass
A Custom Graph Nodeclass
A Container than can be added to a Graph.Methods in org.eclipse.zest.core.widgets that return GraphNodeModifier and TypeMethodDescriptionGraphConnection.getDestination()
Gets the target node for this relationshipGraphConnection.getSource()
Gets the source node for this relationshipMethods in org.eclipse.zest.core.widgets that return types with arguments of type GraphNodeModifier and TypeMethodDescriptionGraph.getNodes()
Gets a list of the GraphModelNode children objects under the root node in this diagram.GraphContainer.getNodes()
IContainer.getNodes()
Methods in org.eclipse.zest.core.widgets with parameters of type GraphNodeModifier and TypeMethodDescriptionvoid
void
void
boolean
Graph.canCollapse
(GraphNode node) boolean
void
GraphConnection.registerConnection
(GraphNode source, GraphNode destination) void
Graph.setExpanded
(GraphNode node, boolean expanded) Constructors in org.eclipse.zest.core.widgets with parameters of type GraphNodeModifierConstructorDescriptionGraphConnection
(Graph graphModel, int style, GraphNode source, GraphNode destination) HideNodeHelper
(GraphNode node) Create a HideNodeHelper and add it to the node's nodeFigure