Class ControlParsedNumberField


public class ControlParsedNumberField extends ControlNumberField
A textfield to display double values. When this value changes, it invokes both the VARIABLE_CHANGED and the ACTION actions.
  • Field Details

  • Constructor Details

    • ControlParsedNumberField

      public ControlParsedNumberField(Object _visual)
      Constructor ControlParsedNumberField
      Parameters:
      _visual -
  • Method Details

    • createVisual

      protected Component createVisual(Object _visual)
      Description copied from class: ControlSwingElement
      Creates the visual component of this ControlElement, the one you can configure graphically. If an object of an appropriate class is provided, it is used as the visual.
      Overrides:
      createVisual in class ControlNumberField
      Parameters:
      _visual - The javax.swing.JComponent to be wrapped