Class NumberEditorDemo

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

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

    • BINDING_DOUBLE_EDITOR_AUTO_POPUP

      public static final java.lang.String BINDING_DOUBLE_EDITOR_AUTO_POPUP
      See Also:
      Constant Field Values
    • BINDING_DOUBLE_EDITOR_ENABLED

      public static final java.lang.String BINDING_DOUBLE_EDITOR_ENABLED
      See Also:
      Constant Field Values
    • BINDING_DOUBLE_EDITOR_NUMBER_PATTERN

      public static final java.lang.String BINDING_DOUBLE_EDITOR_NUMBER_PATTERN
      See Also:
      Constant Field Values
    • BINDING_DOUBLE_EDITOR_NUMBER_VALUE

      public static final java.lang.String BINDING_DOUBLE_EDITOR_NUMBER_VALUE
      See Also:
      Constant Field Values
    • BINDING_DOUBLE_EDITOR_SHOW_POPUP_BUTTON

      public static final java.lang.String BINDING_DOUBLE_EDITOR_SHOW_POPUP_BUTTON
      See Also:
      Constant Field Values
    • BINDING_DOUBLE_EDITOR_SHOW_RESET

      public static final java.lang.String BINDING_DOUBLE_EDITOR_SHOW_RESET
      See Also:
      Constant Field Values
    • BINDING_FLOAT_EDITOR_AUTO_POPUP

      public static final java.lang.String BINDING_FLOAT_EDITOR_AUTO_POPUP
      See Also:
      Constant Field Values
    • BINDING_FLOAT_EDITOR_ENABLED

      public static final java.lang.String BINDING_FLOAT_EDITOR_ENABLED
      See Also:
      Constant Field Values
    • BINDING_FLOAT_EDITOR_NUMBER_PATTERN

      public static final java.lang.String BINDING_FLOAT_EDITOR_NUMBER_PATTERN
      See Also:
      Constant Field Values
    • BINDING_FLOAT_EDITOR_NUMBER_VALUE

      public static final java.lang.String BINDING_FLOAT_EDITOR_NUMBER_VALUE
      See Also:
      Constant Field Values
    • BINDING_FLOAT_EDITOR_SHOW_POPUP_BUTTON

      public static final java.lang.String BINDING_FLOAT_EDITOR_SHOW_POPUP_BUTTON
      See Also:
      Constant Field Values
    • BINDING_FLOAT_EDITOR_SHOW_RESET

      public static final java.lang.String BINDING_FLOAT_EDITOR_SHOW_RESET
      See Also:
      Constant Field Values
    • BINDING_INTEGER_EDITOR_AUTO_POPUP

      public static final java.lang.String BINDING_INTEGER_EDITOR_AUTO_POPUP
      See Also:
      Constant Field Values
    • BINDING_INTEGER_EDITOR_ENABLED

      public static final java.lang.String BINDING_INTEGER_EDITOR_ENABLED
      See Also:
      Constant Field Values
    • BINDING_INTEGER_EDITOR_NUMBER_PATTERN

      public static final java.lang.String BINDING_INTEGER_EDITOR_NUMBER_PATTERN
      See Also:
      Constant Field Values
    • BINDING_INTEGER_EDITOR_NUMBER_VALUE

      public static final java.lang.String BINDING_INTEGER_EDITOR_NUMBER_VALUE
      See Also:
      Constant Field Values
    • BINDING_INTEGER_EDITOR_SHOW_POPUP_BUTTON

      public static final java.lang.String BINDING_INTEGER_EDITOR_SHOW_POPUP_BUTTON
      See Also:
      Constant Field Values
    • BINDING_INTEGER_EDITOR_SHOW_RESET

      public static final java.lang.String BINDING_INTEGER_EDITOR_SHOW_RESET
      See Also:
      Constant Field Values
    • BINDING_RESULT_DOUBLE_TEXT

      public static final java.lang.String BINDING_RESULT_DOUBLE_TEXT
      See Also:
      Constant Field Values
    • BINDING_RESULT_FLOAT_TEXT

      public static final java.lang.String BINDING_RESULT_FLOAT_TEXT
      See Also:
      Constant Field Values
    • BINDING_RESULT_INTEGER_TEXT

      public static final java.lang.String BINDING_RESULT_INTEGER_TEXT
      See Also:
      Constant Field Values
    • autoPopupButton

      protected javax.swing.JCheckBox autoPopupButton
    • doubleEditor

      protected NumberEditor doubleEditor
    • doubleNumberConfig

      protected javax.swing.JLabel doubleNumberConfig
    • doubleNumberEnabled

      protected javax.swing.JCheckBox doubleNumberEnabled
    • doubleNumberPattern

      protected javax.swing.JTextField doubleNumberPattern
    • floatEditor

      protected NumberEditor floatEditor
    • floatNumberConfig

      protected javax.swing.JLabel floatNumberConfig
    • floatNumberEnabled

      protected javax.swing.JCheckBox floatNumberEnabled
    • floatNumberPattern

      protected javax.swing.JTextField floatNumberPattern
    • handler

      protected final NumberEditorDemoHandler handler
    • integerEditor

      protected NumberEditor integerEditor
    • integerNumberConfig

      protected javax.swing.JLabel integerNumberConfig
    • integerNumberEnabled

      protected javax.swing.JCheckBox integerNumberEnabled
    • integerNumberPattern

      protected javax.swing.JTextField integerNumberPattern
    • model

      protected NumberEditorDemoModel model
    • numberEditorConfigurationPanel

      protected Table numberEditorConfigurationPanel
    • resultDouble

      protected javax.swing.JLabel resultDouble
    • resultFloat

      protected javax.swing.JLabel resultFloat
    • resultInteger

      protected javax.swing.JLabel resultInteger
    • resultPanel

      protected javax.swing.JPanel resultPanel
    • showPopupButton

      protected javax.swing.JCheckBox showPopupButton
    • showResetButton

      protected javax.swing.JCheckBox showResetButton
  • Constructor Details

    • NumberEditorDemo

      public NumberEditorDemo()
    • NumberEditorDemo

      public NumberEditorDemo​(JAXXContext param0)
    • NumberEditorDemo

      public NumberEditorDemo​(boolean param0)
    • NumberEditorDemo

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

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

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

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

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

    • $getJAXXObjectDescriptor

      public static JAXXObjectDescriptor $getJAXXObjectDescriptor()
    • getAutoPopupButton

      public javax.swing.JCheckBox getAutoPopupButton()
    • getDoubleEditor

      public NumberEditor getDoubleEditor()
    • getDoubleNumberConfig

      public javax.swing.JLabel getDoubleNumberConfig()
    • getDoubleNumberEnabled

      public javax.swing.JCheckBox getDoubleNumberEnabled()
    • getDoubleNumberPattern

      public javax.swing.JTextField getDoubleNumberPattern()
    • getFloatEditor

      public NumberEditor getFloatEditor()
    • getFloatNumberConfig

      public javax.swing.JLabel getFloatNumberConfig()
    • getFloatNumberEnabled

      public javax.swing.JCheckBox getFloatNumberEnabled()
    • getFloatNumberPattern

      public javax.swing.JTextField getFloatNumberPattern()
    • getHandler

      public NumberEditorDemoHandler getHandler()
    • getIntegerEditor

      public NumberEditor getIntegerEditor()
    • getIntegerNumberConfig

      public javax.swing.JLabel getIntegerNumberConfig()
    • getIntegerNumberEnabled

      public javax.swing.JCheckBox getIntegerNumberEnabled()
    • getIntegerNumberPattern

      public javax.swing.JTextField getIntegerNumberPattern()
    • getModel

      public NumberEditorDemoModel getModel()
    • getNumberEditorConfigurationPanel

      public Table getNumberEditorConfigurationPanel()
    • getResultDouble

      public javax.swing.JLabel getResultDouble()
    • getResultFloat

      public javax.swing.JLabel getResultFloat()
    • getResultInteger

      public javax.swing.JLabel getResultInteger()
    • getResultPanel

      public javax.swing.JPanel getResultPanel()
    • getShowPopupButton

      public javax.swing.JCheckBox getShowPopupButton()
    • getShowResetButton

      public javax.swing.JCheckBox getShowResetButton()
    • get$JPanel0

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

      protected Table get$Table0()
    • addChildrenToNumberEditorConfigurationPanel

      protected void addChildrenToNumberEditorConfigurationPanel()
    • addChildrenToResultPanel

      protected void addChildrenToResultPanel()
    • createAutoPopupButton

      protected void createAutoPopupButton()
    • createDoubleEditor

      protected void createDoubleEditor()
    • createDoubleNumberConfig

      protected void createDoubleNumberConfig()
    • createDoubleNumberEnabled

      protected void createDoubleNumberEnabled()
    • createDoubleNumberPattern

      protected void createDoubleNumberPattern()
    • createFloatEditor

      protected void createFloatEditor()
    • createFloatNumberConfig

      protected void createFloatNumberConfig()
    • createFloatNumberEnabled

      protected void createFloatNumberEnabled()
    • createFloatNumberPattern

      protected void createFloatNumberPattern()
    • createHandler

      protected NumberEditorDemoHandler createHandler()
    • createIntegerEditor

      protected void createIntegerEditor()
    • createIntegerNumberConfig

      protected void createIntegerNumberConfig()
    • createIntegerNumberEnabled

      protected void createIntegerNumberEnabled()
    • createIntegerNumberPattern

      protected void createIntegerNumberPattern()
    • createModel

      protected void createModel()
    • createNumberEditorConfigurationPanel

      protected void createNumberEditorConfigurationPanel()
    • createResultDouble

      protected void createResultDouble()
    • createResultFloat

      protected void createResultFloat()
    • createResultInteger

      protected void createResultInteger()
    • createResultPanel

      protected void createResultPanel()
    • createShowPopupButton

      protected void createShowPopupButton()
    • createShowResetButton

      protected void createShowResetButton()