Package | Description |
---|---|
org.eclipse.zest.core.viewers | |
org.eclipse.zest.core.widgets |
Modifier and Type | Field and Description |
---|---|
protected Graph |
GraphViewer.graph |
Modifier and Type | Method and Description |
---|---|
Graph |
GraphViewer.getGraphControl() |
Modifier and Type | Method and Description |
---|---|
void |
GraphViewer.setControl(Graph graphModel) |
Modifier and Type | Field and Description |
---|---|
protected Graph |
GraphNode.graph |
Modifier and Type | Method and Description |
---|---|
Graph |
IContainer.getGraph() |
Graph |
Graph.getGraph() |
Graph |
GraphContainer.getGraph()
Gets the graph that this container has been added to.
|
Graph |
Graph.getGraphModel() |
Graph |
GraphNode.getGraphModel()
Gets the graphModel that this node is contained in
|
Graph |
GraphConnection.getGraphModel()
Gets the graph model that this connection is in
|
abstract Graph |
GraphItem.getGraphModel()
Gets the graph that this item is rooted on.
|
Constructor and Description |
---|
GraphConnection(Graph graphModel,
int style,
GraphNode source,
GraphNode destination) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.