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

Packages that use IRemoveContext
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.ui.features   
 

Uses of IRemoveContext in org.eclipse.graphiti.features
 

Methods in org.eclipse.graphiti.features with parameters of type IRemoveContext
 boolean IRemoveFeature.canRemove(IRemoveContext context)
          Checks if given object could be removed.
 IRemoveFeature ConfigurableFeatureProviderWrapper.getRemoveFeature(IRemoveContext context)
           
 IRemoveFeature DefaultFeatureProviderWrapper.getRemoveFeature(IRemoveContext context)
           
 IRemoveFeature IFeatureProvider.getRemoveFeature(IRemoveContext context)
          Remove features remove the grapical representations of domain model objects.
 void IRemoveFeature.postRemove(IRemoveContext context)
          called after remove call.
 void IRemoveFeature.preRemove(IRemoveContext context)
          called prior to remove call.
 void IRemoveFeature.remove(IRemoveContext context)
          Remove the given object.
 

Uses of IRemoveContext in org.eclipse.graphiti.features.context.impl
 

Classes in org.eclipse.graphiti.features.context.impl that implement IRemoveContext
 class RemoveContext
          The Class RemoveContext.
 

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

Methods in org.eclipse.graphiti.features.impl with parameters of type IRemoveContext
 boolean DefaultRemoveFeature.canRemove(IRemoveContext context)
           
 IRemoveFeature AbstractFeatureProvider.getRemoveFeature(IRemoveContext context)
           
 void DefaultRemoveFeature.postRemove(IRemoveContext context)
           
 void DefaultRemoveFeature.preRemove(IRemoveContext context)
           
 void DefaultRemoveFeature.remove(IRemoveContext context)
           
 

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

Methods in org.eclipse.graphiti.ui.features with parameters of type IRemoveContext
 IRemoveFeature DefaultFeatureProvider.getRemoveFeature(IRemoveContext context)
           
 



Copyright (c) SAP AG 2005, 2010.