public class InterfaceRepositoryItemProviderAdapterFactory extends InterfaceRepositoryAdapterFactory 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 |
---|
InterfaceRepositoryItemProviderAdapterFactory()
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 |
createClampingAdapter()
This creates an adapter for a
Clamping . |
Adapter |
createGearingAdapter()
This creates an adapter for a
Gearing . |
Adapter |
createInterfaceRepositoryAdapter()
This creates an adapter for a
InterfaceRepository . |
Adapter |
createPhysicalConnectionAdapter()
This creates an adapter for a
PhysicalConnection . |
Adapter |
createPneumaticSupplyAdapter()
This creates an adapter for a
PneumaticSupply . |
Adapter |
createScrewingCylinderAdapter()
This creates an adapter for a
ScrewingCylinder . |
Adapter |
createScrewingFixtureAdapter()
This creates an adapter for a
ScrewingFixture . |
Adapter |
createScrewingMotorAdapter()
This creates an adapter for a
ScrewingMotor . |
Adapter |
createScrewingPotentiometerAdapter()
This creates an adapter for a
ScrewingPotentiometer . |
Adapter |
createScrewingRackAdapter()
This creates an adapter for a
ScrewingRack . |
Adapter |
createScrewingSplitterAdapter()
This creates an adapter for a
ScrewingSplitter . |
Adapter |
createSignalInterfaceAdapter()
This creates an adapter for a
SignalInterface . |
Adapter |
createSuspensionAdapter()
This creates an adapter for a
Suspension . |
Adapter |
createSuspensionArmAdapter()
This creates an adapter for a
SuspensionArm . |
Adapter |
createSuspensionRackAdapter()
This creates an adapter for a
SuspensionRack . |
Adapter |
createTransportConnectionAdapter()
This creates an adapter for a
TransportConnection . |
Adapter |
createWaterSupplyAdapter()
This creates an adapter for a
WaterSupply . |
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, createIdentifierAdapter, createInterfaceAdapter, createScrewingAdapter
adaptAllNew, adaptNew
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adaptAllNew, adaptNew
public InterfaceRepositoryItemProviderAdapterFactory()
public Adapter createInterfaceRepositoryAdapter()
InterfaceRepository
.
createInterfaceRepositoryAdapter
in class InterfaceRepositoryAdapterFactory
InterfaceRepository
public Adapter createScrewingSplitterAdapter()
ScrewingSplitter
.
createScrewingSplitterAdapter
in class InterfaceRepositoryAdapterFactory
ScrewingSplitter
public Adapter createScrewingMotorAdapter()
ScrewingMotor
.
createScrewingMotorAdapter
in class InterfaceRepositoryAdapterFactory
ScrewingMotor
public Adapter createScrewingRackAdapter()
ScrewingRack
.
createScrewingRackAdapter
in class InterfaceRepositoryAdapterFactory
ScrewingRack
public Adapter createScrewingCylinderAdapter()
ScrewingCylinder
.
createScrewingCylinderAdapter
in class InterfaceRepositoryAdapterFactory
ScrewingCylinder
public Adapter createScrewingFixtureAdapter()
ScrewingFixture
.
createScrewingFixtureAdapter
in class InterfaceRepositoryAdapterFactory
ScrewingFixture
public Adapter createScrewingPotentiometerAdapter()
ScrewingPotentiometer
.
createScrewingPotentiometerAdapter
in class InterfaceRepositoryAdapterFactory
ScrewingPotentiometer
public Adapter createSuspensionAdapter()
Suspension
.
createSuspensionAdapter
in class InterfaceRepositoryAdapterFactory
Suspension
public Adapter createSuspensionRackAdapter()
SuspensionRack
.
createSuspensionRackAdapter
in class InterfaceRepositoryAdapterFactory
SuspensionRack
public Adapter createSuspensionArmAdapter()
SuspensionArm
.
createSuspensionArmAdapter
in class InterfaceRepositoryAdapterFactory
SuspensionArm
public Adapter createGearingAdapter()
Gearing
.
createGearingAdapter
in class InterfaceRepositoryAdapterFactory
Gearing
public Adapter createClampingAdapter()
Clamping
.
createClampingAdapter
in class InterfaceRepositoryAdapterFactory
Clamping
public Adapter createPneumaticSupplyAdapter()
PneumaticSupply
.
createPneumaticSupplyAdapter
in class InterfaceRepositoryAdapterFactory
PneumaticSupply
public Adapter createSignalInterfaceAdapter()
SignalInterface
.
createSignalInterfaceAdapter
in class InterfaceRepositoryAdapterFactory
SignalInterface
public Adapter createWaterSupplyAdapter()
WaterSupply
.
createWaterSupplyAdapter
in class InterfaceRepositoryAdapterFactory
WaterSupply
public Adapter createPhysicalConnectionAdapter()
PhysicalConnection
.
createPhysicalConnectionAdapter
in class InterfaceRepositoryAdapterFactory
PhysicalConnection
public Adapter createTransportConnectionAdapter()
TransportConnection
.
createTransportConnectionAdapter
in class InterfaceRepositoryAdapterFactory
TransportConnection
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 InterfaceRepositoryAdapterFactory
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