Package | Description |
---|---|
org.basex.gui |
GUI Package.
|
org.basex.gui.dialog |
GUI Dialog Windows.
|
org.basex.gui.layout |
Project specific GUI components.
|
Modifier and Type | Method and Description |
---|---|
static GUIConstants.Msg |
GUIConstants.Msg.valueOf(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.
|
Constructor and Description |
---|
DialogMessage(GUI main,
String txt,
GUIConstants.Msg ic,
String... buttons)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
BaseXLabel |
BaseXLabel.setText(String text,
GUIConstants.Msg icon)
Shows an text, preceded by a state icon.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.