Class CoordinateDemo

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
jaxx.demo.DemoPanel
jaxx.demo.component.jaxx.editor.gis.CoordinateDemo
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, JAXXContext, JAXXObject

public class CoordinateDemo
extends DemoPanel
See Also:
Serialized Form
  • Field Details

    • PROPERTY_LATITUDE_DD

      public static final java.lang.String PROPERTY_LATITUDE_DD
      See Also:
      Constant Field Values
    • PROPERTY_LONGITUDE_DD

      public static final java.lang.String PROPERTY_LONGITUDE_DD
      See Also:
      Constant Field Values
    • BINDING_LATITUDE_DD_EDITOR_SHOW_RESET

      public static final java.lang.String BINDING_LATITUDE_DD_EDITOR_SHOW_RESET
      See Also:
      Constant Field Values
    • BINDING_LATITUDE_DMD_EDITOR_SHOW_RESET

      public static final java.lang.String BINDING_LATITUDE_DMD_EDITOR_SHOW_RESET
      See Also:
      Constant Field Values
    • BINDING_LATITUDE_DMS_EDITOR_SHOW_RESET

      public static final java.lang.String BINDING_LATITUDE_DMS_EDITOR_SHOW_RESET
      See Also:
      Constant Field Values
    • BINDING_LONGITUDE_DD_EDITOR_SHOW_RESET

      public static final java.lang.String BINDING_LONGITUDE_DD_EDITOR_SHOW_RESET
      See Also:
      Constant Field Values
    • BINDING_LONGITUDE_DMD_EDITOR_SHOW_RESET

      public static final java.lang.String BINDING_LONGITUDE_DMD_EDITOR_SHOW_RESET
      See Also:
      Constant Field Values
    • BINDING_LONGITUDE_DMS_EDITOR_SHOW_RESET

      public static final java.lang.String BINDING_LONGITUDE_DMS_EDITOR_SHOW_RESET
      See Also:
      Constant Field Values
    • BINDING_RESULT_LATITUDE_TEXT

      public static final java.lang.String BINDING_RESULT_LATITUDE_TEXT
      See Also:
      Constant Field Values
    • BINDING_RESULT_LONGITUDE_TEXT

      public static final java.lang.String BINDING_RESULT_LONGITUDE_TEXT
      See Also:
      Constant Field Values
    • config

      protected javax.swing.JPanel config
    • configLatitude

      protected javax.swing.JPanel configLatitude
    • configLongitude

      protected javax.swing.JPanel configLongitude
    • handler

      protected final CoordinateDemoHandler handler
    • latitudeDd

      protected java.lang.Float latitudeDd
    • latitudeDdEditor

      protected NumberEditor latitudeDdEditor
    • latitudeDmd

      protected DmdCoordinate latitudeDmd
    • latitudeDmdEditor

      protected DmdCoordinateEditor latitudeDmdEditor
    • latitudeDms

      protected DmsCoordinate latitudeDms
    • latitudeDmsEditor

      protected DmsCoordinateEditor latitudeDmsEditor
    • latitudeEditor

      protected JAXXButtonGroup latitudeEditor
    • latitudePane

      protected javax.swing.JPanel latitudePane
    • latitudeShowReset

      protected javax.swing.JCheckBox latitudeShowReset
    • latitudeUseDd

      protected javax.swing.JRadioButton latitudeUseDd
    • latitudeUseDmd

      protected javax.swing.JRadioButton latitudeUseDmd
    • latitudeUseDms

      protected javax.swing.JRadioButton latitudeUseDms
    • longitudeDd

      protected java.lang.Float longitudeDd
    • longitudeDdEditor

      protected NumberEditor longitudeDdEditor
    • longitudeDmd

      protected DmdCoordinate longitudeDmd
    • longitudeDmdEditor

      protected DmdCoordinateEditor longitudeDmdEditor
    • longitudeDms

      protected DmsCoordinate longitudeDms
    • longitudeDmsEditor

      protected DmsCoordinateEditor longitudeDmsEditor
    • longitudeEditor

      protected JAXXButtonGroup longitudeEditor
    • longitudePane

      protected javax.swing.JPanel longitudePane
    • longitudeShowReset

      protected javax.swing.JCheckBox longitudeShowReset
    • longitudeUseDd

      protected javax.swing.JRadioButton longitudeUseDd
    • longitudeUseDmd

      protected javax.swing.JRadioButton longitudeUseDmd
    • longitudeUseDms

      protected javax.swing.JRadioButton longitudeUseDms
    • model

      protected CoordinateDemoModel model
    • result

      protected javax.swing.JPanel result
    • resultLatitude

      protected javax.swing.JLabel resultLatitude
    • resultLongitude

      protected javax.swing.JLabel resultLongitude
  • Constructor Details

    • CoordinateDemo

      public CoordinateDemo()
    • CoordinateDemo

      public CoordinateDemo​(JAXXContext param0)
    • CoordinateDemo

      public CoordinateDemo​(boolean param0)
    • CoordinateDemo

      public CoordinateDemo​(JAXXContext param0, boolean param1)
    • CoordinateDemo

      public CoordinateDemo​(java.awt.LayoutManager param0)
    • CoordinateDemo

      public CoordinateDemo​(JAXXContext param0, java.awt.LayoutManager param1)
    • CoordinateDemo

      public CoordinateDemo​(java.awt.LayoutManager param0, boolean param1)
    • CoordinateDemo

      public CoordinateDemo​(JAXXContext param0, java.awt.LayoutManager param1, boolean param2)
  • Method Details

    • $getJAXXObjectDescriptor

      public static JAXXObjectDescriptor $getJAXXObjectDescriptor()
    • doActionPerformed__on__latitudeUseDd

      public void doActionPerformed__on__latitudeUseDd​(java.awt.event.ActionEvent event)
    • doActionPerformed__on__latitudeUseDmd

      public void doActionPerformed__on__latitudeUseDmd​(java.awt.event.ActionEvent event)
    • doActionPerformed__on__latitudeUseDms

      public void doActionPerformed__on__latitudeUseDms​(java.awt.event.ActionEvent event)
    • doActionPerformed__on__longitudeUseDd

      public void doActionPerformed__on__longitudeUseDd​(java.awt.event.ActionEvent event)
    • doActionPerformed__on__longitudeUseDmd

      public void doActionPerformed__on__longitudeUseDmd​(java.awt.event.ActionEvent event)
    • doActionPerformed__on__longitudeUseDms

      public void doActionPerformed__on__longitudeUseDms​(java.awt.event.ActionEvent event)
    • getConfig

      public javax.swing.JPanel getConfig()
    • getConfigLatitude

      public javax.swing.JPanel getConfigLatitude()
    • getConfigLongitude

      public javax.swing.JPanel getConfigLongitude()
    • getHandler

      public CoordinateDemoHandler getHandler()
    • getLatitudeDd

      public java.lang.Float getLatitudeDd()
    • getLatitudeDdEditor

      public NumberEditor getLatitudeDdEditor()
    • getLatitudeDmd

      public DmdCoordinate getLatitudeDmd()
    • getLatitudeDmdEditor

      public DmdCoordinateEditor getLatitudeDmdEditor()
    • getLatitudeDms

      public DmsCoordinate getLatitudeDms()
    • getLatitudeDmsEditor

      public DmsCoordinateEditor getLatitudeDmsEditor()
    • getLatitudeEditor

      public JAXXButtonGroup getLatitudeEditor()
    • getLatitudePane

      public javax.swing.JPanel getLatitudePane()
    • getLatitudeShowReset

      public javax.swing.JCheckBox getLatitudeShowReset()
    • getLatitudeUseDd

      public javax.swing.JRadioButton getLatitudeUseDd()
    • getLatitudeUseDmd

      public javax.swing.JRadioButton getLatitudeUseDmd()
    • getLatitudeUseDms

      public javax.swing.JRadioButton getLatitudeUseDms()
    • getLongitudeDd

      public java.lang.Float getLongitudeDd()
    • getLongitudeDdEditor

      public NumberEditor getLongitudeDdEditor()
    • getLongitudeDmd

      public DmdCoordinate getLongitudeDmd()
    • getLongitudeDmdEditor

      public DmdCoordinateEditor getLongitudeDmdEditor()
    • getLongitudeDms

      public DmsCoordinate getLongitudeDms()
    • getLongitudeDmsEditor

      public DmsCoordinateEditor getLongitudeDmsEditor()
    • getLongitudeEditor

      public JAXXButtonGroup getLongitudeEditor()
    • getLongitudePane

      public javax.swing.JPanel getLongitudePane()
    • getLongitudeShowReset

      public javax.swing.JCheckBox getLongitudeShowReset()
    • getLongitudeUseDd

      public javax.swing.JRadioButton getLongitudeUseDd()
    • getLongitudeUseDmd

      public javax.swing.JRadioButton getLongitudeUseDmd()
    • getLongitudeUseDms

      public javax.swing.JRadioButton getLongitudeUseDms()
    • getModel

      public CoordinateDemoModel getModel()
    • getResult

      public javax.swing.JPanel getResult()
    • getResultLatitude

      public javax.swing.JLabel getResultLatitude()
    • getResultLongitude

      public javax.swing.JLabel getResultLongitude()
    • setLatitudeDd

      public void setLatitudeDd​(java.lang.Float latitudeDd)
    • setLongitudeDd

      public void setLongitudeDd​(java.lang.Float longitudeDd)
    • get$JPanel0

      protected javax.swing.JPanel get$JPanel0()
    • get$Table0

      protected Table get$Table0()
    • addChildrenToConfig

      protected void addChildrenToConfig()
    • addChildrenToConfigLatitude

      protected void addChildrenToConfigLatitude()
    • addChildrenToConfigLongitude

      protected void addChildrenToConfigLongitude()
    • addChildrenToLatitudePane

      protected void addChildrenToLatitudePane()
    • addChildrenToLatitudeUseDd

      protected void addChildrenToLatitudeUseDd()
    • addChildrenToLatitudeUseDmd

      protected void addChildrenToLatitudeUseDmd()
    • addChildrenToLatitudeUseDms

      protected void addChildrenToLatitudeUseDms()
    • addChildrenToLongitudePane

      protected void addChildrenToLongitudePane()
    • addChildrenToLongitudeUseDd

      protected void addChildrenToLongitudeUseDd()
    • addChildrenToLongitudeUseDmd

      protected void addChildrenToLongitudeUseDmd()
    • addChildrenToLongitudeUseDms

      protected void addChildrenToLongitudeUseDms()
    • addChildrenToResult

      protected void addChildrenToResult()
    • createConfig

      protected void createConfig()
    • createConfigLatitude

      protected void createConfigLatitude()
    • createConfigLongitude

      protected void createConfigLongitude()
    • createHandler

      protected CoordinateDemoHandler createHandler()
    • createLatitudeDd

      protected void createLatitudeDd()
    • createLatitudeDdEditor

      protected void createLatitudeDdEditor()
    • createLatitudeDmd

      protected void createLatitudeDmd()
    • createLatitudeDmdEditor

      protected void createLatitudeDmdEditor()
    • createLatitudeDms

      protected void createLatitudeDms()
    • createLatitudeDmsEditor

      protected void createLatitudeDmsEditor()
    • createLatitudeEditor

      protected void createLatitudeEditor()
    • createLatitudePane

      protected void createLatitudePane()
    • createLatitudeShowReset

      protected void createLatitudeShowReset()
    • createLatitudeUseDd

      protected void createLatitudeUseDd()
    • createLatitudeUseDmd

      protected void createLatitudeUseDmd()
    • createLatitudeUseDms

      protected void createLatitudeUseDms()
    • createLongitudeDd

      protected void createLongitudeDd()
    • createLongitudeDdEditor

      protected void createLongitudeDdEditor()
    • createLongitudeDmd

      protected void createLongitudeDmd()
    • createLongitudeDmdEditor

      protected void createLongitudeDmdEditor()
    • createLongitudeDms

      protected void createLongitudeDms()
    • createLongitudeDmsEditor

      protected void createLongitudeDmsEditor()
    • createLongitudeEditor

      protected void createLongitudeEditor()
    • createLongitudePane

      protected void createLongitudePane()
    • createLongitudeShowReset

      protected void createLongitudeShowReset()
    • createLongitudeUseDd

      protected void createLongitudeUseDd()
    • createLongitudeUseDmd

      protected void createLongitudeUseDmd()
    • createLongitudeUseDms

      protected void createLongitudeUseDms()
    • createModel

      protected void createModel()
    • createResult

      protected void createResult()
    • createResultLatitude

      protected void createResultLatitude()
    • createResultLongitude

      protected void createResultLongitude()