public class ComponentRepositoryItemProviderAdapterFactory extends ComponentRepositoryAdapterFactory 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 |
|---|
ComponentRepositoryItemProviderAdapterFactory()
This constructs an instance.
|
createAdapter, createCableAdapter, createComponentAdapter, createCylinderAdapter, createElectronicPartAdapter, createEObjectAdapter, createIdentifierAdapter, createInterfaceAdapter, createMechanicalAssemblyAdapter, createMechanicalPartAdapter, createMotorAdapter, createPanelAdapter, createPipeAdapter, createRampAdapter, createSplitterAdapter, createSwitchAdapter, createValveAdapteradaptAllNew, adaptNewequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptAllNew, adaptNewpublic ComponentRepositoryItemProviderAdapterFactory()
public Adapter createOperationPanelAdapter()
OperationPanel.
createOperationPanelAdapter in class ComponentRepositoryAdapterFactoryOperationPanelpublic Adapter createSimpleMotorAdapter()
SimpleMotor.
createSimpleMotorAdapter in class ComponentRepositoryAdapterFactorySimpleMotorpublic Adapter createRegularRampAdapter()
RegularRamp.
createRegularRampAdapter in class ComponentRepositoryAdapterFactoryRegularRamppublic Adapter createSensorAdapter()
Sensor.
createSensorAdapter in class ComponentRepositoryAdapterFactorySensorpublic Adapter createOpticalSensorAdapter()
OpticalSensor.
createOpticalSensorAdapter in class ComponentRepositoryAdapterFactoryOpticalSensorpublic Adapter createInductiveSensorAdapter()
InductiveSensor.
createInductiveSensorAdapter in class ComponentRepositoryAdapterFactoryInductiveSensorpublic Adapter createPresenceSensorAdapter()
PresenceSensor.
createPresenceSensorAdapter in class ComponentRepositoryAdapterFactoryPresenceSensorpublic Adapter createPneumaticPipeAdapter()
PneumaticPipe.
createPneumaticPipeAdapter in class ComponentRepositoryAdapterFactoryPneumaticPipepublic Adapter createCompressorAdapter()
Compressor.
createCompressorAdapter in class ComponentRepositoryAdapterFactoryCompressorpublic Adapter createPowerCableAdapter()
PowerCable.
createPowerCableAdapter in class ComponentRepositoryAdapterFactoryPowerCablepublic Adapter createProportionalCylinderAdapter()
ProportionalCylinder.
createProportionalCylinderAdapter in class ComponentRepositoryAdapterFactoryProportionalCylinderpublic Adapter createBistableCylinderAdapter()
BistableCylinder.
createBistableCylinderAdapter in class ComponentRepositoryAdapterFactoryBistableCylinderpublic Adapter createRackAdapter()
Rack.
createRackAdapter in class ComponentRepositoryAdapterFactoryRackpublic Adapter createCornerAdapter()
Corner.
createCornerAdapter in class ComponentRepositoryAdapterFactoryCornerpublic Adapter createRegularValveAdapter()
RegularValve.
createRegularValveAdapter in class ComponentRepositoryAdapterFactoryRegularValvepublic Adapter createTankAdapter()
Tank.
createTankAdapter in class ComponentRepositoryAdapterFactoryTankpublic Adapter createDispenserAdapter()
Dispenser.
createDispenserAdapter in class ComponentRepositoryAdapterFactoryDispenserpublic Adapter createBottleSeperatorAdapter()
BottleSeperator.
createBottleSeperatorAdapter in class ComponentRepositoryAdapterFactoryBottleSeperatorpublic Adapter createPowerSupplyAdapter()
PowerSupply.
createPowerSupplyAdapter in class ComponentRepositoryAdapterFactoryPowerSupplypublic Adapter createVacuumGripperAdapter()
VacuumGripper.
createVacuumGripperAdapter in class ComponentRepositoryAdapterFactoryVacuumGripperpublic Adapter createConveyorBeltAdapter()
ConveyorBelt.
createConveyorBeltAdapter in class ComponentRepositoryAdapterFactoryConveyorBeltpublic Adapter createFrameAdapter()
Frame.
createFrameAdapter in class ComponentRepositoryAdapterFactoryFramepublic Adapter createPusherAdapter()
Pusher.
createPusherAdapter in class ComponentRepositoryAdapterFactoryPusherpublic Adapter createTurningTableAdapter()
TurningTable.
createTurningTableAdapter in class ComponentRepositoryAdapterFactoryTurningTablepublic Adapter createControllerAdapter()
Controller.
createControllerAdapter in class ComponentRepositoryAdapterFactoryControllerpublic Adapter createLogicalWiringAdapter()
LogicalWiring.
createLogicalWiringAdapter in class ComponentRepositoryAdapterFactoryLogicalWiringpublic Adapter createMicroswitchModuleAdapter()
MicroswitchModule.
createMicroswitchModuleAdapter in class ComponentRepositoryAdapterFactoryMicroswitchModulepublic Adapter createPotentiometerAdapter()
Potentiometer.
createPotentiometerAdapter in class ComponentRepositoryAdapterFactoryPotentiometerpublic Adapter createVacuumSwitchAdapter()
VacuumSwitch.
createVacuumSwitchAdapter in class ComponentRepositoryAdapterFactoryVacuumSwitchpublic Adapter createReedSwitchAdapter()
ReedSwitch.
createReedSwitchAdapter in class ComponentRepositoryAdapterFactoryReedSwitchpublic Adapter createPowerSplitterAdapter()
PowerSplitter.
createPowerSplitterAdapter in class ComponentRepositoryAdapterFactoryPowerSplitterpublic Adapter createWaterSplitterAdapter()
WaterSplitter.
createWaterSplitterAdapter in class ComponentRepositoryAdapterFactoryWaterSplitterpublic Adapter createPneumaticSplitterAdapter()
PneumaticSplitter.
createPneumaticSplitterAdapter in class ComponentRepositoryAdapterFactoryPneumaticSplitterpublic Adapter createCylinderPartAdapter()
CylinderPart.
createCylinderPartAdapter in class ComponentRepositoryAdapterFactoryCylinderPartpublic Adapter createMonostableCylinderAdapter()
MonostableCylinder.
createMonostableCylinderAdapter in class ComponentRepositoryAdapterFactoryMonostableCylinderpublic Adapter createComponentRepositoryAdapter()
ComponentRepository.
createComponentRepositoryAdapter in class ComponentRepositoryAdapterFactoryComponentRepositorypublic ComposeableAdapterFactory getRootAdapterFactory()
getRootAdapterFactory in interface ComposeableAdapterFactorypublic void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
setParentAdapterFactory in interface ComposeableAdapterFactorypublic boolean isFactoryForType(Object type)
isFactoryForType in interface AdapterFactoryisFactoryForType in class ComponentRepositoryAdapterFactorypublic 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