Uses of Interface
org.eclipse.graphiti.features.context.IUpdateContext

Packages that use IUpdateContext
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.func   
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.ui.features   
 

Uses of IUpdateContext in org.eclipse.graphiti.features
 

Methods in org.eclipse.graphiti.features with parameters of type IUpdateContext
 boolean FeatureCheckerAdapter.allowUpdate(IUpdateContext context)
           
 boolean IFeatureChecker.allowUpdate(IUpdateContext context)
           
 IReason ConfigurableFeatureProviderWrapper.canUpdate(IUpdateContext context)
           
 IReason DefaultFeatureProviderWrapper.canUpdate(IUpdateContext context)
           
 IReason IFeatureProvider.canUpdate(IUpdateContext context)
          Checks if an update process can be processed.
 IUpdateFeature ConfigurableFeatureProviderWrapper.getUpdateFeature(IUpdateContext context)
           
 IUpdateFeature DefaultFeatureProviderWrapper.getUpdateFeature(IUpdateContext context)
           
 IUpdateFeature IFeatureProvider.getUpdateFeature(IUpdateContext context)
          Update features do the synchronization work and transport data from domain model to pictograms model elements.
 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 IUpdateContext in org.eclipse.graphiti.features.context.impl
 

Classes in org.eclipse.graphiti.features.context.impl that implement IUpdateContext
 class UpdateContext
          The Class UpdateContext.
 

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

Methods in org.eclipse.graphiti.features.impl with parameters of type IUpdateContext
 IReason AbstractFeatureProvider.canUpdate(IUpdateContext context)
           
 boolean DefaultUpdateDiagramFeature.canUpdate(IUpdateContext context)
           
 boolean UpdateNoBoFeature.canUpdate(IUpdateContext context)
           
 IUpdateFeature AbstractFeatureProvider.getUpdateFeature(IUpdateContext context)
           
 boolean DefaultUpdateDiagramFeature.update(IUpdateContext context)
           
 boolean UpdateNoBoFeature.update(IUpdateContext 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)
           
 

Uses of IUpdateContext in org.eclipse.graphiti.func
 

Methods in org.eclipse.graphiti.func with parameters of type IUpdateContext
 boolean IUpdate.canUpdate(IUpdateContext context)
          Checks whether the values of the current pictogram element of the given context can be updated.
 boolean IUpdate.update(IUpdateContext context)
          Updates the pictogram element.
 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 IUpdateContext in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern with parameters of type IUpdateContext
 boolean AbstractPattern.canUpdate(IUpdateContext context)
           
 boolean UpdateFeatureForPattern.canUpdate(IUpdateContext context)
           
 IUpdateFeature DefaultFeatureProviderWithPatterns.getUpdateFeature(IUpdateContext context)
           
protected  IUpdateFeature DefaultFeatureProviderWithPatterns.getUpdateFeatureAdditional(IUpdateContext context)
          Gets additional the update feature.
 boolean AbstractPattern.update(IUpdateContext context)
           
 boolean UpdateFeatureForPattern.update(IUpdateContext context)
           
 IReason AbstractPattern.updateNeeded(IUpdateContext context)
           
 IReason UpdateFeatureForPattern.updateNeeded(IUpdateContext context)
           
 

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

Methods in org.eclipse.graphiti.ui.features with parameters of type IUpdateContext
 IUpdateFeature DefaultFeatureProvider.getUpdateFeature(IUpdateContext context)
           
 



Copyright (c) SAP AG 2005, 2010.