Package | Description |
---|---|
org.eclipse.gef4.zest.core.widgets |
Modifier and Type | Class and Description |
---|---|
class |
GraphContainer
A Container that can be added to a Graph.
|
class |
GraphWidget |
Modifier and Type | Field and Description |
---|---|
protected IContainer |
GraphNode.parent |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphNode.initModel(IContainer graphModel,
java.lang.String text,
Image image) |
Constructor and Description |
---|
GraphItem(IContainer parent,
int style,
java.lang.Object data) |
GraphNode(IContainer graphModel,
int style) |
GraphNode(IContainer graphModel,
int style,
org.eclipse.draw2d.IFigure figure) |
GraphNode(IContainer graphModel,
int style,
java.lang.Object data)
Deprecated.
Since Zest 2.0, use
GraphNode.GraphNode(IContainer, int) and
Widget.setData(Object) |
GraphNode(IContainer graphModel,
int style,
java.lang.String text) |
GraphNode(IContainer graphModel,
int style,
java.lang.String text,
Image image)
Deprecated.
Since Zest 2.0, use
GraphNode.GraphNode(IContainer, int) ,
GraphNode.setText(String) , and GraphNode.setImage(Image) |
Copyright (c) 2014 itemis AG and others. All rights reserved.