Uses of Interface
org.eclipse.zest.core.widgets.IContainer
Packages that use IContainer
-
Uses of IContainer in org.eclipse.zest.core.viewers
Methods in org.eclipse.zest.core.viewers with parameters of type IContainerModifier and TypeMethodDescriptionAbstractStructuredGraphViewer.addGraphModelNode
(IContainer container, Object element) -
Uses of IContainer in org.eclipse.zest.core.widgets
Subinterfaces of IContainer in org.eclipse.zest.core.widgetsModifier and TypeInterfaceDescriptioninterface
Extend the IConnectionStyleProvider interface to provide additional methods introduced by Zest 2.x.Classes in org.eclipse.zest.core.widgets that implement IContainerModifier and TypeClassDescriptionclass
Holds the nodes and connections for the graph.class
A Container than can be added to a Graph.Fields in org.eclipse.zest.core.widgets declared as IContainerMethods in org.eclipse.zest.core.widgets with parameters of type IContainerModifier and TypeMethodDescriptionprotected void
GraphNode.initModel
(IContainer parent, String text, Image image) Constructors in org.eclipse.zest.core.widgets with parameters of type IContainerModifierConstructorDescriptionCGraphNode
(IContainer graphModel, int style, IFigure figure) GraphContainer
(IContainer graph, int style) Creates a new GraphContainer.GraphContainer
(IContainer graph, int style, String text) Deprecated, for removal: This API element is subject to removal in a future version.GraphContainer
(IContainer graph, int style, String text, Image image) Deprecated, for removal: This API element is subject to removal in a future version.Since Zest 2.0, useGraphContainer(Graph, int)
,GraphNode.setText(String)
, andGraphNode.setImage(Image)
GraphNode
(IContainer graphModel, int style) GraphNode
(IContainer graphModel, int style, Object data) Deprecated, for removal: This API element is subject to removal in a future version.Since Zest 2.0, useGraphNode(IContainer, int, IFigure)
instead.GraphNode
(IContainer graphModel, int style, String text) Deprecated, for removal: This API element is subject to removal in a future version.Since Zest 2.0, useGraphNode(IContainer, int)
andGraphNode.setText(String)
GraphNode
(IContainer graphModel, int style, String text, Object data) Deprecated, for removal: This API element is subject to removal in a future version.Since Zest 2.0, useGraphNode(IContainer, int, IFigure)
andGraphNode.setText(String)
GraphNode
(IContainer graphModel, int style, String text, Image image) Deprecated, for removal: This API element is subject to removal in a future version.Since Zest 2.0, useGraphNode(IContainer, int)
,GraphNode.setText(String)
, andGraphNode.setImage(Image)
GraphNode
(IContainer graphModel, int style, String text, Image image, Object data) Deprecated, for removal: This API element is subject to removal in a future version.Since Zest 2.0, useGraphNode(IContainer, int, IFigure)
,GraphNode.setText(String)
andGraphNode.setImage(Image)
.GraphNode
(IContainer graphModel, int style, IFigure data)
GraphContainer(Graph, int)
,GraphNode.setText(String)