public class BusComponentsItemProviderAdapterFactory extends BusComponentsAdapterFactory 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 |
|---|
BusComponentsItemProviderAdapterFactory()
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 |
createBusBoxAdapter()
This creates an adapter for a
BusBox. |
Adapter |
createBusCableAdapter()
This creates an adapter for a
BusCable. |
Adapter |
createBusMasterAdapter()
This creates an adapter for a
BusMaster. |
Adapter |
createBusSlaveAdapter()
This creates an adapter for a
BusSlave. |
Adapter |
createEtherCATBoxAdapter()
This creates an adapter for a
EtherCATBox. |
Adapter |
createEtherCATCableAdapter()
This creates an adapter for a
EtherCATCable. |
Adapter |
createEtherCATMasterAdapter()
This creates an adapter for a
EtherCATMaster. |
Adapter |
createEtherCATSlaveAdapter()
This creates an adapter for a
EtherCATSlave. |
Adapter |
createProfibusDPBoxAdapter()
This creates an adapter for a
ProfibusDPBox. |
Adapter |
createProfibusDPCableAdapter()
This creates an adapter for a
ProfibusDPCable. |
Adapter |
createProfibusDPMasterAdapter()
This creates an adapter for a
ProfibusDPMaster. |
Adapter |
createProfibusDPSlaveAdapter()
This creates an adapter for a
ProfibusDPSlave. |
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, createCableAdapter, createComponentAdapter, createEObjectAdapter, createIdentifierAdapteradaptAllNew, adaptNewequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptAllNew, adaptNewpublic BusComponentsItemProviderAdapterFactory()
public Adapter createBusBoxAdapter()
BusBox.
createBusBoxAdapter in class BusComponentsAdapterFactoryBusBoxpublic Adapter createBusMasterAdapter()
BusMaster.
createBusMasterAdapter in class BusComponentsAdapterFactoryBusMasterpublic Adapter createBusSlaveAdapter()
BusSlave.
createBusSlaveAdapter in class BusComponentsAdapterFactoryBusSlavepublic Adapter createBusCableAdapter()
BusCable.
createBusCableAdapter in class BusComponentsAdapterFactoryBusCablepublic Adapter createProfibusDPBoxAdapter()
ProfibusDPBox.
createProfibusDPBoxAdapter in class BusComponentsAdapterFactoryProfibusDPBoxpublic Adapter createProfibusDPMasterAdapter()
ProfibusDPMaster.
createProfibusDPMasterAdapter in class BusComponentsAdapterFactoryProfibusDPMasterpublic Adapter createProfibusDPSlaveAdapter()
ProfibusDPSlave.
createProfibusDPSlaveAdapter in class BusComponentsAdapterFactoryProfibusDPSlavepublic Adapter createProfibusDPCableAdapter()
ProfibusDPCable.
createProfibusDPCableAdapter in class BusComponentsAdapterFactoryProfibusDPCablepublic Adapter createEtherCATBoxAdapter()
EtherCATBox.
createEtherCATBoxAdapter in class BusComponentsAdapterFactoryEtherCATBoxpublic Adapter createEtherCATMasterAdapter()
EtherCATMaster.
createEtherCATMasterAdapter in class BusComponentsAdapterFactoryEtherCATMasterpublic Adapter createEtherCATSlaveAdapter()
EtherCATSlave.
createEtherCATSlaveAdapter in class BusComponentsAdapterFactoryEtherCATSlavepublic Adapter createEtherCATCableAdapter()
EtherCATCable.
createEtherCATCableAdapter in class BusComponentsAdapterFactoryEtherCATCablepublic ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory in interface ComposeableAdapterFactorypublic void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory in interface ComposeableAdapterFactorypublic boolean isFactoryForType(Object type)
isFactoryForType in interface AdapterFactoryisFactoryForType in class BusComponentsAdapterFactorypublic 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