Uses of Class
org.basex.gui.GUI

Packages that use GUI
org.basex.gui GUI Package. 
org.basex.gui.dialog GUI Dialog Windows. 
org.basex.gui.editor   
org.basex.gui.layout Project specific GUI components. 
org.basex.gui.view Visualizations and View Observer framework. 
 

Uses of GUI in org.basex.gui
 

Methods in org.basex.gui with parameters of type GUI
 void GUICmd.execute(GUI gui)
          Executes the command.
 void GUIMacOSX.init(GUI gui)
          Initializes this mac gui with the main gui.
static javax.swing.JMenuItem GUIMenu.newItem(GUICmd cmd, GUI gui, java.lang.StringBuilder mnem)
          Creates a new menu item.
 void GUIBaseCmd.refresh(GUI main, javax.swing.AbstractButton button)
           
 void GUICmd.refresh(GUI gui, javax.swing.AbstractButton button)
          Enables or disables the specified button, depending on the command properties.
 void GUICommands.refresh(GUI gui, javax.swing.AbstractButton b)
           
 

Constructors in org.basex.gui with parameters of type GUI
GUIToolBar(GUICmd[] tb, GUI main)
          Default constructor.
 

Uses of GUI in org.basex.gui.dialog
 

Methods in org.basex.gui.dialog with parameters of type GUI
static void DialogProgress.execute(GUI gui, BaseXDialog dialog, java.lang.Runnable post, Command... cmds)
          Runs the specified commands, decorated by a progress dialog, and calls BaseXDialog.action(java.lang.Object) if the dialog is closed.
static void DialogProgress.execute(GUI gui, Command... cmds)
          Runs the specified commands, decorated by a progress dialog, and calls BaseXDialog.action(java.lang.Object) if the dialog is closed.
 

Constructors in org.basex.gui.dialog with parameters of type GUI
DialogAbout(GUI main)
          Default constructor.
DialogColors(GUI main)
          Default constructor.
DialogEdit(GUI main, int p)
          Default constructor.
DialogExport(GUI main)
          Default constructor.
DialogFonts(GUI main)
          Default constructor.
DialogInsert(GUI main)
          Default constructor.
DialogLine(GUI main, int curr)
          Default constructor.
DialogManage(GUI main)
          Default constructor.
DialogMapLayout(GUI main)
          Default constructor.
DialogMessage(GUI main, java.lang.String txt, GUIConstants.Msg ic)
          Default constructor.
DialogNew(GUI main)
          Default constructor.
DialogPackages(GUI main)
          Default constructor.
DialogPrefs(GUI main)
          Default constructor.
DialogProps(GUI main)
          Default constructor.
DialogServer(GUI main)
          Default constructor.
DialogTreeOptions(GUI main)
          Default constructor.
 

Uses of GUI in org.basex.gui.editor
 

Constructors in org.basex.gui.editor with parameters of type GUI
SearchEditor(GUI gui, Editor editor)
          Constructor.
SearchEditor(GUI gui, javax.swing.JComponent center, Editor editor)
          Constructor.
 

Uses of GUI in org.basex.gui.layout
 

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

Methods in org.basex.gui.layout with parameters of type GUI
static void BaseXDialog.browse(GUI gui, java.lang.String url)
          Browses the specified url.
static BaseXButton BaseXButton.command(GUICmd cmd, GUI gui)
          Creates a new image button for the specified command.
static boolean BaseXDialog.confirm(GUI gui, java.lang.String text)
          Static yes/no dialog.
static void BaseXDialog.error(GUI gui, java.lang.String text)
          Static error dialog.
 void BaseXTextField.history(GUI gui, java.lang.Object[] option)
          Attaches a history.
static void BaseXDialog.info(GUI gui, java.lang.String text)
          Static information dialog.
static java.lang.Boolean BaseXDialog.yesNoCancel(GUI gui, java.lang.String text)
          Static yes/no dialog.
 

Constructors in org.basex.gui.layout with parameters of type GUI
BaseXDialog(GUI main, java.lang.String title)
          Constructor, called from the main window.
BaseXDialog(GUI main, java.lang.String title, boolean modal)
          Constructor, called from the main window.
BaseXFileChooser(java.lang.String title, java.lang.String path, GUI main)
          Default constructor.
BaseXHistory(GUI main, java.lang.Object[] option)
          Constructor.
BaseXPopup(javax.swing.JComponent comp, GUI g, GUICmd... pop)
          Constructor.
BaseXTextField(GUI gui)
          Constructor.
 

Uses of GUI in org.basex.gui.view
 

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