| Package | Description |
|---|---|
| org.basex.gui |
GUI Package.
|
| org.basex.gui.layout |
Project specific GUI components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GUICommands
This enumeration encapsulates all commands that are triggered by
GUI operations.
|
| Modifier and Type | Field and Description |
|---|---|
static GUICommand |
GUICommand.EMPTY
Separator.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.JMenuItem |
GUIMenu.newItem(GUICommand cmd,
GUI gui,
java.lang.StringBuilder mnem)
Creates a new menu item.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseXButton |
BaseXButton.command(GUICommand cmd,
GUI gui)
Creates a new image button for the specified command.
|
| Constructor and Description |
|---|
BaseXPopup(BaseXPanel comp,
GUICommand... pop)
Constructor.
|
BaseXPopup(javax.swing.JComponent comp,
GUI g,
GUICommand... pop)
Constructor.
|