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.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 substitue this wrapper for its value and child wrappers for their corresonding 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
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command)
          Returns a new ResultAndAffectedObjectsWrappingCommandActionDelegate for the given command.
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command, Collection additionalWrappers)
          Returns a new ResultAndAffectedObjectsWrappingCommandActionDelegate for the given command and list of additional wrappers.
DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate command)
          Returns a new AffectedObjectsWrappingCommandActionDelegate for the given command.
 

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.