Package | Description |
---|---|
org.eclipse.zest.core.widgets |
Modifier and Type | Class and Description |
---|---|
class |
Graph
Holds the nodes and connections for the graph.
|
class |
GraphContainer
A Container than can be added to a Graph.
|
Modifier and Type | Field and Description |
---|---|
protected IContainer |
GraphNode.parent |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphNode.initModel(IContainer parent,
java.lang.String text,
Image image) |
Constructor and Description |
---|
CGraphNode(IContainer graphModel,
int style,
IFigure figure) |
GraphContainer(IContainer graph,
int style)
Creates a new GraphContainer.
|
GraphContainer(IContainer graph,
int style,
java.lang.String text) |
GraphContainer(IContainer graph,
int style,
java.lang.String text,
Image image) |
GraphNode(IContainer graphModel,
int style) |
GraphNode(IContainer graphModel,
int style,
java.lang.Object data) |
GraphNode(IContainer graphModel,
int style,
java.lang.String text) |
GraphNode(IContainer graphModel,
int style,
java.lang.String text,
Image image) |
GraphNode(IContainer graphModel,
int style,
java.lang.String text,
Image image,
java.lang.Object data) |
GraphNode(IContainer graphModel,
int style,
java.lang.String text,
java.lang.Object data) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.