Uses of Class
org.eclipse.zest.core.widgets.Graph
Packages that use Graph
-
Uses of Graph in org.eclipse.zest.core.viewers
Fields in org.eclipse.zest.core.viewers declared as GraphMethods in org.eclipse.zest.core.viewers that return GraphModifier and TypeMethodDescriptionAbstractStructuredGraphViewer.getGraphControl()
GraphViewer.getGraphControl()
Methods in org.eclipse.zest.core.viewers with parameters of type GraphModifier and TypeMethodDescriptionprotected GraphConnection
AbstractStructuredGraphViewer.createConnectionObject
(Graph graphModel, GraphNode source, GraphNode destination) Implement and return the new connection object, enables to define custom graph connectionsprotected GraphNode
AbstractStructuredGraphViewer.createNodeObject
(Graph graphModel, IFigure figure) Implement and return the new node object, enables to define custom graph nodesprotected GraphConnection[]
AbstractStructuredGraphViewer.getConnectionsArray
(Graph graph) Converts the list of GraphModelConnection objects into an array and returns it.protected GraphNode[]
AbstractStructuredGraphViewer.getNodesArray
(Graph graph) Converts the list of GraphModelNode objects into an array an returns it.void
GraphViewer.setControl
(Graph graphModel) Constructors in org.eclipse.zest.core.viewers with parameters of type Graph -
Uses of Graph in org.eclipse.zest.core.widgets
Fields in org.eclipse.zest.core.widgets declared as GraphMethods in org.eclipse.zest.core.widgets that return GraphModifier and TypeMethodDescriptionGraph.getGraph()
GraphContainer.getGraph()
Gets the graph that this container has been added to.IContainer.getGraph()
Graph.getGraphModel()
Deprecated, for removal: This API element is subject to removal in a future version.GraphConnection.getGraphModel()
Gets the graph model that this connection is inabstract Graph
GraphItem.getGraphModel()
Gets the graph that this item is rooted on.GraphNode.getGraphModel()
Gets the graphModel that this node is contained inMethods in org.eclipse.zest.core.widgets with parameters of type GraphModifier and TypeMethodDescriptionvoid
FisheyeListener.fisheyeAdded
(Graph graph, IFigure originalFigure, IFigure fisheyeFigure) Called when a fisheye figure is added to an observed graph.void
FisheyeListener.fisheyeRemoved
(Graph graph, IFigure originalFigure, IFigure fisheyeFigure) Called when a fisheye figure is removed form an observed graph.void
FisheyeListener.fisheyeReplaced
(Graph graph, IFigure oldFisheyeFigure, IFigure newFisheyeFigure) Called when one fisheye figure is replaced by another in an observed graph.Constructors in org.eclipse.zest.core.widgets with parameters of type GraphModifierConstructorDescriptionGraphConnection
(Graph graphModel, int style, GraphNode source, GraphNode destination)