Serialized Form


Package de.jaetzold.art

Class de.jaetzold.art.SensorEvent implements Serializable

Serialized Fields

doubleCache

double doubleCache

oldDouble

double oldDouble

isFloatingPoint

boolean isFloatingPoint

timestamp

long timestamp

eventDescriptor

SensorEventDescriptor eventDescriptor

propagationId

Object propagationId

bounce

boolean bounce

Class de.jaetzold.art.SensorEventNumber implements Serializable

Serialized Fields

targetEvent

SensorEvent targetEvent

Class de.jaetzold.art.SensorNumber implements Serializable

Serialized Fields

target

Sensor target


Package de.jaetzold.art.examples

Class de.jaetzold.art.examples.AriadneCommands implements Serializable

Serialized Fields

ariadne

Ariadne ariadne

Class de.jaetzold.art.examples.AriadneView implements Serializable

Serialized Fields

stateOutput

TextField stateOutput

Class de.jaetzold.art.examples.AWTSensorView implements Serializable

Serialized Fields

valueOutput

TextField valueOutput

contentPanel

Panel contentPanel

Class de.jaetzold.art.examples.DriveTrainCommands implements Serializable

Serialized Fields

dt

DriveTrain dt

Class de.jaetzold.art.examples.DriveTrainView implements Serializable

Serialized Fields

stateOutput

TextField stateOutput

Class de.jaetzold.art.examples.LiSeCommands implements Serializable

Serialized Fields

lise

LiSe lise

Class de.jaetzold.art.examples.LiSeView implements Serializable

Serialized Fields

stateOutput

TextField stateOutput

angleView

AWTSensorView angleView

contentPanel

Panel contentPanel

Class de.jaetzold.art.examples.NormalizedDriveTrainCommands implements Serializable

Serialized Fields

dt

NormalizedDriveTrain dt

Class de.jaetzold.art.examples.TrustyCommands implements Serializable

Serialized Fields

robot

Trusty robot

Class de.jaetzold.art.examples.TrustyView implements Serializable

Serialized Fields

stateOutput

TextField stateOutput


Package de.jaetzold.art.platform

Class de.jaetzold.art.platform.CorruptPacketException implements Serializable


Package de.jaetzold.art.platform.lego

Class de.jaetzold.art.platform.lego.RCX.PacketEvent implements Serializable

Serialized Fields

this$0

RCX this$0

packet

byte[] packet


Package de.jaetzold.util

Class de.jaetzold.util.AlertDialog implements Serializable

Serialized Fields

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.

Class de.jaetzold.util.EqualSourceEvent implements Serializable

Class de.jaetzold.util.EventBase implements Serializable

Class de.jaetzold.util.ExceptionEvent implements Serializable

Serialized Fields

exception

Exception exception

Class de.jaetzold.util.NoImmediateExecutionException implements Serializable

Class de.jaetzold.util.NotConnectedException implements Serializable

Class de.jaetzold.util.SerialPortOptionsPanel implements Serializable

Serialized Fields

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

Class de.jaetzold.util.TextOutput implements Serializable

Serialized Fields

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.

Class de.jaetzold.util.TimeoutException implements Serializable