Class LoadSaveOptionsPane

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

public class LoadSaveOptionsPane
extends AbstractOptionPane
Handles some loading and saving stuff, e.g.: autosave, backups, backupDirectory, backupSuffix.
Version:
$Revision: 1.7 $
See Also:
Serialized Form
  • Constructor Details

    • LoadSaveOptionsPane

      public LoadSaveOptionsPane()
      Constructor for LoadSaveOptionsPane.
  • Method Details

    • getCategory

      public String getCategory()
    • getOptionName

      public String getOptionName()
    • init

      public void init​(JComponent options)
      Description copied from class: AbstractOptionPane
      This method is called every time this option pane is displayed. The AbstractOptionPane class uses this to create the option pane's GUI only when needed.
      Specified by:
      init in interface OptionPane
      Overrides:
      init in class AbstractOptionPane
    • save

      public void save​(JComponent options)
      Description copied from interface: OptionPane
      Called when the options dialog's "ok" button is clicked. This should save any properties being edited in this option pane.
      Specified by:
      save in interface OptionPane
      Overrides:
      save in class AbstractOptionPane