Uses of Interface
org.basex.gui.GUICommand

Packages that use GUICommand
org.basex.gui Contains the graphical user interface of BaseX. 
org.basex.gui.layout 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.
 

Methods in org.basex.gui with parameters of type GUICommand
static BaseXButton GUIToolBar.newButton(GUICommand cmd)
          Creates a new button.
 

Constructors in org.basex.gui with parameters of type GUICommand
GUIToolBar(GUICommand[] tb)
          Default Constructor.
 

Uses of GUICommand in org.basex.gui.layout
 

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