| Package | Description |
|---|---|
| org.basex.gui |
GUI Package.
|
| org.basex.gui.layout |
Project specific GUI components.
|
| Modifier and Type | Method and Description |
|---|---|
static GUIConstants.Fill |
GUIConstants.Fill.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIConstants.Fill[] |
GUIConstants.Fill.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BaseXBack |
BaseXBack.mode(GUIConstants.Fill m)
Sets the specified fill mode.
|
| Constructor and Description |
|---|
BaseXBack(GUIConstants.Fill m)
Constructor, specifying the fill mode.
|