Class ShortcutsOptionPane

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

public class ShortcutsOptionPane
extends AbstractOptionPane
An option pane for shortcuts.
Version:
$Revision: 1.7 $
Author:
flierl
See Also:
Serialized Form
  • Constructor Details

    • ShortcutsOptionPane

      public ShortcutsOptionPane()
      Constructor for ShortcutsOptionPane.
  • 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