Uses of Class
org.eclipse.zest.core.widgets.GraphNode
Packages that use GraphNode
- 
Uses of GraphNode in org.eclipse.zest.core.viewersMethods 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 GraphNodeAbstractStructuredGraphViewer.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 GraphConnectionAbstractStructuredGraphViewer.createConnectionObject(Graph graphModel, GraphNode source, GraphNode destination) Implement and return the new connection object, enables to define custom graph connectionsvoidISelfStyleProvider.selfStyleNode(Object element, GraphNode node) Styles a node
- 
Uses of GraphNode in org.eclipse.zest.core.widgetsSubclasses of GraphNode in org.eclipse.zest.core.widgetsModifier and TypeClassDescriptionclassA Custom Graph NodeclassA 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 TypeMethodDescriptionvoidvoidvoidbooleanGraph.canCollapse(GraphNode node) booleanvoidGraphConnection.registerConnection(GraphNode source, GraphNode destination) voidGraph.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