| Package | Description |
|---|---|
| org.basex.gui |
GUI Package.
|
| org.basex.gui.dialog |
GUI Dialog Windows.
|
| org.basex.gui.layout |
Project specific GUI components.
|
| org.basex.gui.view |
Visualizations and View Observer framework.
|
| org.basex.gui.view.editor |
GUI XQuery View.
|
| org.basex.gui.view.explore |
GUI Explorer View
|
| org.basex.gui.view.folder |
GUI Folder View.
|
| org.basex.gui.view.info |
GUI Info View
|
| org.basex.gui.view.map |
GUI Map View.
|
| org.basex.gui.view.plot |
GUI Plot View.
|
| org.basex.gui.view.table |
GUI Table View.
|
| org.basex.gui.view.text |
GUI Text View.
|
| org.basex.gui.view.tree |
GUI Tree View.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GUIStatus
This is the status bar of the main window.
|
| Modifier and Type | Field and Description |
|---|---|
BaseXBack |
GUI.buttons
Button panel.
|
BaseXBack |
GUI.nav
Navigation/input panel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DialogImport
Panel for importing new database resources.
|
class |
DialogResources
Combination of a JTree and a text field.
|
| Constructor and Description |
|---|
DialogImport(Dialog dial,
BaseXBack panel,
org.basex.gui.dialog.DialogParsing parse)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseXBar
This is a scrollbar implementation, supporting arbitrary
panel heights without increasing the memory consumption.
|
class |
BaseXDSlider
DoubleSlider implementation.
|
class |
BaseXEditor
This class provides a text viewer and editor, using the
BaseXTextRenderer class to render the text. |
class |
BaseXList
Combination of text field and a list, communicating with each other.
|
class |
BaseXMem
This component visualizes the current memory consumption.
|
class |
BaseXPanel
Abstract panel implementation with a number of predefined listeners.
|
class |
BaseXSlider
Project specific slider implementation.
|
class |
BaseXSplit
Project specific Split panel implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BaseXBack |
BaseXBack.border(int m)
Sets an empty border with the specified margin.
|
BaseXBack |
BaseXBack.border(int t,
int l,
int b,
int r)
Sets an empty border with the specified margins.
|
BaseXBack |
BaseXBack.layout(java.awt.LayoutManager lm)
Sets the layout manager for this container.
|
BaseXBack |
BaseXBack.mode(GUIConstants.Fill m)
Sets the specified fill mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
View
View observer pattern.
|
class |
ViewContainer
This class manages all visible and invisible views and allows drag and
drop operations inside the panel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EditorView
This view allows the input and evaluation of queries and documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExploreView
This view allows the input of database queries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FolderView
This view offers a folder visualization of the database contents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InfoView
This view displays query information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapView
This view is a TreeMap implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlotView
A scatter plot visualization of the database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableView
This view creates a flat table view on the database contents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextView
This class offers a fast text view, using the
BaseXEditor class. |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeView
This class offers a real tree view.
|