Module jEdit

Class GlobalOptions

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, TreeSelectionListener, RootPaneContainer, WindowConstants

public class GlobalOptions extends OptionsDialog
A dialog that can open initially to one of the Global Option Panes.
See Also:
  • Constructor Details

    • GlobalOptions

      public GlobalOptions(Frame frame)
    • GlobalOptions

      public GlobalOptions(View frame)
    • GlobalOptions

      public GlobalOptions(Frame frame, String pane)
    • GlobalOptions

      public GlobalOptions(View frame, String pane)
    • GlobalOptions

      public GlobalOptions(Dialog dialog)
    • GlobalOptions

      public GlobalOptions(Dialog dialog, String pane)
  • Method Details

    • createOptionTreeModel

      protected OptionsDialog.OptionTreeModel createOptionTreeModel()
      Description copied from class: OptionsDialog
      Creates the tree model that goes on the left of the option pane, loading all the items that are needed.
      Specified by:
      createOptionTreeModel in class OptionsDialog
      Returns:
      OptionTreeModel for binary compatibility of plugins (e.g. SideKick)
    • cancel

      public void cancel()
      Overrides:
      cancel in class OptionsDialog
    • init

      protected void init(String name, String pane)
      Overrides:
      init in class OptionsDialog
      Parameters:
      name - the name of this pane
      pane - - a sub-pane name to select (?) Could someone please write better docs for this function? Creates buttons, adds listeners, and makes the pane visible. This method is called automatically from the constructor, and also calls init on each of the optionPanes?
    • getDefaultGroup

      protected OptionGroup getDefaultGroup()
      Specified by:
      getDefaultGroup in class OptionsDialog