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 |
---|---|
GraphNode |
AbstractStructuredGraphViewer.addGraphModelContainer(java.lang.Object element) |
GraphNode |
AbstractStructuredGraphViewer.addGraphModelNode(GraphContainer container,
java.lang.Object element) |
GraphNode |
AbstractStructuredGraphViewer.addGraphModelNode(java.lang.Object element,
org.eclipse.draw2d.IFigure figure) |
GraphNode |
AbstractStructuredGraphViewer.getGraphModelNode(java.lang.Object obj) |
protected GraphNode[] |
AbstractStructuredGraphViewer.getNodesArray(GraphWidget graph)
Converts the list of GraphModelNode objects into an array an returns it.
|
Modifier and Type | Method and Description |
---|---|
GraphConnection |
AbstractStructuredGraphViewer.addGraphModelConnection(java.lang.Object element,
GraphNode source,
GraphNode target) |
void |
ISelfStyleProvider.selfStyleNode(java.lang.Object element,
GraphNode node)
Styles a node
|
Modifier and Type | Class and Description |
---|---|
class |
GraphContainer
A Container that can be added to a Graph.
|
Modifier and Type | Method and Description |
---|---|
GraphNode |
GraphConnection.getDestination()
Gets the target node for this relationship
|
GraphNode |
GraphConnection.getSource()
Gets the source node for this relationship
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphNode> |
IContainer.getNodes() |
java.util.List<GraphNode> |
GraphWidget.getNodes()
Gets a list of the GraphNode children objects under the root node in this
graph.
|
java.util.List<GraphNode> |
GraphContainer.getNodes() |
Modifier and Type | Method and Description |
---|---|
void |
IContainer.addNode(GraphNode graphNode) |
void |
GraphWidget.addNode(GraphNode node) |
void |
GraphContainer.addNode(GraphNode node) |
boolean |
GraphWidget.canCollapse(GraphNode node) |
boolean |
GraphWidget.canExpand(GraphNode node) |
void |
GraphWidget.setExpanded(GraphNode node,
boolean expanded) |
Constructor and Description |
---|
GraphConnection(GraphWidget graphModel,
int style,
GraphNode source,
GraphNode destination) |
Modifier and Type | Class and Description |
---|---|
class |
CGraphNode
A Custom Graph Node
|
Copyright (c) 2014 itemis AG and others. All rights reserved.