Class AbsoluteDmsCoordinateEditorModel

java.lang.Object
org.jdesktop.beans.AbstractBean
org.jdesktop.beans.AbstractSerializableBean
org.nuiton.jaxx.widgets.gis.DmsCoordinate
org.nuiton.jaxx.widgets.gis.absolute.AbsoluteDmsCoordinateEditorModel
All Implemented Interfaces:
java.io.Serializable

public class AbsoluteDmsCoordinateEditorModel
extends DmsCoordinate
Created on 9/2/14.
Since:
2.12
Author:
Tony Chemit - chemit@codelutin.com
See Also:
Serialized Form
  • 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_SECOND

      public static final java.lang.String PROPERTY_PROPERTY_SECOND
      See Also:
      Constant Field Values
    • bean

      protected java.io.Serializable bean
      Bean where to push data.
    • propertyDegree

      protected java.lang.String propertyDegree
      Name of the property of the bean to fire the change of the DmsCoordinate.degree.
    • propertyMinute

      protected java.lang.String propertyMinute
      Name of the property of the bean to fire the change of the DmsCoordinate.minute.
    • propertySecond

      protected java.lang.String propertySecond
      Name of the property of the bean to fire the change of the DmsCoordinate.second.
  • Constructor Details

    • AbsoluteDmsCoordinateEditorModel

      public AbsoluteDmsCoordinateEditorModel()
  • 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)
    • getPropertySecond

      public java.lang.String getPropertySecond()
    • setPropertySecond

      public void setPropertySecond​(java.lang.String propertySecond)
    • setValue

      public void setValue​(DmsCoordinate value)
    • isSign

      public boolean isSign()
      Overrides:
      isSign in class DmsCoordinate
    • setSign

      public void setSign​(boolean sign)
      Overrides:
      setSign in class DmsCoordinate