2009-01-09 1.2.0

Uses of Class
org.eclipse.soda.dk.device.awt.DeviceAwt

Packages that use DeviceAwt
org.eclipse.soda.dk.device.awt This package is part of the org.eclipse.soda.dk.device.awt project. 
 

Uses of DeviceAwt in org.eclipse.soda.dk.device.awt
 

Fields in org.eclipse.soda.dk.device.awt declared as DeviceAwt
protected  DeviceAwt SignalBridge.deviceAwt
          Define the device awt (DeviceAwt) field.
protected  DeviceAwt CommandBridge.deviceAwt
          Define the device awt (DeviceAwt) field.
 

Methods in org.eclipse.soda.dk.device.awt that return DeviceAwt
 DeviceAwt SignalBridge.getDeviceAwt()
          Gets the device AWT value.
 DeviceAwt CommandBridge.getDeviceAwt()
          Gets the device AWT value.
 

Methods in org.eclipse.soda.dk.device.awt with parameters of type DeviceAwt
 void SignalBridge.setDeviceAwt(DeviceAwt deviceAwt)
          Sets the device AWT value.
 void CommandBridge.setDeviceAwt(DeviceAwt deviceAwt)
          Sets the device AWT value.
 

Constructors in org.eclipse.soda.dk.device.awt with parameters of type DeviceAwt
CommandBridge(DeviceAwt deviceAwt, java.awt.List list, int index, CommandService command)
          Constructs an instance of this class from the specified device awt, list, index and command parameters.
SignalBridge(DeviceAwt deviceAwt, java.awt.List list, int index, SignalService signal)
          Constructs an instance of this class from the specified device awt, list, index and signal parameters.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.