Interface BaseXWindow

All Known Implementing Classes:
BaseXDialog, DialogAbout, DialogBindings, DialogColors, DialogEdit, DialogExport, DialogFonts, DialogInsert, DialogLine, DialogManage, DialogMem, DialogMessage, DialogNew, DialogPackages, DialogPass, DialogPrefs, DialogProgress, DialogProps, DialogSort, GUI

public interface BaseXWindow
Project-specific window interface.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the window reference.
    Returns the dialog.
    gui()
    Returns the GUI.
  • Method Details

    • component

      Window component()
      Returns the window reference.
      Returns:
      window
    • gui

      GUI gui()
      Returns the GUI.
      Returns:
      GUI
    • dialog

      BaseXDialog dialog()
      Returns the dialog.
      Returns:
      dialog (can be null)