jET
1.0beta1


Serialized Form


Package org.jet

Class org.jet.AboutBox implements Serializable

Serialized Fields

btn

javax.swing.JButton btn
"OK" Button.


resource

JetResources resource
Resource.

Class org.jet.BasePointDialog implements Serializable

Serialized Fields

resource

JetResources resource
I18n resources.


controls

JetDialog.ControlMap controls
Components.


editor

JSceneryEditor editor
Scenery editor

Class org.jet.Configuration implements Serializable

Class org.jet.GoToDialog implements Serializable

Serialized Fields

okButton

javax.swing.JButton okButton

app

Jet app
Reference to application.


resource

JetResources resource
I18n resources.


returnedValue

javax.vecmath.Point3d returnedValue
Returned value.


controls

JetDialog.ControlMap controls
Components.

Class org.jet.JetDialog implements Serializable

Class org.jet.JetDialog.ControlMap implements Serializable

Class org.jet.JetOptions implements Serializable

Serialized Fields

config

Configuration config
Jet configuration.


resource

JetResources resource
I18n resources.


controls

JetDialog.ControlMap controls
Controls.


jPropertyRootPanel

javax.swing.JPanel jPropertyRootPanel
Property panel.

Class org.jet.JPaletteButton implements Serializable

Serialized Fields

model

PaletteButtonModel model

value

java.lang.Object value

iconRect

java.awt.Rectangle iconRect

Class org.jet.PaletteFrame implements Serializable

Serialized Fields

application

Jet application

resource

JetResources resource
I18n resource.


paletteList

java.util.List paletteList
Palette list.


jPaletteComboBox

javax.swing.JComboBox jPaletteComboBox
Combo box that displays registered palettes.


jControls

javax.swing.JTable jControls
Table with palette controls.

Class org.jet.PaletteFrame.ButtonEditor implements Serializable

Serialized Fields

button

javax.swing.JToggleButton button

Class org.jet.SceneryDescriptionDialog implements Serializable

Serialized Fields

controls

JetDialog.ControlMap controls

okAction

SceneryDescriptionDialog.OKAction okAction

resource

JetResources resource

Class org.jet.SceneryFrame implements Serializable

Serialized Fields

parent

Jet parent
Reference to the application.


scroll

javax.swing.JScrollPane scroll
Scroll pane for editor.


scEditor

JSceneryEditor scEditor
The scenery editor.


file

java.io.File file
File.


columnRule

JRule columnRule
Horizontal rule.


rowRule

JRule rowRule
Vertical rule.


corner

javax.swing.JPanel corner
Upper left corner.


changes

boolean changes
Changes flag.


newbie

boolean newbie
New, empty frame.


resource

JetResources resource
Resource.


scaleHandler

SceneryFrame.ScaleHandler scaleHandler
Scale listener.

Class org.jet.TrackNamesDialog implements Serializable

Serialized Fields

list

javax.swing.JList list

resource

JetResources resource
I18n resources.


markAction

TrackNamesDialog.MarkAction markAction

controls

JetDialog.ControlMap controls

Class org.jet.TrackNamesDialog.CellRenderer implements Serializable

Serialized Fields

imageTrack

javax.swing.ImageIcon imageTrack

imageSwitch

javax.swing.ImageIcon imageSwitch

Class org.jet.ZoomComboBoxRenderer implements Serializable

Serialized Fields

formatter

java.text.Format formatter
Formatter.


Package org.jet.sce

Class org.jet.sce.BasicSceneryEditorUI.ZoomInAction implements Serializable

Serialized Fields

editor

JSceneryEditor editor

Class org.jet.sce.BasicSceneryEditorUI.ZoomOutAction implements Serializable

Serialized Fields

editor

JSceneryEditor editor

Class org.jet.sce.EditorKit.SceneryException implements Serializable

Serialized Fields

line

int line
Line number of an exception.

Class org.jet.sce.JCorner implements Serializable

Class org.jet.sce.JRule implements Serializable

Serialized Fields

orientation

int orientation

increment

int increment

units

int units

decimalFormat

java.text.DecimalFormat decimalFormat

trackMouse

int trackMouse

Class org.jet.sce.JSceneryEditor implements Serializable

Serialized Fields

maxUnitIncrement

int maxUnitIncrement
Maximum amount of scrolling.


editable

boolean editable
Editable flag.


gridEnabled

boolean gridEnabled
Editor grid flag.


gridColor

java.awt.Color gridColor
Grid color.


scenery

Scenery scenery
Data model.


scale

double scale
Scale.


selectionModel

ScenerySelectionModel selectionModel
Selection model.


basePoint

BasePoint basePoint
Base point.

Class org.jet.sce.Scenery implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList
Event listener list.


sceneryProperties

java.util.Dictionary sceneryProperties
Scenery properties


tracks

java.util.Set tracks
Set containing scenery elements.


switches

java.util.Set switches
Set containing switches.


description

java.lang.String description
Text description of this scenery.


nameIndex

Scenery.NamesIndices nameIndex
Name indices.

Class org.jet.sce.Scenery.DefaultSceneryEvent implements Serializable

Serialized Fields

objectsInserted

java.lang.Object[] objectsInserted

objectsRemoved

java.lang.Object[] objectsRemoved

type

int type

Class org.jet.sce.Scenery.NamesIndices implements Serializable

Serialized Fields

