Uses of Class
org.basex.gui.GUI

Packages that use GUI
org.basex Main package, containing all classes with main methods. 
org.basex.gui Contains the graphical user interface. 
org.basex.gui.dialog Contains dialog windows used in the GUI. 
org.basex.gui.layout Contains project specific GUI components. 
org.basex.gui.view Contains the views and the observer framework. 
 

Uses of GUI in org.basex
 

Fields in org.basex declared as GUI
 GUI BaseXWin.gui
          GUI reference.
 

Uses of GUI in org.basex.gui
 

Methods in org.basex.gui with parameters of type GUI
abstract  void GUICommands.execute(GUI gui)
           
 void GUICommand.execute(GUI gui)
          Executes the command.
 void GUICommands.refresh(GUI gui, javax.swing.AbstractButton button)
           
 void GUICommand.refresh(GUI gui, javax.swing.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.
 

Constructors in org.basex.gui.dialog with parameters of type GUI
Dialog(GUI main, java.lang.String title)
          Default constructor.
Dialog(GUI main, java.lang.String title, boolean modal)
          Default constructor.
DialogAbout(GUI main)
          Default constructor.
DialogColors(GUI main)
          Default constructor.
DialogCreate(GUI main)
          Default constructor.
DialogEdit(GUI main, int p)
          Default constructor.
DialogFontChooser(GUI main)
          Default constructor.
DialogHelp(GUI main)
          Default constructor.
DialogImportFS(GUI main)
          Default constructor.
DialogInfo(GUI main)
          Default constructor.
DialogInsert(GUI main)
          Default constructor.
DialogMapLayout(GUI main)
          Default constructor.
DialogOpen(GUI main, boolean drop)
          Default constructor.
DialogPrefs(GUI main)
          Default constructor.
DialogProgress(GUI main, java.lang.String msg, boolean pb, boolean cnc, Progress prg)
          Default constructor.
DialogRename(GUI main, java.lang.String dbname)
          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, java.lang.String img, byte[] hlp)
          Default constructor.
BaseXDSlider(GUI main, double mn, double mx, byte[] hlp, java.awt.event.ActionListener list)
          Constructor.
BaseXFileChooser(java.lang.String title, java.lang.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, ViewPanel[][] p)
          Constructor.
ViewNotifier(GUI main)
          Constructor.