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   
 

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)
           
 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)
           
 IReason UpdateFeatureForPattern.updateNeeded(IUpdateContext context)
           
 



Copyright (c) SAP AG 2005, 2010.