Class GuiceBasedRealmItemProviderAdapterFactory.RealmChildCreationExtender
- java.lang.Object
 - 
- tools.mdsd.somde.realm.guicebased.provider.GuiceBasedRealmItemProviderAdapterFactory.RealmChildCreationExtender
 
 
- 
- All Implemented Interfaces:
 IChildCreationExtender
- Enclosing class:
 - GuiceBasedRealmItemProviderAdapterFactory
 
public static class GuiceBasedRealmItemProviderAdapterFactory.RealmChildCreationExtender extends Object implements IChildCreationExtender
A child creation extender for theRealmPackage.- Generated class or method.
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classGuiceBasedRealmItemProviderAdapterFactory.RealmChildCreationExtender.CreationSwitchThe switch for creating child descriptors specific to each extended class.- 
Nested classes/interfaces inherited from interface org.eclipse.emf.edit.provider.IChildCreationExtender
IChildCreationExtender.Descriptor 
 - 
 
- 
Constructor Summary
Constructors Constructor Description RealmChildCreationExtender() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Object>getNewChildDescriptors(Object object, EditingDomain editingDomain)ResourceLocatorgetResourceLocator() 
 - 
 
- 
- 
Method Detail
- 
getNewChildDescriptors
public Collection<Object> getNewChildDescriptors(Object object, EditingDomain editingDomain)
- Specified by:
 getNewChildDescriptorsin interfaceIChildCreationExtender- Generated class or method.
 
 
- 
getResourceLocator
public ResourceLocator getResourceLocator()
- Specified by:
 getResourceLocatorin interfaceIChildCreationExtender- Generated class or method.
 
 
 - 
 
 -