Class SignedDdCoordinateEditorModel
java.lang.Object
org.jdesktop.beans.AbstractBean
org.jdesktop.beans.AbstractSerializableBean
org.nuiton.jaxx.widgets.gis.DdCoordinate
org.nuiton.jaxx.widgets.gis.signed.SignedDdCoordinateEditorModel
- All Implemented Interfaces:
Serializable
public class SignedDdCoordinateEditorModel extends DdCoordinate
Created on 10/16/13.
- Since:
- 2.12
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected SerializablebeanBean where to push data.static StringPROPERTY_BEANstatic StringPROPERTY_PROPERTY_DECIMALstatic StringPROPERTY_PROPERTY_DEGREEstatic StringPROPERTY_PROPERTY_SIGNprotected StringpropertyDecimalName of the property of the bean to fire the change of theDdCoordinate.decimal.protected StringpropertyDegreeName of the property of the bean to fire the change of theDdCoordinate.degree.protected StringpropertySignName of the property of the bean to fire the change of theDdCoordinate.sign.Fields inherited from class org.nuiton.jaxx.widgets.gis.DdCoordinate
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, decimal, degree, PROPERTY_DECIMAL, PROPERTY_DEGREE, PROPERTY_SIGN, sign -
Constructor Summary
Constructors Constructor Description SignedDdCoordinateEditorModel() -
Method Summary
Modifier and Type Method Description SerializablegetBean()StringgetPropertyDecimal()StringgetPropertyDegree()StringgetPropertySign()StringgetStringPattern()voidsetBean(Serializable bean)voidsetPropertyDecimal(String propertyDecimal)voidsetPropertyDegree(String propertyDegree)voidsetPropertySign(String propertySign)voidsetValue(DdCoordinate value)Methods inherited from class org.nuiton.jaxx.widgets.gis.DdCoordinate
addTrailingZero, empty, fromDecimal, getDecimal, getDegree, getNotNullDecimal, getNotNullDegree, getSignedDegree, isDecimalNull, isDecimalValid, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isNull, isSign, removeTrailingZero, reset, setDecimal, setDegree, setSign, toDecimal, toString, valueOf, valueOf, valueOfMethods inherited from class org.jdesktop.beans.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
-
Field Details
-
PROPERTY_BEAN
- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_SIGN
- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_DEGREE
- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_DECIMAL
- See Also:
- Constant Field Values
-
bean
Bean where to push data. -
propertySign
Name of the property of the bean to fire the change of theDdCoordinate.sign. -
propertyDegree
Name of the property of the bean to fire the change of theDdCoordinate.degree. -
propertyDecimal
Name of the property of the bean to fire the change of theDdCoordinate.decimal.
-
-
Constructor Details
-
SignedDdCoordinateEditorModel
public SignedDdCoordinateEditorModel()
-
-
Method Details