Package org.eclipse.graphiti.features
Interface IFeatureProviderHolder
-
- All Known Subinterfaces:
IAddBendpointFeature
,IAddFeature
,IAnchorContainerDelegate
,IAnchorContainerEditPart
,IAnchorEditPart
,IBoxRelativeAnchorEditPart
,ICommand
,IConfigurationProvider
,IConfigurationProviderInternal
,IConnectionEditPart
,IContainerShapeEditPart
,ICopyFeature
,ICreateConnectionFeature
,ICreateFeature
,ICustomFeature
,IDeleteFeature
,IDiagramEditPart
,IDiagramTypeProvider
,IDirectEditingFeature
,IFeature
,IFixPointAnchorEditPart
,ILayoutFeature
,IMoveAnchorFeature
,IMoveBendpointFeature
,IMoveConnectionDecoratorFeature
,IMoveFeature
,IMoveShapeFeature
,IPasteFeature
,IPictogramElementDelegate
,IPictogramElementEditPart
,IPrintFeature
,IReconnectionFeature
,IRemoveBendpointFeature
,IRemoveFeature
,IResizeFeature
,IResizeShapeFeature
,ISaveImageFeature
,IShapeEditPart
,IUpdateFeature
- All Known Implementing Classes:
AbstractAddFeature
,AbstractAddPictogramElementFeature
,AbstractAddShapeFeature
,AbstractAsynchronousCustomFeature
,AbstractBasePattern
,AbstractConnectionPattern
,AbstractCopyFeature
,AbstractCreateConnectionFeature
,AbstractCreateFeature
,AbstractCustomFeature
,AbstractDiagramTypeProvider
,AbstractDirectEditingFeature
,AbstractDrillDownFeature
,AbstractFeature
,AbstractLayoutFeature
,AbstractMoveShapeFeature
,AbstractPasteFeature
,AbstractPattern
,AbstractPrintFeature
,AbstractSaveImageFeature
,AbstractUpdateFeature
,AddFeatureCommandWithContext
,AddFeatureForPattern
,AdvancedAnchorEditPart
,AnchorContainerDelegate
,CommandContainer
,CompositeConnectionEditPart
,ConfigurationProvider
,ConnectionDecoratorEditPart
,ConnectionEditPart
,ContainerShapeEditPart
,CreateConnectionFeatureForPattern
,CreateFeatureForPattern
,CurvedConnectionEditPart
,DebugFeature
,DefaultAddBendpointFeature
,DefaultDeleteFeature
,DefaultMoveAnchorFeature
,DefaultMoveBendpointFeature
,DefaultMoveConnectionDecoratorFeature
,DefaultMoveShapeFeature
,DefaultPrintFeature
,DefaultReconnectionFeature
,DefaultRemoveBendpointFeature
,DefaultRemoveFeature
,DefaultResizeShapeFeature
,DefaultSaveImageFeature
,DefaultUpdateDiagramFeature
,DeleteFeatureForPattern
,DiagramEditPart
,DirectEditingFeatureCommandWithContext
,DirectEditingFeatureForPattern
,DummyExportAsImageDiagramTypeProvider
,FeatureCommand
,FeatureCommandWithContext
,FreeFormConnectionEditPart
,GenericFeatureCommandWithContext
,GFOnEmfCommand
,GraphitiConnectionEditPart
,GraphitiShapeEditPart
,IdPattern
,LayoutFeatureForPattern
,ManhattanConnectionEditPart
,MoveAnchorFeatureCommandWithContext
,MoveShapeFeatureCommandWithContext
,MoveShapeFeatureForPattern
,PictogramElementDelegate
,ReconnectionFeatureForPattern
,RemoveFeatureForPattern
,ResizeShapeFeatureCommandWithContext
,ResizeShapeFeatureForPattern
,ShapeEditPart
,TypedPattern
,UpdateFeatureForPattern
,UpdateNoBoFeature
public interface IFeatureProviderHolder
The Interface IFeatureProviderHolder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFeatureProvider
getFeatureProvider()
Gets the feature provider.
-
-
-
Method Detail
-
getFeatureProvider
IFeatureProvider getFeatureProvider()
Gets the feature provider.- Returns:
- the feature provider
-
-