Package org.eclipse.graphiti.features
Interface IFeatureHolder
-
- All Known Subinterfaces:
IFeatureAndContext
- All Known Implementing Classes:
AddFeatureCommandWithContext,DefaultFeatureAndContext,DirectEditingFeatureCommandWithContext,FeatureCommand,FeatureCommandWithContext,GenericFeatureCommandWithContext,MoveAnchorFeatureCommandWithContext,MoveShapeFeatureCommandWithContext,ReconnectCommand,ResizeShapeFeatureCommandWithContext
public interface IFeatureHolderThe Interface IFeatureHolder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFeaturegetFeature()Gets the feature.
-
-
-
Method Detail
-
getFeature
IFeature getFeature()
Gets the feature.- Returns:
- the feature
-
-