Uses of Interface
org.eclipse.graphiti.features.IFeatureProviderHolder

Packages that use IFeatureProviderHolder
org.eclipse.graphiti.dt   
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.custom   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.pattern.id   
org.eclipse.graphiti.ui.features   
org.eclipse.graphiti.ui.platform   
 

Uses of IFeatureProviderHolder in org.eclipse.graphiti.dt
 

Subinterfaces of IFeatureProviderHolder in org.eclipse.graphiti.dt
 interface IDiagramTypeProvider
          The Interface IDiagramTypeProvider is the central interface from the Graphiti framework to the diagram type agent.
 

Classes in org.eclipse.graphiti.dt that implement IFeatureProviderHolder
 class AbstractDiagramTypeProvider
          The Class AbstractDiagramTypeProvider.
 

Uses of IFeatureProviderHolder in org.eclipse.graphiti.features
 

Subinterfaces of IFeatureProviderHolder in org.eclipse.graphiti.features
 interface IAddBendpointFeature
          The Interface IAddBendpointFeature.
 interface IAddFeature
          The Interface IAddFeature.
 interface ICopyFeature
          The Interface ICopyFeature.
 interface ICreateConnectionFeature
          The Interface ICreateConnectionFeature.
 interface ICreateFeature
          The Interface ICreateFeature is for creating model content.
 interface IDeleteFeature
          The Interface IDeleteFeature.
 interface IDirectEditingFeature
          The Interface IDirectEditingFeature.
 interface IFeature
          The Interface IFeature provides the common API for all kinds of features in Graphiti.
 interface ILayoutFeature
          The Interface ILayoutFeature.
 interface IMoveAnchorFeature
          The Interface IMoveAnchorFeature.
 interface IMoveBendpointFeature
          The Interface IMoveBendpointFeature.
 interface IMoveConnectionDecoratorFeature
          The Interface IMoveConnectionDecoratorFeature.
 interface IMoveFeature
          The Interface IMoveFeature.
 interface IMoveShapeFeature
          The Interface IMoveShapeFeature.
 interface IPasteFeature
          The Interface IPasteFeature.
 interface IPrintFeature
          The Interface IPrintFeature for print support of diagrams.
 interface IReconnectionFeature
          The Interface IReconnectionFeature.
 interface IRemoveBendpointFeature
          The Interface IRemoveBendpointFeature.
 interface IRemoveFeature
          This feature is for removing pictogram elements from a diagram.
 interface IResizeFeature
          The Interface IResizeFeature.
 interface IResizeShapeFeature
          The Interface IResizeShapeFeature.
 interface ISaveImageFeature
          The Interface ISaveImageFeature for the support of the save as image functionality.
 interface IUpdateFeature
          The Interface IUpdateFeature.
 

Uses of IFeatureProviderHolder in org.eclipse.graphiti.features.custom
 

Subinterfaces of IFeatureProviderHolder in org.eclipse.graphiti.features.custom
 interface ICustomFeature
          The Interface ICustomFeature.
 

Classes in org.eclipse.graphiti.features.custom that implement IFeatureProviderHolder
 class AbstractCustomFeature
          The Class AbstractCustomFeature.
 

Uses of IFeatureProviderHolder in org.eclipse.graphiti.features.impl
 

Classes in org.eclipse.graphiti.features.impl that implement IFeatureProviderHolder
 class AbstractAddFeature
          The Class AbstractAddFeature.
 class AbstractAddPictogramElementFeature
          The Class AbstractAddPictogramElementFeature implements an add feature especially for pictogram elements.
 class AbstractAddShapeFeature
          The Class AbstractAddShapeFeature.
 class AbstractCreateConnectionFeature
          The Class AbstractCreateConnectionFeature.
 class AbstractCreateFeature
          The Class AbstractCreateFeature.
 class AbstractDirectEditingFeature
          The Class AbstractDirectEditingFeature.
 class AbstractFeature
          Abstract base class for all features.
 class AbstractLayoutFeature
          The Class AbstractLayoutFeature.
 class AbstractMoveShapeFeature
          The Class AbstractMoveShapeFeature.
 class AbstractPrintFeature
          Abstract base implementation of a save as image feature.
 class AbstractSaveImageFeature
          Abstract base implementation of a save as image feature.
 class AbstractUpdateFeature
          The Class AbstractUpdateFeature.
 class DefaultAddBendpointFeature
          The Class DefaultAddBendpointFeature.
 class DefaultMoveAnchorFeature
          The Class DefaultMoveAnchorFeature.
 class DefaultMoveBendpointFeature
          The Class DefaultMoveBendpointFeature.
 class DefaultMoveConnectionDecoratorFeature
          The Class DefaultMoveConnectionDecoratorFeature.
 class DefaultMoveShapeFeature
          The Class DefaultMoveShapeFeature.
 class DefaultReconnectionFeature
          The default implementation for the IReconnectionFeature interface.
 class DefaultRemoveBendpointFeature
          The Class DefaultRemoveBendpointFeature.
 class DefaultRemoveFeature
          The Class DefaultRemoveFeature.
 class DefaultResizeShapeFeature
          The Class DefaultResizeShapeFeature.
 class DefaultUpdateDiagramFeature
          The Class DefaultUpdateDiagramFeature.
 class UpdateNoBoFeature
          The Class UpdateNoBoFeature.
 

