public class PcmbpoptionsItemProviderAdapterFactory extends PcmbpoptionsAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable, IChildCreationExtender
fireNotifyChanged.
The adapters also support Eclipse property sheets.
Note that most of the adapters are shared among multiple instances.
| Modifier and Type | Class and Description |
|---|---|
static class |
PcmbpoptionsItemProviderAdapterFactory.DimensiontypesChildCreationExtender
A child creation extender for the
DimensiontypesPackage. |
static class |
PcmbpoptionsItemProviderAdapterFactory.OptionsChildCreationExtender
A child creation extender for the
OptionsPackage. |
IChildCreationExtender.Descriptor| Constructor and Description |
|---|
PcmbpoptionsItemProviderAdapterFactory()
This constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
adapt(Notifier notifier,
Object type)
This implementation substitutes the factory itself as the key for the adapter.
|
Object |
adapt(Object object,
Object type) |
void |
addListener(INotifyChangedListener notifyChangedListener)
This adds a listener.
|
Adapter |
createPCM_ChangeEntityAdapter()
This creates an adapter for a
PCM_ChangeEntity. |
Adapter |
createPCM_IntroduceNewEntityAdapter()
This creates an adapter for a
PCM_IntroduceNewEntity. |
Adapter |
createPCM_RemoveEntityAdapter()
This creates an adapter for a
PCM_RemoveEntity. |
void |
dispose()
This disposes all of the item providers created by this factory.
|
void |
fireNotifyChanged(Notification notification)
This delegates to
changeNotifier and to parentAdapterFactory. |
List<IChildCreationExtender> |
getChildCreationExtenders() |
Collection<?> |
getNewChildDescriptors(Object object,
EditingDomain editingDomain) |
ResourceLocator |
getResourceLocator() |
ComposeableAdapterFactory |
getRootAdapterFactory()
This returns the root adapter factory that contains this factory.
|
boolean |
isFactoryForType(Object type) |
void |
removeListener(INotifyChangedListener notifyChangedListener)
This removes a listener.
|
void |
setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
This sets the composed adapter factory that contains this factory.
|
createAdapter, createAlternativeObjectAdapter, createArchOptionAdapter, createConflictObjectAdapter, createCouldResolveObjectAdapter, createDependencyObjectAdapter, createDuplicationObjectAdapter, createEObjectAdapter, createIdentifierAdapter, createOptionAdapter, createParentalObjectAdapter, createPCM_EntityOptionAdapter, createRelationObjectAdapter, createResolveObjectAdapter, createSelectionObjectAdapter, createStakeholderObjectAdapter, createTraceableObjectAdapter, createTriggerObjectAdapteradaptAllNew, adaptNewequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptAllNew, adaptNewpublic PcmbpoptionsItemProviderAdapterFactory()
public Adapter createPCM_IntroduceNewEntityAdapter()
PCM_IntroduceNewEntity.
createPCM_IntroduceNewEntityAdapter in class PcmbpoptionsAdapterFactoryPCM_IntroduceNewEntitypublic Adapter createPCM_ChangeEntityAdapter()
PCM_ChangeEntity.
createPCM_ChangeEntityAdapter in class PcmbpoptionsAdapterFactoryPCM_ChangeEntitypublic Adapter createPCM_RemoveEntityAdapter()
PCM_RemoveEntity.
createPCM_RemoveEntityAdapter in class PcmbpoptionsAdapterFactoryPCM_RemoveEntitypublic ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory in interface ComposeableAdapterFactorypublic void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory in interface ComposeableAdapterFactorypublic boolean isFactoryForType(Object type)
isFactoryForType in interface AdapterFactoryisFactoryForType in class PcmbpoptionsAdapterFactorypublic Adapter adapt(Notifier notifier, Object type)
adapt in interface AdapterFactoryadapt in class AdapterFactoryImplpublic Object adapt(Object object, Object type)
adapt in interface AdapterFactoryadapt in class AdapterFactoryImplpublic List<IChildCreationExtender> getChildCreationExtenders()
public Collection<?> getNewChildDescriptors(Object object, EditingDomain editingDomain)
getNewChildDescriptors in interface IChildCreationExtenderpublic ResourceLocator getResourceLocator()
getResourceLocator in interface IChildCreationExtenderpublic void addListener(INotifyChangedListener notifyChangedListener)
addListener in interface IChangeNotifierpublic void removeListener(INotifyChangedListener notifyChangedListener)
removeListener in interface IChangeNotifierpublic void fireNotifyChanged(Notification notification)
changeNotifier and to parentAdapterFactory.
fireNotifyChanged in interface IChangeNotifierpublic void dispose()
dispose in interface IDisposable