public class StItemProviderAdapterFactory extends StAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable
fireNotifyChanged.
The adapters also support Eclipse property sheets.
Note that most of the adapters are shared among multiple instances.
| Constructor and Description |
|---|
StItemProviderAdapterFactory()
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 |
createCaseAdapter()
This creates an adapter for a
Case. |
Adapter |
createCaseElementAdapter()
This creates an adapter for a
CaseElement. |
Adapter |
createExitAdapter()
This creates an adapter for a
Exit. |
Adapter |
createForAdapter()
This creates an adapter for a
For. |
Adapter |
createIfAdapter()
This creates an adapter for a
If. |
Adapter |
createNilValueAdapter()
This creates an adapter for a
NilValue. |
Adapter |
createRepeatAdapter()
This creates an adapter for a
Repeat. |
Adapter |
createReturnAdapter()
This creates an adapter for a
Return. |
Adapter |
createStatementListAdapter()
This creates an adapter for a
StatementList. |
Adapter |
createWhileAdapter()
This creates an adapter for a
While. |
void |
dispose()
This disposes all of the item providers created by this factory.
|
void |
fireNotifyChanged(Notification notification)
This delegates to
changeNotifier and to parentAdapterFactory. |
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, createEObjectAdapter, createFunctionBlockBodySpecificationAdapter, createFunctionBodySpecificationAdapter, createIterationAdapter, createSimpleIterationAdapter, createStatementAdapteradaptAllNew, adaptNewequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptAllNew, adaptNewpublic StItemProviderAdapterFactory()
public Adapter createCaseAdapter()
Case.
createCaseAdapter in class StAdapterFactoryCasepublic Adapter createCaseElementAdapter()
CaseElement.
createCaseElementAdapter in class StAdapterFactoryCaseElementpublic Adapter createExitAdapter()
Exit.
createExitAdapter in class StAdapterFactoryExitpublic Adapter createForAdapter()
For.
createForAdapter in class StAdapterFactoryForpublic Adapter createIfAdapter()
If.
createIfAdapter in class StAdapterFactoryIfpublic Adapter createNilValueAdapter()
NilValue.
createNilValueAdapter in class StAdapterFactoryNilValuepublic Adapter createRepeatAdapter()
Repeat.
createRepeatAdapter in class StAdapterFactoryRepeatpublic Adapter createReturnAdapter()
Return.
createReturnAdapter in class StAdapterFactoryReturnpublic Adapter createStatementListAdapter()
StatementList.
createStatementListAdapter in class StAdapterFactoryStatementListpublic Adapter createWhileAdapter()
While.
createWhileAdapter in class StAdapterFactoryWhilepublic ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory in interface ComposeableAdapterFactorypublic void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory in interface ComposeableAdapterFactorypublic boolean isFactoryForType(Object type)
isFactoryForType in interface AdapterFactoryisFactoryForType in class StAdapterFactorypublic 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 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