Uses of Class
org.basex.gui.GUICommands

Packages that use GUICommands
org.basex.gui Contains the graphical user interface of BaseX. 
org.basex.gui.layout Contains project specific GUI components. 
 

Uses of GUICommands in org.basex.gui
 

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

Methods in org.basex.gui that return GUICommands
static GUICommands GUICommands.get(java.lang.String cmd)
          Return the command for the specified string.
static GUICommands GUICommands.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GUICommands[] GUICommands.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of GUICommands in org.basex.gui.layout
 

Fields in org.basex.gui.layout declared as GUICommands
 GUICommands[] BaseXPopup.popup
          Popup reference.
 

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