Uses of Interface
org.eclipse.emf.edit.command.CreateChildCommand.Helper

Packages that use CreateChildCommand.Helper
org.eclipse.emf.codegen.ecore.genmodel.provider   
org.eclipse.emf.ecore.change.provider Provides item providers for the change model. 
org.eclipse.emf.ecore.provider Provides item providers for Ecore. 
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.edit.provider.resource   
org.eclipse.emf.edit.tree.provider   
org.eclipse.emf.mapping.ecore2ecore.provider   
org.eclipse.emf.mapping.ecore2xml.provider   
org.eclipse.emf.mapping.provider   
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.codegen.ecore.genmodel.provider
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.provider that implement CreateChildCommand.Helper
 class GenAnnotationItemProvider
          This is the item provider adapter for a GenAnnotation object
 class GenBaseItemProvider
          This is the item provider adapter for a GenBase object
 class GenClassItemProvider
          This is the item provider adapter for a GenClass object
 class GenDataTypeItemProvider
          This is the item provider adapter for a GenDataType object
 class GenEnumItemProvider
          This is the item provider adapter for a GenEnum object
 class GenEnumLiteralItemProvider
          This is the item provider adapter for a GenEnumLiteral object
 class GenFeatureItemProvider
          This is the item provider adapter for a GenFeature object
 class GenModelItemProvider
          This is the item provider adapter for a GenModel object
 class GenOperationItemProvider
          This is the item provider adapter for a GenOperation object
 class GenPackageItemProvider
          This is the item provider adapter for a GenPackage object
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.ecore.change.provider
 

Classes in org.eclipse.emf.ecore.change.provider that implement CreateChildCommand.Helper
 class ChangeDescriptionItemProvider
          This is the item provider adapter for a ChangeDescription object
 class EObjectToChangesMapEntryItemProvider
          This is the item provider adapter for a Map.Entry object
 class FeatureChangeItemProvider
          This is the item provider adapter for a FeatureChange object
 class FeatureMapEntryItemProvider
          This is the item provider adapter for a FeatureMapEntry object
 class ListChangeItemProvider
          This is the item provider adapter for a ListChange object
 class ResourceChangeItemProvider
          This is the item provider adapter for a ResourceChange object
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.ecore.provider
 

Classes in org.eclipse.emf.ecore.provider that implement CreateChildCommand.Helper
 class EAnnotationItemProvider
          This is the item provider adapter for a EAnnotation object
 class EAttributeItemProvider
          This is the item provider adapter for a EAttribute object
 class EClassifierItemProvider
          This is the item provider adapter for a EClassifier object
 class EClassItemProvider
          This is the item provider adapter for a EClass object
 class EDataTypeItemProvider
          This is the item provider adapter for a EDataType object
 class EEnumItemProvider
          This is the item provider adapter for a EEnum object
 class EEnumLiteralItemProvider
          This is the item provider adapter for a EEnumLiteral object
 class EFactoryItemProvider
          This is the item provider adapter for a EFactory object
 class EGenericTypeItemProvider
          This is the item provider adapter for a EGenericType object
 class EModelElementItemProvider
          This is the item provider adapter for a EModelElement object
 class ENamedElementItemProvider
          This is the item provider adapter for a ENamedElement object
 class EObjectItemProvider
          This is the item provider adapter for a EObject object
 class EOperationItemProvider
          This is the item provider adapter for a EOperation object
 class EPackageItemProvider
          This is the item provider adapter for a EPackage object
 class EParameterItemProvider
          This is the item provider adapter for a EParameter object
 class EReferenceItemProvider
          This is the item provider adapter for a EReference object
 class EStringToStringMapEntryItemProvider
          This is the item provider adapter for a Map.Entry object
 class EStructuralFeatureItemProvider
          This is the item provider adapter for a EStructuralFeature object
 class ETypedElementItemProvider
          This is the item provider adapter for a ETypedElement object
 class ETypeParameterItemProvider
          This is the item provider adapter for a ETypeParameter object
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.edit.command
 

Fields in org.eclipse.emf.edit.command declared as CreateChildCommand.Helper
protected  CreateChildCommand.Helper CreateChildCommand.helper
          This is the helper object, usually the item provider for CreateChildCommand.owner, to which parts of this command's functionality are delegated.
 

Constructors in org.eclipse.emf.edit.command with parameters of type CreateChildCommand.Helper
CreateChildCommand(EditingDomain domain, EObject owner, EStructuralFeature feature, java.lang.Object child, java.util.Collection<?> selection, CreateChildCommand.Helper helper)
          This constructor initializes an instance, as above, but the command delegates functionality to the specified Helper.
CreateChildCommand(EditingDomain domain, EObject owner, EStructuralFeature feature, java.lang.Object child, int index, java.util.Collection<?> selection, CreateChildCommand.Helper helper)
          This constructor initializes an instance, as above, but the command delegates functionality to the specified Helper.
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.edit.provider
 

Classes in org.eclipse.emf.edit.provider that implement CreateChildCommand.Helper
 class ItemProviderAdapter
          This adapter implementation provides a convenient reusable base for adapters that will be used as item providers.
 class ReflectiveItemProvider
          This adapter implementation provides reflective support that emulates the behaviour of a default generated item provider.
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.edit.provider.resource
 

Classes in org.eclipse.emf.edit.provider.resource that implement CreateChildCommand.Helper
 class ResourceItemProvider
          This is the item provider adapter for a Resource object.
 class ResourceSetItemProvider
          This is the item provider adapter for a ResourceSet object.
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.edit.tree.provider
 

Classes in org.eclipse.emf.edit.tree.provider that implement CreateChildCommand.Helper
 class TreeNodeItemProvider
          This is the item provider adapter for a TreeNode object.
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.mapping.ecore2ecore.provider
 

Classes in org.eclipse.emf.mapping.ecore2ecore.provider that implement CreateChildCommand.Helper
 class Ecore2EcoreMappingRootItemProvider
          This is the item provider adapter for a Ecore2EcoreMappingRoot object
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.mapping.ecore2xml.provider
 

Classes in org.eclipse.emf.mapping.ecore2xml.provider that implement CreateChildCommand.Helper
 class ENamedElementToXMLInfoMapEntryItemProvider
          This is the item provider adapter for a Map.Entry object
 class XMLInfoItemProvider
          This is the item provider adapter for a XMLInfo object
 class XMLMapItemProvider
          This is the item provider adapter for a XMLMap object
 

Uses of CreateChildCommand.Helper in org.eclipse.emf.mapping.provider
 

Classes in org.eclipse.emf.mapping.provider that implement CreateChildCommand.Helper
 class ComplexTypeConverterItemProvider
          This is the item provider adpater for a ComplexTypeConverter object.
 class FunctionNamePairItemProvider
          This is the item provider adpater for a FunctionNamePair object.
 class FunctionPairItemProvider
          This is the item provider adpater for a FunctionPair object.
 class MappingHelperItemProvider
          This is the item provider adpater for a MappingHelper object.
 class MappingItemProvider
          This is the item provider adpater for a Mapping object.
 class MappingItemProviderAdapter
          This is the base class for all our providers, in case we need to add common function across all our providers.
 class MappingRootItemProvider
          This is the item provider adpater for a MappingRoot object.
 class MappingStrategyItemProvider
          This is the item provider adpater for a MappingStrategy object.
 class TypeConverterItemProvider
          This is the item provider adpater for a TypeConverter object.
 


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