Jeospace API

Serialized Form


Package org.jeospace.event

Class org.jeospace.event.AtlasEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
The identifier of the event type


argument

org.w3c.dom.Element argument
The component of the Atlas that has been affected

Class org.jeospace.event.ChronAlarmEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
The event id


userID

java.lang.Object userID
The user's id Object


timestamp

long timestamp
The event timestamp

Class org.jeospace.event.ChronEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
The identifier of the event type

Class org.jeospace.event.CockpitPropertyEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
The event id

Class org.jeospace.event.IdentificationEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
The event type


ident

Identification ident
The Identification object

Class org.jeospace.event.InterpolationEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
The event id

Class org.jeospace.event.NavigationEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
The event id


eventObject

java.lang.Object eventObject
The event Object

Class org.jeospace.event.ProfileEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
The identifier of the event type


argument

java.lang.Object argument
The component of the profile that has been affected

Class org.jeospace.event.SimEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
The event id


Package org.jeospace.text

Class org.jeospace.text.AngleFormat extends java.text.Format implements Serializable

Serialized Fields

primary

int primary
The integer portion of the primary units. This is either in the units of DecimalAngleUnit or the primary (i.e. most significant) units of the SexagesimalAngleType


minutes

int minutes
The integer portion of the sexigesimal minute units.


seconds

int seconds
The integer portion of the sexigesimal second units.


fraction

int[] fraction
The decimal portion of the least significant units.


truncateZeroFields

boolean truncateZeroFields
Flag indicating that any leading zero value fields should be truncated during format.


truncateZeroDecimals

boolean truncateZeroDecimals
Flag indicating that any trailing decimal zeros should be truncated during format.


directionAffix

Affix directionAffix
Identifier of the position of the sign symbol as prefix or suffix.


norm

AngleNorm norm
Identifier of the normalization type to be performed upon the Angle before formatting.


isSexagesimal

boolean isSexagesimal
Identifier of the units that the Angle representation should be formatted in. For SexagesimalAngleUnits, this parameter specifies SexagesimalAngleType as well as the the least significant unit of the sexagesimal type that will be calculated for the Angle.


sau

SexagesimalAngleUnit sau

isDecimal

boolean isDecimal

dau

DecimalAngleUnit dau

symbols

AngleFormatSymbols symbols
The symbols used in formatting.


maxMult

Mult maxMult
The Mult object corresponding to the maximum number of decimal places that will be calculated for the decimal portion of the Angle.


maxDecimalPlaces

int maxDecimalPlaces
The maximum number of decimal places that will be calculated for the decimal portion of the Angle.


minMult

Mult minMult
The Mult object corresponding to the minimum number of decimal places that will be calculated for the decimal portion of the Angle.


minDecimalPlaces

int minDecimalPlaces
The minimum number of decimal places that will be calculated for the decimal portion of the Angle.


zeroSign

AngleSign zeroSign
The sign to use if the angle has a value of zero.


signPair

AngleSignPair signPair
The direction affix preference identifier


usePositiveDirectionSymbol

boolean usePositiveDirectionSymbol
Flag indicating that if the AngleSign is positive the positive symbol should be used.


fieldAttributor

FieldAttributor fieldAttributor
The field attributor maps field positions within formatted strings and produces an attributed character iterator


fmtAngle

Angle fmtAngle
Scratch Angle object for format methods

Class org.jeospace.text.AngleFormat.Field extends java.text.Format.Field implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.InvalidObjectException
Resolves instances being deserialized to the predefined constants.

Throws:
java.io.InvalidObjectException - if the constant could not be resolved.


Package org.jeospace.ui.event

Class org.jeospace.ui.event.ValueChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id
The event id


Package org.jeospace.ui.swing.components

Class org.jeospace.ui.swing.components.AngleSpinner extends JeospaceComp implements Serializable

Serialized Fields

spinner

javax.swing.JSpinner spinner
the spinner


model

javax.swing.SpinnerNumberModel model
and it's model


currentSpinnerValue

int currentSpinnerValue
the most recent spinner model value


