Uses of Interface
org.basex.gui.GUICommand

Packages that use GUICommand
org.basex.gui This package contains the graphical user interface. 
org.basex.gui.layout This package contains project specific GUI components. 
 

Uses of GUICommand in org.basex.gui
 

Classes in org.basex.gui that implement GUICommand
 class GUICommands
          This enumeration encapsulates all commands that are triggered by GUI operations.
 

Fields in org.basex.gui declared as GUICommand
static GUICommand[] GUIConstants.POPUP
          Context menu entries.
static GUICommand[] GUIConstants.TOOLBAR
          Toolbar entries, containing the button commands.
 

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

Uses of GUICommand in org.basex.gui.layout
 

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

Constructors in org.basex.gui.layout with parameters of type GUICommand
BaseXPopup(BaseXPanel comp, GUICommand[] pop)
          Constructor.