Package org.eclipse.zest.core.widgets
Interface IContainer2
- All Superinterfaces:
- IContainer
- All Known Implementing Classes:
- Graph,- GraphContainer
Extend the IConnectionStyleProvider interface to provide additional methods
 introduced by Zest 2.x.
 WARNING: THIS API IS UNDER CONSTRUCTION AND SHOULD NOT BE USED
- Since:
- 1.12
- @noextend
- This interface is not intended to be extended by clients.
- @noimplement
- This interface is not intended to be implemented by clients.
- @noreference
- This interface is not intended to be referenced by clients.
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidaddSubgraphFigure(IFigure figure) List<? extends GraphConnection> Returns list of connections laying inside this container.getItem()Methods inherited from interface org.eclipse.zest.core.widgets.IContainerapplyLayout, getGraph, getItemType, getNodes, setLayoutAlgorithm
- 
Method Details- 
getItemWidget getItem()
- 
getConnectionsList<? extends GraphConnection> getConnections()Returns list of connections laying inside this container. Only connections which both source and target nodes lay directly in this container are returned.
- 
addNode- Parameters:
- graphNode-
- @noreference
- This method is not intended to be referenced by clients.
 
- 
addSubgraphFigure- Parameters:
- figure-
- @noreference
- This method is not intended to be referenced by clients.
 
- 
getLayoutBoundsDisplayIndependentRectangle getLayoutBounds()
- 
getLayoutContextLayoutContext getLayoutContext()- @noreference
- This method is not intended to be referenced by clients.
 
 
-