org.eclipse.graphiti.features.context
Interface IAddContext
- All Superinterfaces:
- IAreaContext, IContext, ILocationContext, IPropertyBag, ITargetConnectionContext, ITargetConnectionDecoratorContext, ITargetContext
- All Known Subinterfaces:
- IAddConnectionContext
- All Known Implementing Classes:
- AddConnectionContext, AddContext
public interface IAddContext
- extends IAreaContext, ITargetContext, ITargetConnectionContext, ITargetConnectionDecoratorContext
The Interface IAddContext.
This context contains the information, needed to let a feature add a
pictogram element, which has to be linked to any domain model element, to a
container shape.
- See Also:
PictogramElement
,
ContainerShape
Method Summary |
java.lang.Object |
getNewObject()
A pictogram element has to be added. |
getNewObject
java.lang.Object getNewObject()
- A pictogram element has to be added. This pictogram element has to link
to a domain model element.
- Returns:
- instance of a domain model element
Copyright (c) SAP AG 2005, 2012.