Class SignedDmsCoordinateEditorModel
java.lang.Object
org.jdesktop.beans.AbstractBean
org.jdesktop.beans.AbstractSerializableBean
org.nuiton.jaxx.widgets.gis.DmsCoordinate
org.nuiton.jaxx.widgets.gis.signed.SignedDmsCoordinateEditorModel
- All Implemented Interfaces:
Serializable
public class SignedDmsCoordinateEditorModel extends DmsCoordinate
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_DEGREEstatic StringPROPERTY_PROPERTY_MINUTEstatic StringPROPERTY_PROPERTY_SECONDstatic StringPROPERTY_PROPERTY_SIGNprotected StringpropertyDegreeName of the property of the bean to fire the change of theDmsCoordinate.degree.protected StringpropertyMinuteName of the property of the bean to fire the change of theDmsCoordinate.minute.protected StringpropertySecondName of the property of the bean to fire the change of theDmsCoordinate.second.protected StringpropertySignName of the property of the bean to fire the change of theDmsCoordinate.sign.Fields inherited from class org.nuiton.jaxx.widgets.gis.DmsCoordinate
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, degree, minute, PROPERTY_DEGREE, PROPERTY_MINUTE, PROPERTY_SECOND, PROPERTY_SIGN, second, sign -
Constructor Summary
Constructors Constructor Description SignedDmsCoordinateEditorModel() -
Method Summary
Modifier and Type Method Description SerializablegetBean()StringgetPropertyDegree()StringgetPropertyMinute()StringgetPropertySecond()StringgetPropertySign()StringgetStringPattern()voidsetBean(Serializable bean)voidsetPropertyDegree(String propertyDegree)voidsetPropertyMinute(String propertyMinute)voidsetPropertySecond(String propertySecond)voidsetPropertySign(String propertySign)voidsetValue(DmsCoordinate value)Methods inherited from class org.nuiton.jaxx.widgets.gis.DmsCoordinate
addTrailingZero, empty, fromDecimal, getDegree, getMinute, getNotNullDegree, getNotNullMinute, getNotNullSecond, getSecond, getSignedDegree, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isMinuteNull, isMinuteValid, isNull, isSecondNull, isSecondValid, isSign, removeTrailingZero, reset, setDegree, setMinute, setSecond, 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_MINUTE
- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_SECOND
- See Also:
- Constant Field Values
-
bean
Bean where to push data. -
propertySign
Name of the property of the bean to fire the change of theDmsCoordinate.sign. -
propertyDegree
Name of the property of the bean to fire the change of theDmsCoordinate.degree. -
propertyMinute
Name of the property of the bean to fire the change of theDmsCoordinate.minute. -
propertySecond
Name of the property of the bean to fire the change of theDmsCoordinate.second.
-
-
Constructor Details
-
SignedDmsCoordinateEditorModel
public SignedDmsCoordinateEditorModel()
-
-
Method Details