Module jEdit

Class AppearanceOptionPane

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

public class AppearanceOptionPane extends AbstractOptionPane implements ItemListener
See Also:
  • Field Details

    • builtInIconThemes

      public static final String[] builtInIconThemes
      List of icon themes that are supported in jEdit core. Possible values of the jedit property 'icon-theme'
  • Constructor Details

    • AppearanceOptionPane

      public AppearanceOptionPane()
  • Method Details

    • _init

      protected void _init()
      Description copied from class: AbstractOptionPane
      This method should create and arrange the components of the option pane and initialize the option data displayed to the user. This method is called when the option pane is first displayed, and is not called again for the lifetime of the object.
      Overrides:
      _init in class AbstractOptionPane
    • _save

      protected void _save()
      Description copied from class: AbstractOptionPane
      Called when the options dialog's "ok" button is clicked. This should save any properties being edited in this option pane.
      Overrides:
      _save in class AbstractOptionPane
    • itemStateChanged

      public final void itemStateChanged(ItemEvent evt)
      Specified by:
      itemStateChanged in interface ItemListener