textField

javax.swing.JTextField textField
the text (number) field


min

Angle min
the minimum allowable value


max

Angle max
the maximum allowable value


angle

Angle angle
the current value


baseDecimalIncrement

double baseDecimalIncrement
the minimum decimal increment value in degrees


decimalIncrement

Angle decimalIncrement
scratch angle object used for configuring the decimal portion of the angle


isSexagesimal

boolean isSexagesimal
flag indicating whether the format is of a sexagesimal or decimal type


angleUnit

AngleUnit[] angleUnit
active working array of integer AngleUnit(s)


integerUnits

int integerUnits
number of the integer fields/sub-units in use by the formatter


integerField

java.text.FieldPosition[] integerField
identifiers of the integer formatted fields


decimalField

java.text.FieldPosition decimalField
identifier of the decimal formatted field


currentSelectedField

java.text.FieldPosition currentSelectedField
the currently selected FieldPosition


af

AngleFormat af
the formatter for the text field


fieldAttr

FieldAttributor fieldAttr
the field attributor of the formatter


fieldIndex

int fieldIndex
the index into the angleUnit array indicating which field of the angle should be modified during spider operation


vce

ValueChangeEvent vce
THE change event

Class org.jeospace.ui.swing.components.CalendarSpinner extends JeospaceComp implements Serializable

Serialized Fields

spinner

javax.swing.JSpinner spinner
the spinner


model

javax.swing.SpinnerNumberModel model
and it's model


currentSpinnerValue

int currentSpinnerValue
the most recent spinner model value


textField

javax.swing.JTextField textField
the text (number) field


calendar

java.util.Calendar calendar
Calendar object containing the current setting


dateFormat

java.text.DateFormat dateFormat
Localized formatter for the display text field


formatField

java.text.DateFormat.Field formatField
Identifier of the currently selected field within the text object


calendarField

int calendarField
Identifier of the calendar field that cooresponds to the selected format field of the text object


vce

ValueChangeEvent vce
THE change event

Class org.jeospace.ui.swing.components.JeospaceComp extends javax.swing.JPanel implements Serializable

Serialized Fields

listenerArray

ValueChangeListener[] listenerArray
The working array of listeners

Class org.jeospace.ui.swing.components.LatitudeSpinner extends JeospaceComp implements Serializable

Serialized Fields

spinner

javax.swing.JSpinner spinner
the spinner


model

javax.swing.SpinnerNumberModel model
and it's model


currentSpinnerValue

int currentSpinnerValue
the most recent spinner model value


textField

javax.swing.JTextField textField
the text (number) field


min

Angle min
the minimum allowable value


max

Angle max
the maximum allowable value


angle

Latitude angle
the current value


baseDecimalIncrement

double baseDecimalIncrement
the minimum decimal increment value in degrees


decimalIncrement

Angle decimalIncrement
scratch angle object used for configuring the decimal portion of the angle


isSexagesimal

boolean isSexagesimal
flag indicating whether the format is of a sexagesimal or decimal type


angleUnit

AngleUnit[] angleUnit
active working array of integer AngleUnit(s)


integerUnits

int integerUnits
number of the integer fields/sub-units in use by the formatter


integerField

java.text.FieldPosition[] integerField
identifiers of the integer formatted fields


decimalField

java.text.FieldPosition decimalField
identifier of the decimal formatted field


currentSelectedField

java.text.FieldPosition currentSelectedField
the currently selected FieldPosition


af

AngleFormat af
the formatter for the text field


fieldAttr

FieldAttributor fieldAttr
the field attributor of the formatter


fieldIndex

int fieldIndex
the index into the angleUnit array indicating which field of the angle should be modified during spinner operation


rollListenerArray

Rollable[] rollListenerArray
The working array of listeners


hasRolled

boolean hasRolled
flag indicating the rollover condition during spider operation


latitude_direction

int latitude_direction
Value indicating the current sign/direction of latitude changes. A value of either +/-1.


vce

ValueChangeEvent vce
THE change event


Jeospace API

Copyright © 2006 - jeospace.org