Package | Description |
---|---|
org.eclipse.gef4.zest.core.viewers | |
org.eclipse.gef4.zest.core.widgets | |
org.eclipse.gef4.zest.core.widgets.custom |
Modifier and Type | Method and Description |
---|---|
GraphItem |
GraphViewer.findGraphItem(java.lang.Object element)
Finds the graph widget item for a given user model item.
|
protected GraphItem[] |
AbstractStructuredGraphViewer.findItems(java.util.List l) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.Object,GraphItem> |
AbstractStructuredGraphViewer.getNodesMap() |
Modifier and Type | Class and Description |
---|---|
class |
GraphConnection |
class |
GraphContainer
A Container that 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 |
---|---|
java.util.List<GraphItem> |
GraphWidget.getSelection()
Gets the list of currently selected GraphNodes
|
Modifier and Type | Method and Description |
---|---|
boolean |
LayoutFilter.isObjectFiltered(GraphItem item) |
void |
GraphWidget.setSelection(GraphItem[] items)
Changes the selection to the list of items
|
Modifier and Type | Class and Description |
---|---|
class |
CGraphNode
A Custom Graph Node
|
Copyright (c) 2014 itemis AG and others. All rights reserved.