Interface IAnchorContainerDelegate
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IFeatureProviderHolder
,IPictogramElementDelegate
,IVisualStateHolder
- All Known Implementing Classes:
AnchorContainerDelegate
public interface IAnchorContainerDelegate extends IPictogramElementDelegate
The Interface IAnchorContainerDelegate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PictogramElement>
getModelChildren()
Gets the model children.-
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder
getFeatureProvider
-
Methods inherited from interface org.eclipse.graphiti.ui.internal.parts.IPictogramElementDelegate
activate, createFigure, deactivate, getConfigurationProvider, getFigureForGraphicsAlgorithm, getMainFiguresFromChildEditparts, getPictogramElement, isValid, refreshDecorators, refreshEditPartsForModelChildrenAndSourceConnections, refreshFigureForEditPart, setForceRefresh
-
Methods inherited from interface org.eclipse.graphiti.platform.ga.IVisualStateHolder
getVisualState
-
-
-
-
Method Detail
-
getModelChildren
java.util.List<PictogramElement> getModelChildren()
Gets the model children.- Returns:
- the model children
-
-