Serialized Form
-
Package org.nuiton.jaxx.widgets.gis
-
Class org.nuiton.jaxx.widgets.gis.DdCoordinate extends org.jdesktop.beans.AbstractSerializableBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.nuiton.jaxx.widgets.gis.DmdCoordinate extends org.jdesktop.beans.AbstractSerializableBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.nuiton.jaxx.widgets.gis.DmsCoordinate extends org.jdesktop.beans.AbstractSerializableBean implements Serializable
- serialVersionUID:
- 1L
-
Class org.nuiton.jaxx.widgets.gis.MaskFormatterFromConverter extends MaskFormatter implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.nuiton.jaxx.widgets.gis.absolute
-
Class org.nuiton.jaxx.widgets.gis.absolute.AbsoluteCoordinateEditorModel extends org.jdesktop.beans.AbstractSerializableBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dd
DdCoordinate dd
To edit as dd format. -
dmd
DmdCoordinate dmd
To edit as dmd format. -
dms
DmsCoordinate dms
To edit as dms format.
-
-
Class org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDdCoordinateEditor extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
delegateContext
JAXXContext delegateContext
-
editor
JFormattedTextField editor
-
editorPanel
AbsoluteDdCoordinateEditor editorPanel
-
handler
AbsoluteDdCoordinateEditorHandler handler
-
model
AbsoluteDdCoordinateEditorModel model
-
resetButton
JButton resetButton
-
showReset
Boolean showReset
-
showResetTip
String showResetTip
-
toolbarLeft
JToolBar toolbarLeft
-
-
Class org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDdCoordinateEditorModel extends DdCoordinate implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
Object bean
Bean where to push data. -
propertyDecimal
String propertyDecimal
Name of the property of the bean to fire the change of theDdCoordinate.decimal. -
propertyDegree
String propertyDegree
Name of the property of the bean to fire the change of theDdCoordinate.degree.
-
-
Class org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDmdCoordinateEditor extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
delegateContext
JAXXContext delegateContext
-
editor
JFormattedTextField editor
-
editorPanel
AbsoluteDmdCoordinateEditor editorPanel
-
handler
AbsoluteDmdCoordinateEditorHandler handler
-
model
AbsoluteDmdCoordinateEditorModel model
-
resetButton
JButton resetButton
-
showReset
Boolean showReset
-
showResetTip
String showResetTip
-
toolbarLeft
JToolBar toolbarLeft
-
-
Class org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDmdCoordinateEditorModel extends DmdCoordinate implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
Object bean
Bean where to push data. -
propertyDecimal
String propertyDecimal
Name of the property of the bean to fire the change of theDmdCoordinate.decimal. -
propertyDegree
String propertyDegree
Name of the property of the bean to fire the change of theDmdCoordinate.degree. -
propertyMinute
String propertyMinute
Name of the property of the bean to fire the change of theDmdCoordinate.minute.
-
-
Class org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDmsCoordinateEditor extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
delegateContext
JAXXContext delegateContext
-
editor
JFormattedTextField editor
-
editorPanel
AbsoluteDmsCoordinateEditor editorPanel
-
handler
AbsoluteDmsCoordinateEditorHandler handler
-
model
AbsoluteDmsCoordinateEditorModel model
-
resetButton
JButton resetButton
-
showReset
Boolean showReset
-
showResetTip
String showResetTip
-
toolbarLeft
JToolBar toolbarLeft
-
-
Class org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDmsCoordinateEditorModel extends DmsCoordinate implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
Object bean
Bean where to push data. -
propertyDegree
String propertyDegree
Name of the property of the bean to fire the change of theDmsCoordinate.degree. -
propertyMinute
String propertyMinute
Name of the property of the bean to fire the change of theDmsCoordinate.minute. -
propertySecond
String propertySecond
Name of the property of the bean to fire the change of theDmsCoordinate.second.
-
-
Class org.nuiton.jaxx.widgets.gis.absolute.CoordinatesEditor extends Table implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
coordinateEditorTopPanel
CoordinatesEditor coordinateEditorTopPanel
-
coordinatesPanel
Table coordinatesPanel
-
ddFormat
JRadioButton ddFormat
-
delegateContext
JAXXContext delegateContext
-
dmdFormat
JRadioButton dmdFormat
-
dmsFormat
JRadioButton dmsFormat
-
formatBG
JAXXButtonGroup formatBG
-
formatPanel
JPanel formatPanel
-
globalResetButton
JButton globalResetButton
-
handler
CoordinatesEditorHandler handler
-
latitudeDd
AbsoluteDdCoordinateEditor latitudeDd
-
latitudeDmd
AbsoluteDmdCoordinateEditor latitudeDmd
-
latitudeDms
AbsoluteDmsCoordinateEditor latitudeDms
-
latitudeEditor
JPanel latitudeEditor
-
latitudeLabel
JLabel latitudeLabel
-
latitudeLayout
CardLayout2Ext latitudeLayout
-
latitudeModel
AbsoluteCoordinateEditorModel latitudeModel
-
longitudeDd
AbsoluteDdCoordinateEditor longitudeDd
-
longitudeDmd
AbsoluteDmdCoordinateEditor longitudeDmd
-
longitudeDms
AbsoluteDmsCoordinateEditor longitudeDms
-
longitudeEditor
JPanel longitudeEditor
-
longitudeLabel
JLabel longitudeLabel
-
longitudeLayout
CardLayout2Ext longitudeLayout
-
longitudeModel
AbsoluteCoordinateEditorModel longitudeModel
-
model
CoordinatesEditorModel model
-
quadrant1
JToggleButton quadrant1
-
quadrant2
JToggleButton quadrant2
-
quadrant3
JToggleButton quadrant3
-
quadrant4
JToggleButton quadrant4
-
quadrantBG
JAXXButtonGroup quadrantBG
-
quadrantEditor
JPanel quadrantEditor
-
showGlobalResetTip
String showGlobalResetTip
-
toolbarLeft
JToolBar toolbarLeft
-
validator
SwingValidator<CoordinatesEditorModel> validator
-
validatorIds
List<String> validatorIds
-
-
Class org.nuiton.jaxx.widgets.gis.absolute.CoordinatesEditorModel extends org.jdesktop.beans.AbstractSerializableBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
Object bean
Bean where to push back data. -
displayZeroWhenNull
boolean displayZeroWhenNull
Display a zero on each coordinate componant when it is null. -
fillWithZero
boolean fillWithZero
Prefix any none null value with some zero. -
format
CoordinateFormat format
-
latitudeModel
AbsoluteCoordinateEditorModel latitudeModel
-
longitudeModel
AbsoluteCoordinateEditorModel longitudeModel
-
propertyLatitude
String propertyLatitude
Name of the property of the bean to fire the change of theCoordinatesEditorModel.latitudeModel. -
propertyLongitude
String propertyLongitude
Name of the property of the bean to fire the change of theCoordinatesEditorModel.longitudeModel. -
propertyQuadrant
String propertyQuadrant
Name of the property of the bean to fire the change of theCoordinatesEditorModel.quadrant. -
quadrant
Integer quadrant
-
showGlobalResetButton
boolean showGlobalResetButton
-
showResetButton
boolean showResetButton
-
valueIsAdjusting
boolean valueIsAdjusting
-
-
-
Package org.nuiton.jaxx.widgets.gis.signed
-
Class org.nuiton.jaxx.widgets.gis.signed.SignedDdCoordinateEditor extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
delegateContext
JAXXContext delegateContext
-
editor
JFormattedTextField editor
-
editorPanel
SignedDdCoordinateEditor editorPanel
-
handler
SignedDdCoordinateEditorHandler handler
-
model
SignedDdCoordinateEditorModel model
-
resetButton
JButton resetButton
-
showReset
Boolean showReset
-
showResetTip
String showResetTip
-
toolbarLeft
JToolBar toolbarLeft
-
-
Class org.nuiton.jaxx.widgets.gis.signed.SignedDdCoordinateEditorModel extends DdCoordinate implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
Object bean
Bean where to push data. -
propertyDecimal
String propertyDecimal
Name of the property of the bean to fire the change of theDdCoordinate.decimal. -
propertyDegree
String propertyDegree
Name of the property of the bean to fire the change of theDdCoordinate.degree. -
propertySign
String propertySign
Name of the property of the bean to fire the change of theDdCoordinate.sign.
-
-
Class org.nuiton.jaxx.widgets.gis.signed.SignedDmdCoordinateEditor extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
delegateContext
JAXXContext delegateContext
-
editor
JFormattedTextField editor
-
editorPanel
SignedDmdCoordinateEditor editorPanel
-
handler
SignedDmdCoordinateEditorHandler handler
-
model
SignedDmdCoordinateEditorModel model
-
resetButton
JButton resetButton
-
showReset
Boolean showReset
-
showResetTip
String showResetTip
-
toolbarLeft
JToolBar toolbarLeft
-
-
Class org.nuiton.jaxx.widgets.gis.signed.SignedDmdCoordinateEditorModel extends DmdCoordinate implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
Object bean
Bean where to push data. -
propertyDecimal
String propertyDecimal
Name of the property of the bean to fire the change of theDmdCoordinate.decimal. -
propertyDegree
String propertyDegree
Name of the property of the bean to fire the change of theDmdCoordinate.degree. -
propertyMinute
String propertyMinute
Name of the property of the bean to fire the change of theDmdCoordinate.minute. -
propertySign
String propertySign
Name of the property of the bean to fire the change of theDmdCoordinate.sign.
-
-
Class org.nuiton.jaxx.widgets.gis.signed.SignedDmsCoordinateEditor extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
delegateContext
JAXXContext delegateContext
-
editor
JFormattedTextField editor
-
editorPanel
SignedDmsCoordinateEditor editorPanel
-
handler
SignedDmsCoordinateEditorHandler handler
-
model
SignedDmsCoordinateEditorModel model
-
resetButton
JButton resetButton
-
showReset
Boolean showReset
-
showResetTip
String showResetTip
-
toolbarLeft
JToolBar toolbarLeft
-
-
Class org.nuiton.jaxx.widgets.gis.signed.SignedDmsCoordinateEditorModel extends DmsCoordinate implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
Object bean
Bean where to push data. -
propertyDegree
String propertyDegree
Name of the property of the bean to fire the change of theDmsCoordinate.degree. -
propertyMinute
String propertyMinute
Name of the property of the bean to fire the change of theDmsCoordinate.minute. -
propertySecond
String propertySecond
Name of the property of the bean to fire the change of theDmsCoordinate.second. -
propertySign
String propertySign
Name of the property of the bean to fire the change of theDmsCoordinate.sign.
-
-