Uses of Class
org.eclipse.zest.core.widgets.GraphItem
Packages that use GraphItem
-
Uses of GraphItem in org.eclipse.zest.core.viewers
Methods in org.eclipse.zest.core.viewers that return GraphItemModifier and TypeMethodDescriptionprotected GraphItem
AbstractStructuredGraphViewer.doFindItem
(Object element) GraphViewer.findGraphItem
(Object element) Finds the graph widget item for a given user model item.protected GraphItem[]
Methods in org.eclipse.zest.core.viewers that return types with arguments of type GraphItemModifier and TypeMethodDescriptionAbstractStructuredGraphViewer.getWidgetSelection()
Gets the internal model elements that are selected. -
Uses of GraphItem in org.eclipse.zest.core.widgets
Subclasses of GraphItem in org.eclipse.zest.core.widgetsModifier and TypeClassDescriptionclass
A Custom Graph Nodeclass
This is the graph connection model which stores the source and destination nodes and the properties of this connection (color, line width etc).class
A Container than can be added to a Graph.class
Simple node class which has the following properties: color, size, location, and a label.Methods in org.eclipse.zest.core.widgets that return GraphItemModifier and TypeMethodDescriptionprotected GraphItem
Graph.getGraphItem
(IFigure figure) Returns the item for the given figureMethods in org.eclipse.zest.core.widgets that return types with arguments of type GraphItemModifier and TypeMethodDescriptionGraph.getSelection()
Gets the list of currently selected graph itemsMethods in org.eclipse.zest.core.widgets with parameters of type GraphItemModifier and TypeMethodDescriptionboolean
LayoutFilter.isObjectFiltered
(GraphItem item) void
Graph.setSelection
(GraphItem[] items) Changes the selection to the list of items