Class AbsoluteDmdCoordinateEditorModel
java.lang.Object
org.jdesktop.beans.AbstractBean
org.jdesktop.beans.AbstractSerializableBean
org.nuiton.jaxx.widgets.gis.DmdCoordinate
org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDmdCoordinateEditorModel
- All Implemented Interfaces:
java.io.Serializable
public class AbsoluteDmdCoordinateEditorModel extends DmdCoordinate
Created on 9/2/14.
- Since:
- 2.12
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.io.SerializablebeanBean where to push data.static java.lang.StringPROPERTY_BEANstatic java.lang.StringPROPERTY_PROPERTY_DECIMALstatic java.lang.StringPROPERTY_PROPERTY_DEGREEstatic java.lang.StringPROPERTY_PROPERTY_MINUTEprotected java.lang.StringpropertyDecimalName of the property of the bean to fire the change of theDmdCoordinate.decimal.protected java.lang.StringpropertyDegreeName of the property of the bean to fire the change of theDmdCoordinate.degree.protected java.lang.StringpropertyMinuteName of the property of the bean to fire the change of theDmdCoordinate.minute.Fields inherited from class org.nuiton.jaxx.widgets.gis.DmdCoordinate
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, decimal, degree, minute, PROPERTY_DECIMAL, PROPERTY_DEGREE, PROPERTY_MINUTE, PROPERTY_SIGN, sign -
Constructor Summary
Constructors Constructor Description AbsoluteDmdCoordinateEditorModel() -
Method Summary
Modifier and Type Method Description java.io.SerializablegetBean()java.lang.StringgetPropertyDecimal()java.lang.StringgetPropertyDegree()java.lang.StringgetPropertyMinute()java.lang.StringgetStringPattern()booleanisSign()voidsetBean(java.io.Serializable bean)voidsetPropertyDecimal(java.lang.String propertyDecimal)voidsetPropertyDegree(java.lang.String propertyDegree)voidsetPropertyMinute(java.lang.String propertyMinute)voidsetSign(boolean sign)voidsetValue(DmdCoordinate value)Methods inherited from class org.nuiton.jaxx.widgets.gis.DmdCoordinate
addTrailingZero, empty, fromDecimal, getDecimal, getDegree, getMinute, getNotNullDecimal, getNotNullDegree, getNotNullMinute, getSignedDegree, isDecimalNull, isDecimalValid, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isMinuteNull, isMinuteValid, isNull, removeTrailingZero, reset, setDecimal, setDegree, setMinute, 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, removeVetoableChangeListenerMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
PROPERTY_BEAN
public static final java.lang.String PROPERTY_BEAN- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_DEGREE
public static final java.lang.String PROPERTY_PROPERTY_DEGREE- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_MINUTE
public static final java.lang.String PROPERTY_PROPERTY_MINUTE- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_DECIMAL
public static final java.lang.String PROPERTY_PROPERTY_DECIMAL- See Also:
- Constant Field Values
-
bean
protected java.io.Serializable beanBean where to push data. -
propertyDegree
protected java.lang.String propertyDegreeName of the property of the bean to fire the change of theDmdCoordinate.degree. -
propertyMinute
protected java.lang.String propertyMinuteName of the property of the bean to fire the change of theDmdCoordinate.minute. -
propertyDecimal
protected java.lang.String propertyDecimalName of the property of the bean to fire the change of theDmdCoordinate.decimal.
-
-
Constructor Details
-
AbsoluteDmdCoordinateEditorModel
public AbsoluteDmdCoordinateEditorModel()
-
-
Method Details
-
getBean
public java.io.Serializable getBean() -
setBean
public void setBean(java.io.Serializable bean) -
getPropertyDegree
public java.lang.String getPropertyDegree() -
setPropertyDegree
public void setPropertyDegree(java.lang.String propertyDegree) -
getPropertyMinute
public java.lang.String getPropertyMinute() -
setPropertyMinute
public void setPropertyMinute(java.lang.String propertyMinute) -
getPropertyDecimal
public java.lang.String getPropertyDecimal() -
setPropertyDecimal
public void setPropertyDecimal(java.lang.String propertyDecimal) -
setValue
-
getStringPattern
public java.lang.String getStringPattern() -
isSign
public boolean isSign()- Overrides:
isSignin classDmdCoordinate
-
setSign
public void setSign(boolean sign)- Overrides:
setSignin classDmdCoordinate
-