Uses of Interface
org.basex.gui.GUICommand
Packages that use GUICommand
Package
Description
GUI Package.
Project specific GUI components.
-
Uses of GUICommand in org.basex.gui
Classes in org.basex.gui that implement GUICommandModifier and TypeClassDescriptionenumThis enumeration encapsulates all commands that are triggered by GUI operations.classThis class provides a default implementation for GUI popup commands.Fields in org.basex.gui declared as GUICommandMethods in org.basex.gui with parameters of type GUICommandModifier and TypeMethodDescriptionstatic JMenuItemGUIMenu.newItem(GUICommand cmd, GUI gui, StringBuilder mnem) Creates a new menu item. -
Uses of GUICommand in org.basex.gui.layout
Methods in org.basex.gui.layout with parameters of type GUICommandModifier and TypeMethodDescriptionstatic AbstractButtonBaseXButton.command(GUICommand cmd, GUI gui) Creates a new image button for the specified command.static KeyStrokeBaseXLayout.keyStroke(GUICommand cmd) Returns a keystroke for the specified string.Constructors in org.basex.gui.layout with parameters of type GUICommandModifierConstructorDescriptionBaseXPopup(JComponent comp, GUI gui, GUICommand... commands) Constructor.BaseXPopup(BaseXPanel comp, GUICommand... commands) Constructor.