Class ActionsItemProviderAdapterFactory.SeffChildCreationExtender
- java.lang.Object
-
- org.palladiosimulator.indirections.actions.provider.ActionsItemProviderAdapterFactory.SeffChildCreationExtender
-
- All Implemented Interfaces:
IChildCreationExtender
- Enclosing class:
- ActionsItemProviderAdapterFactory
public static class ActionsItemProviderAdapterFactory.SeffChildCreationExtender extends Object implements IChildCreationExtender
A child creation extender for theSeffPackage
.- Generated class or method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
ActionsItemProviderAdapterFactory.SeffChildCreationExtender.CreationSwitch
The 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 SeffChildCreationExtender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Object>
getNewChildDescriptors(Object object, EditingDomain editingDomain)
ResourceLocator
getResourceLocator()
-
-
-
Method Detail
-
getNewChildDescriptors
public Collection<Object> getNewChildDescriptors(Object object, EditingDomain editingDomain)
- Specified by:
getNewChildDescriptors
in interfaceIChildCreationExtender
- Generated class or method.
-
getResourceLocator
public ResourceLocator getResourceLocator()
- Specified by:
getResourceLocator
in interfaceIChildCreationExtender
- Generated class or method.
-
-