Package | Description |
---|---|
org.basex.gui |
GUI Package.
|
org.basex.gui.layout |
Project specific GUI components.
|
Modifier and Type | Class and Description |
---|---|
class |
GUIMenuCmd
This enumeration encapsulates all commands that are triggered by GUI operations.
|
class |
GUIPopupCmd
This class provides a default implementation for GUI popup commands.
|
Modifier and Type | Field and Description |
---|---|
static GUICommand |
GUICommand.SEPARATOR
Separator.
|
Modifier and Type | Method and Description |
---|---|
static JMenuItem |
GUIMenu.newItem(GUICommand cmd,
GUI gui,
StringBuilder mnem)
Creates a new menu item.
|
Modifier and Type | Method and Description |
---|---|
static AbstractButton |
BaseXButton.command(GUICommand cmd,
GUI gui)
Creates a new image button for the specified command.
|
static KeyStroke |
BaseXLayout.keyStroke(GUICommand cmd)
Returns a keystroke for the specified string.
|
Constructor and Description |
---|
BaseXPopup(BaseXPanel comp,
GUICommand... commands)
Constructor.
|
BaseXPopup(JComponent comp,
GUI gui,
GUICommand... commands)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.