|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandActionDelegate | |
---|---|
org.eclipse.emf.edit.command | This provides a framework for implementing and composing Command s 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 s |
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 IWrapperItemProvider s 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.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-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |