|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CopyCommand.Helper | |
---|---|
org.eclipse.emf.ecore.provider | Provides item providers for Ecore. |
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.command |
Uses of CopyCommand.Helper in org.eclipse.emf.ecore.provider |
---|
Methods in org.eclipse.emf.ecore.provider with parameters of type CopyCommand.Helper | |
---|---|
protected Command |
EReferenceItemProvider.createInitializeCopyCommand(EditingDomain domain,
EObject owner,
CopyCommand.Helper helper)
This creates a custom initialize copy command that specially handles the eOpposite like it is bidirectional, itself. |
Uses of CopyCommand.Helper in org.eclipse.emf.edit.command |
---|
Fields in org.eclipse.emf.edit.command declared as CopyCommand.Helper | |
---|---|
protected CopyCommand.Helper |
InitializeCopyCommand.copyHelper
This is a map of objects to their copies |
protected CopyCommand.Helper |
CreateCopyCommand.copyHelper
This is a map of objects to their copies |
protected CopyCommand.Helper |
CopyCommand.copyHelper
This is a map of objects to their copies |
Methods in org.eclipse.emf.edit.command that return CopyCommand.Helper | |
---|---|
CopyCommand.Helper |
InitializeCopyCommand.getCopyHelper()
This is the map of objects to their copies. |
CopyCommand.Helper |
CreateCopyCommand.getCopyHelper()
This is the map of objects to their copies. |
Methods in org.eclipse.emf.edit.command with parameters of type CopyCommand.Helper | |
---|---|
static Command |
InitializeCopyCommand.create(EditingDomain domain,
java.lang.Object owner,
CopyCommand.Helper copyHelper)
|
static Command |
CreateCopyCommand.create(EditingDomain domain,
java.lang.Object owner,
CopyCommand.Helper copyHelper)
This creates a command that will create and object for copying the given object |
Constructors in org.eclipse.emf.edit.command with parameters of type CopyCommand.Helper | |
---|---|
CopyCommand(EditingDomain domain,
EObject owner,
CopyCommand.Helper copyHelper)
This creates and instance in the given domain and for the given owner |
|
CopyCommand(EditingDomain domain,
EObject owner,
CopyCommand.Helper copyHelper,
boolean optimize)
This creates and instance in the given domain and for the given owner |
|
CreateCopyCommand(EditingDomain domain,
EObject owner,
CopyCommand.Helper copyHelper)
This constructs a command that will create an object that is a copy of the given object. |
|
InitializeCopyCommand(EditingDomain domain,
EObject owner,
CopyCommand.Helper copyHelper)
This constructs an instance that will copy the attribute values of value to those of owner. |
Uses of CopyCommand.Helper in org.eclipse.emf.edit.provider |
---|
Methods in org.eclipse.emf.edit.provider with parameters of type CopyCommand.Helper | |
---|---|
protected Command |
ItemProviderAdapter.createCopyCommand(EditingDomain domain,
EObject owner,
CopyCommand.Helper helper)
This creates a primitive CopyCommand . |
protected Command |
WrapperItemProvider.createCopyCommand(EditingDomain domain,
java.lang.Object owner,
CopyCommand.Helper helper)
Returns an UnexecutableCommand . |
protected Command |
FeatureMapEntryWrapperItemProvider.createCopyCommand(EditingDomain domain,
java.lang.Object owner,
CopyCommand.Helper helper)
This is only called for null or attribute values; it returns a WrapperItemProvider.SimpleCopyCommand that copies the wrapper. |
protected Command |
AttributeValueWrapperItemProvider.createCopyCommand(EditingDomain domain,
java.lang.Object owner,
CopyCommand.Helper helper)
Returns a WrapperItemProvider.SimpleCopyCommand that copies the value by converting it into a string and
back, using the factory methods. |
protected Command |
ItemProviderAdapter.createCreateCopyCommand(EditingDomain domain,
EObject owner,
CopyCommand.Helper helper)
This creates a primitive CreateCopyCommand . |
protected Command |
ItemProviderAdapter.createInitializeCopyCommand(EditingDomain domain,
EObject owner,
CopyCommand.Helper helper)
This creates a primitive InitializeCopyCommand . |
Uses of CopyCommand.Helper in org.eclipse.emf.mapping.command |
---|
Fields in org.eclipse.emf.mapping.command declared as CopyCommand.Helper | |
---|---|
protected CopyCommand.Helper |
CreateCopyOverrideCommand.copyHelper
This is a map of objects to their copies |
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |