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

Packages that use IFeature
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.custom   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.palette   
org.eclipse.graphiti.palette.impl   
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.tb   
org.eclipse.graphiti.ui.features   
org.eclipse.graphiti.ui.platform   
 

Uses of IFeature in org.eclipse.graphiti.features
 

Subinterfaces of IFeature 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 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.
 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.
 interface IUpdateFeature
          The Interface IUpdateFeature.
 

Methods in org.eclipse.graphiti.features that return IFeature
 IFeature[] ConfigurableFeatureProviderWrapper.getDragAndDropFeatures(IPictogramElementContext context)
           
 IFeature[] DefaultFeatureProviderWrapper.getDragAndDropFeatures(IPictogramElementContext context)
           
 IFeature[] IFeatureProvider.getDragAndDropFeatures(IPictogramElementContext context)
          if the user should be able to create connections directly from a pictogram element without using the connection tool you can provide an array of features.
 IFeature IFeatureHolder.getFeature()
          Gets the feature.
 

Methods in org.eclipse.graphiti.features with parameters of type IFeature
 boolean FeatureCheckerAdapter.allow(IFeature feature, IContext context)
           
 boolean IFeatureChecker.allow(IFeature feature, IContext context)
           
 

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

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

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

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

Classes in org.eclipse.graphiti.features.impl that implement IFeature
 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 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 DefaultPrintFeature
          The Class DefaultPrintFeature.
 class DefaultReconnectionFeature
          The Class DefaultReconnectionFeature.
 class DefaultRemoveBendpointFeature
          The Class DefaultRemoveBendpointFeature.
 class DefaultRemoveFeature
          The Class DefaultRemoveFeature.
 class DefaultResizeShapeFeature
          The Class DefaultResizeShapeFeature.
 class DefaultSaveImageFeature
          The Class DefaultSaveImageFeature.
 class DefaultUpdateDiagramFeature
          The Class DefaultUpdateDiagramFeature.
 class UpdateNoBoFeature
          The Class UpdateNoBoFeature.
 

Methods in org.eclipse.graphiti.features.impl that return IFeature
 IFeature[] AbstractFeatureProvider.getDragAndDropFeatures(IPictogramElementContext context)
           
 

Uses of IFeature in org.eclipse.graphiti.palette
 

Methods in org.eclipse.graphiti.palette that return types with arguments of type IFeature
 java.util.List<IFeature> IConnectionCreationToolEntry.getCreateConnectionFeatures()
          Gets the creates the connection features.
 

Uses of IFeature in org.eclipse.graphiti.palette.impl
 

Fields in org.eclipse.graphiti.palette.impl with type parameters of type IFeature
protected  java.util.List<IFeature> AbstractPaletteToolEntry.features
          The features.
 

Methods in org.eclipse.graphiti.palette.impl that return types with arguments of type IFeature
 java.util.List<IFeature> ConnectionCreationToolEntry.getCreateConnectionFeatures()
          Gets the create connection features.
 java.util.List<IFeature> AbstractPaletteToolEntry.getFeatures()
          Gets the features.
 

Uses of IFeature in org.eclipse.graphiti.pattern
 

Classes in org.eclipse.graphiti.pattern that implement IFeature
 class AddFeatureForPattern
          The Class AddFeatureForPattern.
 class CreateConnectionFeatureForPattern
          The Class CreateConnectionFeatureForPattern.
 class CreateFeatureForPattern
          The Class CreateFeatureForPattern.
 class DirectEditingFeatureForPattern
          The Class DirectEditingFeatureForPattern.
 class LayoutFeatureForPattern
          The Class LayoutFeatureForPattern.
 class MoveShapeFeatureForPattern
          The Class MoveShapeFeatureForPattern.
 class ReconnectionFeatureForPattern
          The Class ReconnectionFeatureForPattern.
 class ResizeShapeFeatureForPattern
          The Class ResizeShapeFeatureForPattern.
 class UpdateFeatureForPattern
          The Class UpdateFeatureForPattern.
 

Methods in org.eclipse.graphiti.pattern with parameters of type IFeature
protected  boolean DefaultFeatureProviderWithPatterns.checkFeatureAndContext(IFeature feature, IContext context)
          Check feature and context.
 

Uses of IFeature in org.eclipse.graphiti.tb
 

Fields in org.eclipse.graphiti.tb declared as IFeature
private  IFeature AbstractContextEntry.feature
           
 

Fields in org.eclipse.graphiti.tb with type parameters of type IFeature
private  java.util.List<IFeature> ContextButtonEntry.dragAndDropFeatures
           
 

Methods in org.eclipse.graphiti.tb that return IFeature
 IFeature AbstractContextEntry.getFeature()
           
 IFeature IContextEntry.getFeature()
          Gets the feature.
 

Methods in org.eclipse.graphiti.tb that return types with arguments of type IFeature
 java.util.List<IFeature> ContextButtonEntry.getDragAndDropFeatures()
          Gets the drag and drop features.
 

Methods in org.eclipse.graphiti.tb with parameters of type IFeature
 void ContextButtonEntry.addDragAndDropFeature(IFeature dragAndDropFeature)
          add a drag and drop feature.
static IContextButtonEntry ContextEntryHelper.createCollapseContextButton(boolean collapse, IFeature customFeature, IContext customContext)
          Creates collapse button entry or expand button entry as indicated by parameter collapse.
private  void AbstractContextEntry.setFeature(IFeature feature)
           
 

Constructors in org.eclipse.graphiti.tb with parameters of type IFeature
AbstractContextEntry(IFeature feature, IContext context)
          Creates a new AbstractContextEntry.
ContextButtonEntry(IFeature feature, IContext context)
          Creates a context button entry.
ContextButtonEntry(IFeature feature, IContext context, int p1)
          Deprecated. Use ContextButtonEntry.ContextButtonEntry(IFeature, IContext) instead.
ContextButtonEntry(IFeature feature, IContext context, int p1, int p2)
          Deprecated. Use ContextButtonEntry.ContextButtonEntry(IFeature, IContext) instead.
ContextMenuEntry(IFeature feature, IContext context)
          Creates a new ContextMenuEntry.
DynamicContextMenuEntry(IFeature feature, IContext context)
          Creates a new DynamicContextMenuEntry.
 

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

Classes in org.eclipse.graphiti.ui.features that implement IFeature
 class AbstractCopyFeature
          The Class AbstractCopyFeature.
 class AbstractDrillDownFeature
          The Class AbstractDrillDownFeature.
 class AbstractPasteFeature
          The Class AbstractPasteFeature.
 class DefaultDeleteFeature
          The Class DefaultDeleteFeature.
 

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

Methods in org.eclipse.graphiti.ui.platform with parameters of type IFeature
 void GFPropertySection.execute(IFeature feature, IContext context)
          Executes the feature and adds it to the command stack.
 



Copyright (c) SAP AG 2005, 2010.