public class OopItemProviderAdapterFactory extends OopAdapterFactory 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 |
---|
OopItemProviderAdapterFactory()
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 |
createGetAccessorAdapter()
This creates an adapter for a
GetAccessor . |
Adapter |
createInheritanceAdapter()
This creates an adapter for a
Inheritance . |
Adapter |
createMethodAdapter()
This creates an adapter for a
Method . |
Adapter |
createMethodSignatureAdapter()
This creates an adapter for a
MethodSignature . |
Adapter |
createPropertyAdapter()
This creates an adapter for a
Property . |
Adapter |
createPropertySignatureAdapter()
This creates an adapter for a
PropertySignature . |
Adapter |
createSetAccessorAdapter()
This creates an adapter for a
SetAccessor . |
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, createANY_DERIVEDAdapter, createANYAdapter, createEObjectAdapter, createInterfaceAdapter
adaptAllNew, adaptNew
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adaptAllNew, adaptNew
public OopItemProviderAdapterFactory()
public Adapter createInheritanceAdapter()
Inheritance
.
createInheritanceAdapter
in class OopAdapterFactory
Inheritance
public Adapter createPropertyAdapter()
Property
.
createPropertyAdapter
in class OopAdapterFactory
Property
public Adapter createPropertySignatureAdapter()
PropertySignature
.
createPropertySignatureAdapter
in class OopAdapterFactory
PropertySignature
public Adapter createSetAccessorAdapter()
SetAccessor
.
createSetAccessorAdapter
in class OopAdapterFactory
SetAccessor
public Adapter createGetAccessorAdapter()
GetAccessor
.
createGetAccessorAdapter
in class OopAdapterFactory
GetAccessor
public Adapter createMethodAdapter()
Method
.
createMethodAdapter
in class OopAdapterFactory
Method
public Adapter createMethodSignatureAdapter()
MethodSignature
.
createMethodSignatureAdapter
in class OopAdapterFactory
MethodSignature
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 OopAdapterFactory
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 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