Class DialogPrefs

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, BaseXWindow

public final class DialogPrefs extends BaseXDialog
Dialog window for changing some project's preferences.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
See Also:
  • Method Details

    • show

      public static void show(GUI gui)
      Activates the dialog window.
      Parameters:
      gui - reference to the main window
    • action

      public void action(Object cmp)
      Description copied from class: BaseXDialog
      Reacts on user input; can be overwritten.
      Overrides:
      action in class BaseXDialog
      Parameters:
      cmp - source
    • close

      public void close()
      Description copied from class: BaseXDialog
      Closes the dialog and stores the location of the dialog window; can be overwritten.
      Overrides:
      close in class BaseXDialog
    • cancel

      public void cancel()
      Description copied from class: BaseXDialog
      Cancels the dialog; can be overwritten.
      Overrides:
      cancel in class BaseXDialog