Class DatasetOptionsPanel

All Implemented Interfaces:
OptionsPanel, ImageObserver, MenuContainer, Serializable, Accessible

public class DatasetOptionsPanel extends JPanel implements OptionsPanel
OptionsPanel for setting up some dataset options. - should the Charset selection be shown
Author:
Matthias Scholz <ms@jammerhund.de>
See Also:
  • Field Details

    • BB_DATASET_OPTIONS_SHOW_CHARSET_SELECTION

      public static final String BB_DATASET_OPTIONS_SHOW_CHARSET_SELECTION
  • Constructor Details

  • Method Details

    • validateInput

      public String validateInput()
      Specified by:
      validateInput in interface OptionsPanel
      Returns:
      an error message if a field is not valid; otherwise, null
    • okPressed

      public void okPressed()
      Description copied from interface: OptionsPanel
      Notifies this panel that it should commit its entries to the system
      Specified by:
      okPressed in interface OptionsPanel
    • init

      public void init()
      Description copied from interface: OptionsPanel
      Notifies this panel that the OptionsDialog has been (re-)opened
      Specified by:
      init in interface OptionsPanel