Uses of Class
org.basex.gui.GUI

Packages that use GUI
org.basex.gui This package contains the graphical user interface. 
org.basex.gui.dialog This package contains dialog windows used in the GUI. 
org.basex.gui.layout This package contains project specific GUI components. 
org.basex.gui.view This package contains all visualizations and the view observer framework. 
 

Uses of GUI in org.basex.gui
 

Methods in org.basex.gui with parameters of type GUI
 void GUICommand.execute(GUI gui)
          Executes the command.
 void GUICommands.refresh(GUI gui, AbstractButton b)
           
 void GUICommand.refresh(GUI gui, AbstractButton button)
          Enables or disables the specified button, depending on the command properties.
static IO GUICommands.save(GUI gui, boolean single)
          Displays a file save dialog and returns the file name or a null reference.
 

Constructors in org.basex.gui with parameters of type GUI
GUIInput(GUI main)
          Default constructor.
GUIMenu(GUI main)
          Initializes the menu bar.
GUIToolBar(GUICommand[] tb, GUI main)
          Default constructor.
 

Uses of GUI in org.basex.gui.dialog
 

Fields in org.basex.gui.dialog declared as GUI
 GUI Dialog.gui
          Reference to main window.
 

Methods in org.basex.gui.dialog with parameters of type GUI
static void Dialog.error(GUI gui, String text)
          Static error dialog.
static void Dialog.info(GUI gui, String text)
          Static information dialog.
static void Dialog.warn(GUI gui, String text)
          Static information dialog.
 

Constructors in org.basex.gui.dialog with parameters of type GUI
Dialog(GUI main, String title)
          Default constructor.
Dialog(GUI main, String title, boolean modal)
          Default constructor.
DialogAbout(GUI main)
          Default constructor.
DialogColors(GUI main)
          Default constructor.
DialogCreate(GUI main)
          Default constructor.
DialogCreateFS(GUI main)
          Default constructor.
DialogEdit(GUI main, int p)
          Default constructor.
DialogExport(GUI main)
          Default constructor.
DialogFontChooser(GUI main)
          Default constructor.
DialogHelp(GUI main)
          Default constructor.
DialogInfo(GUI main)
          Default constructor.
DialogInsert(GUI main)
          Default constructor.
DialogMapLayout(GUI main)
          Default constructor.
DialogMessage(GUI main, String txt, GUIConstants.Msg ic)
          Default constructor.
DialogMountFS(GUI main)
          Default constructor.
DialogOpen(GUI main, boolean dr, boolean fs)
          Default constructor.
DialogPass(GUI main)
          Default constructor.
DialogPrefs(GUI main)
          Default constructor.
DialogProgress(GUI main, String msg, boolean pb, boolean cnc, Progress prg)
          Default constructor.
DialogRename(String dbname, GUI main, boolean fs)
          Default constructor.
DialogServer(GUI main)
          Default constructor.
 

Uses of GUI in org.basex.gui.layout
 

Fields in org.basex.gui.layout declared as GUI
 GUI BaseXPanel.gui
          Reference to the main window.
 

Methods in org.basex.gui.layout with parameters of type GUI
static BaseXButton BaseXButton.command(GUICommand cmd, GUI gui)
          Creates a new button.
 

Constructors in org.basex.gui.layout with parameters of type GUI
BaseXButton(GUI gui, String img, byte[] hlp)
          Constructor for image buttons.
BaseXDSlider(GUI main, double mn, double mx, ActionListener list)
          Constructor.
BaseXFileChooser(String title, String path, GUI main)
          Default constructor.
 

Uses of GUI in org.basex.gui.view
 

Constructors in org.basex.gui.view with parameters of type GUI
ViewContainer(GUI main, View... v)
          Constructor.
ViewNotifier(GUI main)
          Constructor.