Interface IPictogramElementEditPart
-
- All Superinterfaces:
IConfigurationProviderHolder,IFeatureProviderHolder
- All Known Subinterfaces:
IAnchorContainerEditPart,IAnchorEditPart,IBoxRelativeAnchorEditPart,IConnectionEditPart,IContainerShapeEditPart,IDiagramEditPart,IFixPointAnchorEditPart,IShapeEditPart
- All Known Implementing Classes:
AdvancedAnchorEditPart,CompositeConnectionEditPart,ConnectionDecoratorEditPart,ConnectionEditPart,ContainerShapeEditPart,CurvedConnectionEditPart,DiagramEditPart,FreeFormConnectionEditPart,ManhattanConnectionEditPart,ShapeEditPart
public interface IPictogramElementEditPart extends IConfigurationProviderHolder, IFeatureProviderHolder
The Interface IPictogramElementEditPart.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PictogramElement>getModelChildren()Gets the model children.java.util.List<Connection>getModelSourceConnections()Gets the model source connections.java.util.List<Connection>getModelTargetConnections()Gets the model target connections.PictogramElementgetPictogramElement()Gets the pictogram element.IPictogramElementDelegategetPictogramElementDelegate()Gets the pictogram element delegate.-
Methods inherited from interface org.eclipse.graphiti.ui.internal.config.IConfigurationProviderHolder
getConfigurationProvider
-
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder
getFeatureProvider
-
-
-
-
Method Detail
-
getPictogramElement
PictogramElement getPictogramElement()
Gets the pictogram element.- Returns:
- the pictogram element
-
getModelChildren
java.util.List<PictogramElement> getModelChildren()
Gets the model children.- Returns:
- the model children
-
getModelSourceConnections
java.util.List<Connection> getModelSourceConnections()
Gets the model source connections.- Returns:
- the model source connections
-
getModelTargetConnections
java.util.List<Connection> getModelTargetConnections()
Gets the model target connections.- Returns:
- the model target connections
-
getPictogramElementDelegate
IPictogramElementDelegate getPictogramElementDelegate()
Gets the pictogram element delegate.- Returns:
- the pictogram element delegate
-
-