| Package | Description |
|---|---|
| org.basex.gui |
GUI Package.
|
| org.basex.gui.view |
Visualizations and View Observer framework.
|
| Modifier and Type | Field and Description |
|---|---|
GUIProp |
AGUI.gprop
GUI properties.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GUIConstants.init(GUIProp prop)
Initializes colors.
|
| Constructor and Description |
|---|
GUI(Context ctx,
GUIProp gprops)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ViewData.leaf(GUIProp prop,
Data d,
int pre)
Checks if the specified node is a leaf node
(text node or file element or file tag).
|
static byte[] |
ViewData.tag(GUIProp prop,
Data data,
int pre)
Returns the tag name of the specified node.
|