Class FWCalibrationFormComponent

All Implemented Interfaces:
ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener, FWObserver

public class FWCalibrationFormComponent extends FWAbstractFormComponent implements ChangeListener, ItemListener
This component displays a slider next to a spinner to let the user specify an integer value.
Author:
Andreas Enders
See Also:
  • Constructor Details

    • FWCalibrationFormComponent

      public FWCalibrationFormComponent(String aFormId, String aFieldId, boolean aShowLabel, org.jdom2.Element aParameters, FWObservable aObservable)
      Constructs a new integer component and initializes it with aParameters
      Parameters:
      aFormId -
      aFieldId -
      aShowLabel - Specifies whether or not a descriptive label is shown to the left of the control.
      aParameters -
      aObservable -
  • Method Details