index

java.util.ArrayList index

comp

java.util.Comparator comp

Class org.jet.sce.ScenerySelectionEvent implements Serializable

Serialized Fields

selectedObject

java.lang.Object selectedObject
Selection.


Package org.jet.tracks

Class org.jet.tracks.CustomArcProperties implements Serializable

Serialized Fields

application

Jet application
Application.


angleListener

javax.swing.event.DocumentListener angleListener

lengthListener

javax.swing.event.DocumentListener lengthListener

radiusListener

javax.swing.event.DocumentListener radiusListener

Class org.jet.tracks.CustomStraightProperties implements Serializable

Serialized Fields

application

Jet application
Application.

Class org.jet.tracks.CustomSwitchProperties implements Serializable

Serialized Fields

application

Jet application
Application.


angleListener

javax.swing.event.DocumentListener angleListener
Listeners.


lengthListener

javax.swing.event.DocumentListener lengthListener

radiusListener

javax.swing.event.DocumentListener radiusListener

angleListener2

javax.swing.event.DocumentListener angleListener2

lengthListener2

javax.swing.event.DocumentListener lengthListener2

radiusListener2

javax.swing.event.DocumentListener radiusListener2

Class org.jet.tracks.Switch implements Serializable

Serialized Fields

node3

javax.vecmath.Point3d node3
End point of reversible track.


vecSwitched

javax.vecmath.Vector3d vecSwitched
Vector mounted at start point to the reversible track.


vec3

javax.vecmath.Vector3d vec3
Vector mounted at end point of reversible track to start point of track.


rollSwitched

double rollSwitched
Roll at start point of reversible track.


roll3

double roll3
Roll at end point of reversible track.


radiusSwitched

double radiusSwitched
Radius of reversible track.


reversibleAngle

double reversibleAngle
Angle of reversible track (in degrees).


resource

JetResources resource
I18n resource.


rightSwitch

boolean rightSwitch

Class org.jet.tracks.SwitchProperties implements Serializable

Serialized Fields

oldSwitch

Switch oldSwitch

editor

JSceneryEditor editor

Class org.jet.tracks.Track implements Serializable

Serialized Fields

name

java.lang.String name
The name.


node1

javax.vecmath.Point3d node1
1st end point of the track.


node2

javax.vecmath.Point3d node2
2nd end point of the track.


vec1

javax.vecmath.Vector3d vec1
1st control vector of the track.


vec2

javax.vecmath.Vector3d vec2
2nd control vector of the track.


length

double length
Track length.


width

double width
Track width.


friction

double friction
Friction.


tapDistance

double tapDistance
Tap distance.


quality

int quality
Quality of the track. Values are combination of bits.


damage

int damage
Track damage flag. Values are combination of bits.


enviroment

java.lang.String enviroment
The enviroment.


visibility

boolean visibility
Visibility flag.


texture

java.lang.String texture
Texture.


textureLength

double textureLength
Texture length.


secondTexture

java.lang.String secondTexture
Second texture.


texHeight

double texHeight
Texture height.


texWidth

double texWidth
Texture width.


texSlope

double texSlope
Texture slope.


roll1

double roll1
Roll at 1st point.


roll2

double roll2
Roll at 2nd point.


radius

double radius
Radius. It should be 0 for flex and straight tracks.

Class org.jet.tracks.TrackPalette.PaletteTableModel implements Serializable

Class org.jet.tracks.TrackProperties implements Serializable

Serialized Fields

editable

boolean editable
Editable flag.


resource

JetResources resource
I18n resource.


controls

JetDialog.ControlMap controls
Controls map.


oldTrack

Track oldTrack
Old track.


editor

JSceneryEditor editor
Scenery.


Package prv.doman.fsa

Class prv.doman.fsa.Automaton implements Serializable

Serialized Fields

state

java.lang.String state
Current state of automaton


alphabet

java.util.Set alphabet
Alphabet.


states

java.util.Set states
States.


finalStates

java.util.Set finalStates
Final states.


rules

java.util.Map rules
Rules.

Class prv.doman.fsa.AutomatonException implements Serializable

Class prv.doman.fsa.FinalStateMissingException implements Serializable

Class prv.doman.fsa.StateRedefinitionException implements Serializable

Serialized Fields

stateName

java.lang.String stateName
State storage.

Class prv.doman.fsa.UnknownLetterException implements Serializable

Serialized Fields

letter

java.lang.String letter
Letter storage.

Class prv.doman.fsa.UnknownStateException implements Serializable

Serialized Fields

stateName

java.lang.String stateName
State storage.


Package prv.doman.util

Class prv.doman.util.DegreeFormat implements Serializable

Serialized Fields

widths

int[] widths

hasSymbol

boolean[] hasSymbol

fracWidth

int fracWidth

symbols

DegreeFormatSymbols symbols

pattern

java.lang.String pattern

dummy

java.text.FieldPosition dummy

decimalFormat

java.text.DecimalFormat decimalFormat

Class prv.doman.util.HexadecimalFormat implements Serializable

Serialized Fields

upperCase

boolean upperCase

decoration

int decoration

Class prv.doman.util.ScaleFormat implements Serializable

Serialized Fields

delimeter

java.lang.String delimeter
Symbol.


decimalFormat

java.text.DecimalFormat decimalFormat
Decimal formatter.


jET
1.0beta1