public class OptionsItemProviderAdapterFactory extends OptionsAdapterFactory 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 |
OptionsItemProviderAdapterFactory.DimensiontypesChildCreationExtender
A child creation extender for the
DimensiontypesPackage . |
IChildCreationExtender.Descriptor
Constructor and Description |
---|
OptionsItemProviderAdapterFactory()
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 |
createConstraintAdapter()
This creates an adapter for a
Constraint . |
Adapter |
createOptionRepositoryAdapter()
This creates an adapter for a
OptionRepository . |
Adapter |
createTextOptionAdapter()
This creates an adapter for a
TextOption . |
Adapter |
createTextRationaleAdapter()
This creates an adapter for a
TextRationale . |
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, createAnalysisRationaleAdapter, createConflictObjectAdapter, createCouldResolveObjectAdapter, createDependencyObjectAdapter, createDuplicationObjectAdapter, createEObjectAdapter, createIdentifierAdapter, createOptionAdapter, createParentalObjectAdapter, createRationaleAdapter, createRelationObjectAdapter, createResolveObjectAdapter, createSelectionObjectAdapter, createStakeholderObjectAdapter, createTraceableObjectAdapter, createTriggerObjectAdapter
adaptAllNew, adaptNew
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adaptAllNew, adaptNew
public OptionsItemProviderAdapterFactory()
public Adapter createTextOptionAdapter()
TextOption
.
createTextOptionAdapter
in class OptionsAdapterFactory
TextOption
public Adapter createOptionRepositoryAdapter()
OptionRepository
.
createOptionRepositoryAdapter
in class OptionsAdapterFactory
OptionRepository
public Adapter createConstraintAdapter()
Constraint
.
createConstraintAdapter
in class OptionsAdapterFactory
Constraint
public Adapter createTextRationaleAdapter()
TextRationale
.
createTextRationaleAdapter
in class OptionsAdapterFactory
TextRationale
public ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory
in interface ComposeableAdapterFactory
public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory
in interface ComposeableAdapterFactory
public boolean isFactoryForType(Object type)
isFactoryForType
in interface AdapterFactory
isFactoryForType
in class OptionsAdapterFactory
public Adapter adapt(Notifier notifier, Object type)
adapt
in interface AdapterFactory
adapt
in class AdapterFactoryImpl
public Object adapt(Object object, Object type)
adapt
in interface AdapterFactory
adapt
in class AdapterFactoryImpl
public List<IChildCreationExtender> getChildCreationExtenders()
public Collection<?> getNewChildDescriptors(Object object, EditingDomain editingDomain)
getNewChildDescriptors
in interface IChildCreationExtender
public ResourceLocator getResourceLocator()
getResourceLocator
in interface IChildCreationExtender
public void addListener(INotifyChangedListener notifyChangedListener)
addListener
in interface IChangeNotifier
public void removeListener(INotifyChangedListener notifyChangedListener)
removeListener
in interface IChangeNotifier
public void fireNotifyChanged(Notification notification)
changeNotifier
and to parentAdapterFactory
.
fireNotifyChanged
in interface IChangeNotifier
public void dispose()
dispose
in interface IDisposable