| Package | Description |
|---|---|
| org.basex.gui |
GUI Package.
|
| org.basex.gui.layout |
Project specific GUI components.
|
| Modifier and Type | Method and Description |
|---|---|
static GUIConstants.Msg |
GUIConstants.Msg.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIConstants.Msg[] |
GUIConstants.Msg.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseXLabel.setText(java.lang.String text,
GUIConstants.Msg icon)
Shows an text, preceded by a state icon.
|