Package | Description |
---|---|
org.eclipse.gef4.zest.core.viewers | |
org.eclipse.gef4.zest.core.widgets | |
org.eclipse.gef4.zest.core.widgets.decoration |
Modifier and Type | Method and Description |
---|---|
GraphConnection |
AbstractStructuredGraphViewer.addGraphModelConnection(java.lang.Object element,
GraphNode source,
GraphNode target) |
protected GraphConnection[] |
AbstractStructuredGraphViewer.getConnectionsArray(GraphWidget graph)
Converts the list of GraphModelConnection objects into an array and
returns it.
|
GraphConnection |
AbstractStructuredGraphViewer.getGraphModelConnection(java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
ISelfStyleProvider.selfStyleConnection(java.lang.Object element,
GraphConnection connection)
Styles a connection
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<GraphConnection> |
GraphWidget.connections |
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphConnection> |
IContainer.getConnections()
Returns list of connections laying inside this container.
|
java.util.List<GraphConnection> |
GraphWidget.getConnections()
Gets the list of GraphModelConnection objects.
|
java.util.List<GraphConnection> |
GraphContainer.getConnections() |
java.util.List<GraphConnection> |
GraphNode.getSourceConnections()
Returns a new list of the source connections (GraphModelConnection
objects).
|
java.util.List<GraphConnection> |
GraphNode.getTargetConnections()
Returns a new list of the target connections (GraphModelConnection
objects).
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.RotatableDecoration |
DirectedConnectionDecorator.createSourceDecoration(GraphConnection connection) |
abstract org.eclipse.draw2d.RotatableDecoration |
AbstractConnectionDecorator.createSourceDecoration(GraphConnection connection)
Creates a source decoration for the connection
|
org.eclipse.draw2d.RotatableDecoration |
DirectedConnectionDecorator.createTargetDecoration(GraphConnection connection) |
abstract org.eclipse.draw2d.RotatableDecoration |
AbstractConnectionDecorator.createTargetDecoration(GraphConnection connection)
Creates a target decoration for the connection
|
void |
IConnectionDecorator.decorateConnection(GraphConnection connection,
org.eclipse.draw2d.PolylineConnection figure) |
void |
DefaultConnectionDecorator.decorateConnection(GraphConnection connection,
org.eclipse.draw2d.PolylineConnection figure) |
void |
AbstractConnectionDecorator.decorateConnection(GraphConnection connection,
org.eclipse.draw2d.PolylineConnection figure) |
Copyright (c) 2014 itemis AG and others. All rights reserved.