|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GUIConstants.Msg | |
|---|---|
| org.basex.gui | This package contains the graphical user interface. |
| org.basex.gui.dialog | This package contains dialog windows used in the GUI. |
| org.basex.gui.layout | This package contains project specific GUI components. |
| Uses of GUIConstants.Msg in org.basex.gui |
|---|
| Methods in org.basex.gui that return GUIConstants.Msg | |
|---|---|
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. |
| Uses of GUIConstants.Msg in org.basex.gui.dialog |
|---|
| Constructors in org.basex.gui.dialog with parameters of type GUIConstants.Msg | |
|---|---|
DialogMessage(GUI main,
String txt,
GUIConstants.Msg ic)
Default constructor. |
|
| Uses of GUIConstants.Msg in org.basex.gui.layout |
|---|
| Methods in org.basex.gui.layout with parameters of type GUIConstants.Msg | |
|---|---|
void |
BaseXLabel.setText(String text,
GUIConstants.Msg icon)
Shows an text, preceded by a state icon. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||