Package | Description |
---|---|
org.eclipse.zest.core.viewers | |
org.eclipse.zest.core.widgets |
Modifier and Type | Method and Description |
---|---|
GraphItem |
GraphViewer.findGraphItem(java.lang.Object element)
Finds the graph widget item for a given user model item.
|
Modifier and Type | Class and Description |
---|---|
class |
CGraphNode
A Custom Graph Node
|
class |
GraphConnection
This is the graph connection model which stores the source and destination
nodes and the properties of this connection (color, line width etc).
|
class |
GraphContainer
A Container than can be added to a Graph.
|
class |
GraphNode
Simple node class which has the following properties: color, size, location,
and a label.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.setSelection(GraphItem[] items)
Changes the selection to the list of items
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.