org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.provider
Class RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender

java.lang.Object
  extended by org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.provider.RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender
All Implemented Interfaces:
org.eclipse.emf.edit.provider.IChildCreationExtender
Enclosing class:
RuntimeItemProviderAdapterFactory

public static class RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender
extends java.lang.Object
implements org.eclipse.emf.edit.provider.IChildCreationExtender

A child creation extender for the RuntimePackage.

EMF generated code

Nested Class Summary
protected static class RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender.CreationSwitch
          The switch for creating child descriptors specific to each extended class.
 
Nested classes/interfaces inherited from interface org.eclipse.emf.edit.provider.IChildCreationExtender
org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor
 
Constructor Summary
RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender()
           
 
Method Summary
 java.util.Collection<java.lang.Object> getNewChildDescriptors(java.lang.Object object, org.eclipse.emf.edit.domain.EditingDomain editingDomain)
           
 org.eclipse.emf.common.util.ResourceLocator getResourceLocator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender

public RuntimeItemProviderAdapterFactory.RuntimeChildCreationExtender()
Method Detail

getNewChildDescriptors

public java.util.Collection<java.lang.Object> getNewChildDescriptors(java.lang.Object object,
                                                                     org.eclipse.emf.edit.domain.EditingDomain editingDomain)

Specified by:
getNewChildDescriptors in interface org.eclipse.emf.edit.provider.IChildCreationExtender
EMF generated code

getResourceLocator

public org.eclipse.emf.common.util.ResourceLocator getResourceLocator()

Specified by:
getResourceLocator in interface org.eclipse.emf.edit.provider.IChildCreationExtender
EMF generated code