Serialized Form
|
Package org.jeospace.event |
id
int id
- The identifier of the event type
argument
org.w3c.dom.Element argument
- The component of the
Atlas that has been affected
id
int id
- The event id
userID
java.lang.Object userID
- The user's id Object
timestamp
long timestamp
- The event timestamp
id
int id
- The identifier of the event type
id
int id
- The event id
type
int type
- The event type
ident
Identification ident
- The Identification object
id
int id
- The event id
id
int id
- The event id
eventObject
java.lang.Object eventObject
- The event Object
id
int id
- The identifier of the event type
argument
java.lang.Object argument
- The component of the profile that has been affected
id
int id
- The event id
|
Package org.jeospace.text |
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
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 |
id
int id
- The event id
|
Package org.jeospace.ui.swing.components |
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
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
listenerArray
ValueChangeListener[] listenerArray
- The working array of listeners
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
Copyright © 2006 - jeospace.org