Serialized Form
doubleCache
double doubleCache
oldDouble
double oldDouble
isFloatingPoint
boolean isFloatingPoint
timestamp
long timestamp
eventDescriptor
SensorEventDescriptor eventDescriptor
propagationId
Object propagationId
bounce
boolean bounce
targetEvent
SensorEvent targetEvent
target
Sensor target
Package de.jaetzold.art.examples |
ariadne
Ariadne ariadne
stateOutput
TextField stateOutput
valueOutput
TextField valueOutput
contentPanel
Panel contentPanel
dt
DriveTrain dt
stateOutput
TextField stateOutput
lise
LiSe lise
stateOutput
TextField stateOutput
angleView
AWTSensorView angleView
contentPanel
Panel contentPanel
dt
NormalizedDriveTrain dt
robot
Trusty robot
stateOutput
TextField stateOutput
Package de.jaetzold.art.platform |
Package de.jaetzold.art.platform.lego |
this$0
RCX this$0
packet
byte[] packet
buttonKlickMonitor
Object buttonKlickMonitor
- Wenn geklickt wurde wird diesem Monitor notifyAll() geshickt.
klickedButtonId
int klickedButtonId
- Die Nummer des gedreuckten Knopfes. Diese entspricht den in der Klasse definierten Konstanten.
exception
Exception exception
portArray
javax.comm.CommPortIdentifier[] portArray
portC
Choice portC
identifiersOfPortsOpened
Hashtable identifiersOfPortsOpened
serialPort
javax.comm.SerialPort serialPort
databitsC
Choice databitsC
stopbitsC
Choice stopbitsC
parityC
Choice parityC
flowcontrolC
Choice flowcontrolC
baudrateTF
TextField baudrateTF
observable
Observable observable
timeout
int timeout
output
TextArea output
- Main output.
input
TextField input
- This is where we get the Input-Events/Commands from.
prompt
Label prompt
- This is where we present the prompt.
content
StringBuffer content
- This is our own buffer of the output. In Windows95 the TextArea cant contain an unlimited amount of text, so I try to limit it somehow.
history
String[] history
- The Array where the Commands for the history are stored. It has HISTLENGTH elements.
histindex
int histindex
- Thats where we are when we scroll through our history.
histtop
int histtop
- The last index in History which contains a Command. This Command has not been send to our listener yet.