public interface IContainer
Modifier and Type | Method and Description |
---|---|
void |
addNode(GraphNode graphNode) |
void |
addSubgraphFigure(org.eclipse.draw2d.IFigure figure) |
void |
applyLayout() |
java.util.List<GraphConnection> |
getConnections()
Returns list of connections laying inside this container.
|
GraphWidget |
getGraph() |
Widget |
getItem() |
int |
getItemType() |
org.eclipse.gef4.geometry.planar.Rectangle |
getLayoutBounds() |
org.eclipse.gef4.zest.core.widgets.InternalLayoutContext |
getLayoutContext() |
java.util.List<GraphNode> |
getNodes() |
void |
setLayoutAlgorithm(org.eclipse.gef4.layout.LayoutAlgorithm algorithm,
boolean apply) |
GraphWidget getGraph()
Widget getItem()
java.util.List<GraphNode> getNodes()
java.util.List<GraphConnection> getConnections()
void addNode(GraphNode graphNode)
graphNode
- void addSubgraphFigure(org.eclipse.draw2d.IFigure figure)
figure
- int getItemType()
org.eclipse.gef4.geometry.planar.Rectangle getLayoutBounds()
org.eclipse.gef4.zest.core.widgets.InternalLayoutContext getLayoutContext()
void applyLayout()
void setLayoutAlgorithm(org.eclipse.gef4.layout.LayoutAlgorithm algorithm, boolean apply)
Copyright (c) 2014 itemis AG and others. All rights reserved.