Uses of IFeatureProviderHolder in org.eclipse.graphiti.pattern
 

Classes in org.eclipse.graphiti.pattern that implement IFeatureProviderHolder
 class AbstractBasePattern
          This is the abstract base class for patterns.
 class AbstractConnectionPattern
          This is the base class AbstractConnectionPattern that clients writing a pattern for a connection domain object should subclass.
 class AbstractPattern
          This is the base class AbstractConnectionPattern that clients writing a pattern for a shape domain object should subclass.
 class AddFeatureForPattern
          This feature wraps the add functionality of a pattern for calls of the Graphiti framework.
 class CreateConnectionFeatureForPattern
          This feature wraps the create functionality of a pattern for calls of the Graphiti framework.
 class CreateFeatureForPattern
          This feature wraps the create functionality of a pattern for calls of the Graphiti framework.
 class DeleteFeatureForPattern
          This feature wraps the delete functionality of a pattern for calls of the Graphiti framework.
 class DirectEditingFeatureForPattern
          This feature wraps the direct editing functionality of a pattern for calls of the Graphiti framework.
 class LayoutFeatureForPattern
          This feature wraps the layout functionality of a pattern for calls of the Graphiti framework.
 class MoveShapeFeatureForPattern
          This feature wraps the move shape functionality of a pattern for calls of the Graphiti framework.
 class ReconnectionFeatureForPattern
          This feature wraps the reconnection functionality of a pattern for calls of the Graphiti framework.
 class RemoveFeatureForPattern
          This feature wraps the remove functionality of a pattern for calls of the Graphiti framework.
 class ResizeShapeFeatureForPattern
          This feature wraps the resize shape functionality of a pattern for calls of the Graphiti framework.
 class TypedPattern
          This class provides the basis for all specific pattern types.
 class UpdateFeatureForPattern
          This feature wraps the update functionality of a pattern for calls of the Graphiti framework.
 

Uses of IFeatureProviderHolder in org.eclipse.graphiti.pattern.id
 

Classes in org.eclipse.graphiti.pattern.id that implement IFeatureProviderHolder
 class IdPattern
          Base class for ID patterns.
 

Uses of IFeatureProviderHolder in org.eclipse.graphiti.ui.features
 

Classes in org.eclipse.graphiti.ui.features that implement IFeatureProviderHolder
 class AbstractCopyFeature
          The Class AbstractCopyFeature.
 class AbstractDrillDownFeature
          The Class AbstractDrillDownFeature.
 class AbstractPasteFeature
          The Class AbstractPasteFeature.
 class DefaultDeleteFeature
          The Graphiti default implementation of the IDeleteFeature.
 class DefaultPrintFeature
          The default feature implementation for printing a diagram.
 class DefaultSaveImageFeature
          The default feature implementation for saving a diagram as an image.
 

Uses of IFeatureProviderHolder in org.eclipse.graphiti.ui.platform
 

Subinterfaces of IFeatureProviderHolder in org.eclipse.graphiti.ui.platform
 interface IConfigurationProvider
          This interface is the wrapping container around the providers and Eclipse parts involved with an editor.
 

Classes in org.eclipse.graphiti.ui.platform that implement IFeatureProviderHolder
 class GraphitiConnectionEditPart
          This is an abstract marker class that indicates that an EditPart is a Graphiti edit part for a connection.
 class GraphitiShapeEditPart
          This is an abstract marker class that indicates that an EditPart is a Graphiti edit part for a shape.
 



Copyright (c) SAP AG 2005, 2012.