Package jaxx.runtime.swing.editor.gis
Class DmsCoordinateEditorModel
java.lang.Object
org.jdesktop.beans.AbstractBean
org.jdesktop.beans.AbstractSerializableBean
jaxx.runtime.swing.editor.gis.DmsCoordinate
jaxx.runtime.swing.editor.gis.DmsCoordinateEditorModel
- All Implemented Interfaces:
java.io.Serializable
public class DmsCoordinateEditorModel extends DmsCoordinate
Created on 10/16/13.
- Since:
- 2.6
- 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_DEGREEstatic java.lang.StringPROPERTY_PROPERTY_MINUTEstatic java.lang.StringPROPERTY_PROPERTY_SECONDstatic java.lang.StringPROPERTY_PROPERTY_SIGNprotected java.lang.StringpropertyDegreeName of the property of the bean to fire the change of theDmsCoordinate.degree.protected java.lang.StringpropertyMinuteName of the property of the bean to fire the change of theDmsCoordinate.minute.protected java.lang.StringpropertySecondName of the property of the bean to fire the change of theDmsCoordinate.second.protected java.lang.StringpropertySignName of the property of the bean to fire the change of theDmsCoordinate.sign.Fields inherited from class jaxx.runtime.swing.editor.gis.DmsCoordinate
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, degree, minute, PROPERTY_DEGREE, PROPERTY_MINUTE, PROPERTY_SECOND, PROPERTY_SIGN, second, sign -
Constructor Summary
Constructors Constructor Description DmsCoordinateEditorModel() -
Method Summary
Modifier and Type Method Description java.io.SerializablegetBean()java.lang.StringgetPropertyDegree()java.lang.StringgetPropertyMinute()java.lang.StringgetPropertySecond()java.lang.StringgetPropertySign()java.lang.StringgetStringPattern()voidsetBean(java.io.Serializable bean)voidsetPropertyDegree(java.lang.String propertyDegree)voidsetPropertyMinute(java.lang.String propertyMinute)voidsetPropertySecond(java.lang.String propertySecond)voidsetPropertySign(java.lang.String propertySign)voidsetValue(DmsCoordinate value)Methods inherited from class jaxx.runtime.swing.editor.gis.DmsCoordinate
addTrailingZero, empty, fromDecimal, getDegree, getMinute, getNotNullDegree, getNotNullMinute, getNotNullSecond, getSecond, getSignedDegree, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isMinuteNull, isMinuteValid, isNull, isSecondNull, isSecondValid, isSign, removeTrailingZero, 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, 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_SIGN
public static final java.lang.String PROPERTY_PROPERTY_SIGN- 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_SECOND
public static final java.lang.String PROPERTY_PROPERTY_SECOND- See Also:
- Constant Field Values
-
bean
protected java.io.Serializable beanBean where to push data. -
propertySign
protected java.lang.String propertySignName of the property of the bean to fire the change of theDmsCoordinate.sign. -
propertyDegree
protected java.lang.String propertyDegreeName of the property of the bean to fire the change of theDmsCoordinate.degree. -
propertyMinute
protected java.lang.String propertyMinuteName of the property of the bean to fire the change of theDmsCoordinate.minute. -
propertySecond
protected java.lang.String propertySecondName of the property of the bean to fire the change of theDmsCoordinate.second.
-
-
Constructor Details
-
DmsCoordinateEditorModel
public DmsCoordinateEditorModel()
-
-
Method Details
-
getBean
public java.io.Serializable getBean() -
setBean
public void setBean(java.io.Serializable bean) -
getPropertySign
public java.lang.String getPropertySign() -
setPropertySign
public void setPropertySign(java.lang.String propertySign) -
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) -
getPropertySecond
public java.lang.String getPropertySecond() -
setPropertySecond
public void setPropertySecond(java.lang.String propertySecond) -
setValue
-
getStringPattern
public java.lang.String getStringPattern()
-