Uses of Interface
org.eclipse.emf.edit.command.CommandActionDelegate

Packages that use CommandActionDelegate
org.eclipse.emf.edit.command This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
org.eclipse.emf.examples.extlibrary.actions   
org.eclipse.emf.mapping.action   
 

Uses of CommandActionDelegate in org.eclipse.emf.edit.command
 

Classes in org.eclipse.emf.edit.command that implement CommandActionDelegate
 class CreateChildCommand
          This command wraps an AddCommand or SetCommand to provide the higher-level operation of "creating" an appropriate child object and adding it to a owner object.
 

Uses of CommandActionDelegate in org.eclipse.emf.edit.provider
 

Classes in org.eclipse.emf.edit.provider that implement CommandActionDelegate
protected  class DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
          An AffectedObjectsWrappingCommandActionDelegate wraps another command that also implements CommandActionDelegate, to substitute this wrapper for its value and child wrappers for their corresponding child values, whenever they appear in the affected objects.
 class ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate
          A ResultAndAffectedObjectsWrappingCommandActionDelegate wraps another command that also implements CommandActionDelegate, to substitute IWrapperItemProviders for its values, which have been unwrapped for the command to operate on properly.
 

Constructors in org.eclipse.emf.edit.provider with parameters of type CommandActionDelegate
DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command)
          Returns a new AffectedObjectsWrappingCommandActionDelegate for the given command.
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command)
          Returns a new ResultAndAffectedObjectsWrappingCommandActionDelegate for the given command.
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command, java.util.Collection<? extends IWrapperItemProvider> additionalWrappers)
          Returns a new ResultAndAffectedObjectsWrappingCommandActionDelegate for the given command and list of additional wrappers.
 

Uses of CommandActionDelegate in org.eclipse.emf.examples.extlibrary.actions
 

Classes in org.eclipse.emf.examples.extlibrary.actions that implement CommandActionDelegate
 class AddLibraryCommand
          The extended library example supports multi-rooted resources and therefore this command will add a library to the resource.
 class RemoveLibraryCommand
          The extended library example supports multi-rooted resources and therefore this command will remove a library from the resource..
 

Uses of CommandActionDelegate in org.eclipse.emf.mapping.action
 

Classes in org.eclipse.emf.mapping.action that implement CommandActionDelegate
static class CreateMappingAction.DelegateCommand
           
static class CreateOneSidedMappingAction.DelegateCommand
           
static class NameMatchMappingAction.DelegateCommand
           
static class RemoveMappingAction.CommandDelegate
           
static class TypeMatchMappingAction.DelegateCommand
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.