Class ToolBarOptionPane

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

public class ToolBarOptionPane
extends AbstractOptionPane
A tool bar editor.
Version:
$Revision: 1.7 $
See Also:
Serialized Form
  • Constructor Details

    • ToolBarOptionPane

      public ToolBarOptionPane​(Preferences prefs)
      Constructor for ToolBarOptionPane.
      Parameters:
      prefs - DOCUMENT ME!
  • 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