Class SignedDmdCoordinateEditorModel
- java.lang.Object
-
- org.jdesktop.beans.AbstractBean
-
- org.jdesktop.beans.AbstractSerializableBean
-
- org.nuiton.jaxx.widgets.gis.DmdCoordinate
-
- org.nuiton.jaxx.widgets.gis.signed.SignedDmdCoordinateEditorModel
-
- All Implemented Interfaces:
Serializable
public class SignedDmdCoordinateEditorModel extends DmdCoordinate
Created on 10/16/13.- Since:
- 2.12
- Author:
- Tony Chemit - dev@tchemit.fr
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectbeanBean where to push data.static StringPROPERTY_BEANstatic StringPROPERTY_PROPERTY_DECIMALstatic StringPROPERTY_PROPERTY_DEGREEstatic StringPROPERTY_PROPERTY_MINUTEstatic StringPROPERTY_PROPERTY_SIGNprotected StringpropertyDecimalName of the property of the bean to fire the change of theDmdCoordinate.decimal.protected StringpropertyDegreeName of the property of the bean to fire the change of theDmdCoordinate.degree.protected StringpropertyMinuteName of the property of the bean to fire the change of theDmdCoordinate.minute.protected StringpropertySignName of the property of the bean to fire the change of theDmdCoordinate.sign.-
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 SignedDmdCoordinateEditorModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetBean()StringgetPropertyDecimal()StringgetPropertyDegree()StringgetPropertyMinute()StringgetPropertySign()StringgetStringPattern()voidsetBean(Object bean)voidsetPropertyDecimal(String propertyDecimal)voidsetPropertyDegree(String propertyDegree)voidsetPropertyMinute(String propertyMinute)voidsetPropertySign(String propertySign)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, isSign, removeTrailingZero, reset, setDecimal, setDegree, setMinute, setSign, toDecimal, toString, valueOf, valueOf, valueOf
-
Methods 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 Detail
-
PROPERTY_BEAN
public static final String PROPERTY_BEAN
- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_SIGN
public static final String PROPERTY_PROPERTY_SIGN
- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_DEGREE
public static final String PROPERTY_PROPERTY_DEGREE
- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_MINUTE
public static final String PROPERTY_PROPERTY_MINUTE
- See Also:
- Constant Field Values
-
PROPERTY_PROPERTY_DECIMAL
public static final String PROPERTY_PROPERTY_DECIMAL
- See Also:
- Constant Field Values
-
bean
protected Object bean
Bean where to push data.
-
propertySign
protected String propertySign
Name of the property of the bean to fire the change of theDmdCoordinate.sign.
-
propertyDegree
protected String propertyDegree
Name of the property of the bean to fire the change of theDmdCoordinate.degree.
-
propertyMinute
protected String propertyMinute
Name of the property of the bean to fire the change of theDmdCoordinate.minute.
-
propertyDecimal
protected String propertyDecimal
Name of the property of the bean to fire the change of theDmdCoordinate.decimal.
-
-
Method Detail
-
getBean
public Object getBean()
-
setBean
public void setBean(Object bean)
-
getPropertySign
public String getPropertySign()
-
setPropertySign
public void setPropertySign(String propertySign)
-
getPropertyDegree
public String getPropertyDegree()
-
setPropertyDegree
public void setPropertyDegree(String propertyDegree)
-
getPropertyMinute
public String getPropertyMinute()
-
setPropertyMinute
public void setPropertyMinute(String propertyMinute)
-
getPropertyDecimal
public String getPropertyDecimal()
-
setPropertyDecimal
public void setPropertyDecimal(String propertyDecimal)
-
setValue
public void setValue(DmdCoordinate value)
-
getStringPattern
public String getStringPattern()
-
-