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

Packages that use IReason
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.func   
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.pattern.id   
 

Uses of IReason in org.eclipse.graphiti.features
 

Methods in org.eclipse.graphiti.features that return IReason
 IReason ConfigurableFeatureProviderWrapper.canAdd(IAddContext context)
           
 IReason DefaultFeatureProviderWrapper.canAdd(IAddContext context)
           
 IReason IFeatureProvider.canAdd(IAddContext context)
          Can add.
 IReason ConfigurableFeatureProviderWrapper.canLayout(ILayoutContext context)
           
 IReason DefaultFeatureProviderWrapper.canLayout(ILayoutContext context)
           
 IReason IFeatureProvider.canLayout(ILayoutContext context)
          Checks if an layout process can be processed.
 IReason ConfigurableFeatureProviderWrapper.canUpdate(IUpdateContext context)
           
 IReason DefaultFeatureProviderWrapper.canUpdate(IUpdateContext context)
           
 IReason IFeatureProvider.canUpdate(IUpdateContext context)
          Checks if an update process can be processed.
 IReason DefaultFeatureProviderWrapper.layoutIfPossible(ILayoutContext context)
           
 IReason IFeatureProvider.layoutIfPossible(ILayoutContext context)
          Process the layout process.
 IReason DefaultFeatureProviderWrapper.updateIfPossible(IUpdateContext context)
           
 IReason IFeatureProvider.updateIfPossible(IUpdateContext context)
          Process the update process.
 IReason DefaultFeatureProviderWrapper.updateIfPossibleAndNeeded(IUpdateContext context)
           
 IReason IFeatureProvider.updateIfPossibleAndNeeded(IUpdateContext context)
          Update if possible and needed.
 IReason DefaultFeatureProviderWrapper.updateNeeded(IUpdateContext context)
           
 IReason IFeatureProvider.updateNeeded(IUpdateContext context)
          Checks if an update process is needed and has be processed.
 

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

Classes in org.eclipse.graphiti.features.impl that implement IReason
 class Reason
          The Class Reason.
 

Methods in org.eclipse.graphiti.features.impl that return IReason
 IReason AbstractFeatureProvider.canAdd(IAddContext context)
           
 IReason AbstractFeatureProvider.canLayout(ILayoutContext context)
           
 IReason AbstractFeatureProvider.canUpdate(IUpdateContext context)
           
static IReason Reason.createFalseReason()
          Creates the false reason.
static IReason Reason.createFalseReason(String string)
          Creates the false reason.
static IReason Reason.createTrueReason()
          Creates the true reason.
static IReason Reason.createTrueReason(String string)
          Creates the true reason.
 IReason AbstractFeatureProvider.layoutIfPossible(ILayoutContext context)
           
protected  IReason AbstractFeature.layoutPictogramElement(PictogramElement pe)
          Layouts the given PictogramElement.
 IReason AbstractFeatureProvider.updateIfPossible(IUpdateContext context)
           
 IReason AbstractFeatureProvider.updateIfPossibleAndNeeded(IUpdateContext context)
           
 IReason AbstractFeatureProvider.updateNeeded(IUpdateContext context)
           
 IReason DefaultUpdateDiagramFeature.updateNeeded(IUpdateContext context)
           
 IReason UpdateNoBoFeature.updateNeeded(IUpdateContext context)
           
protected  IReason AbstractUpdateFeature.updatePictogramElementNeeded(PictogramElement pe)
          Update pictogram element needed.
 

Uses of IReason in org.eclipse.graphiti.func
 

Methods in org.eclipse.graphiti.func that return IReason
 IReason IUpdate.updateNeeded(IUpdateContext context)
          Check whether the values in the pictogram element are up to date, that means whether the graphics algorithm of this pictogram element contain the latest values from the business objects.
 

Uses of IReason in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern that return IReason
 IReason AbstractPattern.updateNeeded(IUpdateContext context)
          Clients can override this method to indicate if an update of a shape for the given domain object as defined in the given IUpdateContext needs to be triggered.
 IReason UpdateFeatureForPattern.updateNeeded(IUpdateContext context)
           
 

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

Methods in org.eclipse.graphiti.pattern.id that return IReason
protected abstract  IReason IdPattern.updateNeeded(IdUpdateContext context, String id)
          Clients should primarily override this method and implement their update check functionality here.
 IReason IdPattern.updateNeeded(IUpdateContext context)
          Checks if an updates is needed for a PictogramElement representation given in the context.
protected  IReason IdPattern.updateNeededGraphicsAlgorithmChildren(GraphicsAlgorithm graphicsAlgorithm, IdUpdateContext context)
          This method implements the part of the update needed check that deals with the GraphicsAlgorithm children, see IdPattern.updateNeeded(IUpdateContext).
 



Copyright (c) SAP AG 2005, 2012.