Serialized Form


Package x10

Class x10.Command extends java.lang.Object implements Serializable

Serialized Fields

address

short address

function

short function

addressString

java.lang.String addressString

functionByte

byte functionByte

level

int level

Class x10.OperationTimedOutException extends java.lang.Exception implements Serializable

Class x10.UnitEvent extends java.lang.Object implements Serializable

Serialized Fields

command

Command command


Package x10.awt

Class x10.awt.ApplianceUnitPanel extends UnitPanel implements Serializable

Serialized Fields

title

java.awt.Label title

onButton

java.awt.Button onButton

offButton

java.awt.Button offButton

isOn

boolean isOn

onCommand

Command onCommand

offCommand

Command offCommand

Class x10.awt.ApplicationUnitPanel extends UnitPanel implements Serializable

Serialized Fields

title

java.awt.Label title

onButton

java.awt.Button onButton

offButton

java.awt.Button offButton

isOn

boolean isOn

onCommand

Command onCommand

offCommand

Command offCommand

command

java.lang.String command

process

java.lang.Process process

Class x10.awt.LightUnitPanel extends UnitPanel implements Serializable

Serialized Fields

title

java.awt.Label title

onButton

java.awt.Button onButton

offButton

java.awt.Button offButton

isOn

boolean isOn

onCommand

Command onCommand

offCommand

Command offCommand

rangeBar

RangeBar rangeBar

dimValue

java.awt.Label dimValue

lastValue

int lastValue

Class x10.awt.MasterUnitPanel extends UnitPanel implements Serializable

Serialized Fields

title

java.awt.Label title

lightsOnButton

java.awt.Button lightsOnButton

lightsOffButton

java.awt.Button lightsOffButton

unitsOffButton

java.awt.Button unitsOffButton

lightsOnCommand

Command lightsOnCommand

lightsOffCommand

Command lightsOffCommand

unitsOffCommand

Command unitsOffCommand

Class x10.awt.UnitPanel extends java.awt.Panel implements Serializable

Serialized Fields

controller

Controller controller

address

java.lang.String address
address String - the X10 device address associated with this panel.


commandQueue

ThreadSafeQueue commandQueue



Copyright ©2000-2005 Wade Wassenberg.
On the web: http://x10.homelinux.org.
Send bug reports to x10@wass.homelinux.net.
Last Modified June 1, 2005