Package | Description |
---|---|
org.basex.gui |
GUI Package.
|
org.basex.gui.layout |
Project specific GUI components.
|
org.basex.gui.text | |
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.project | |
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 | Class and Description |
---|---|
class |
BaseXDSlider
DoubleSlider implementation.
|
class |
BaseXMem
This component visualizes the current memory consumption.
|
class |
BaseXScrollBar
This is a scrollbar implementation, supporting arbitrary
panel heights without increasing the memory consumption.
|
class |
BaseXSlider
Project specific slider implementation.
|
Constructor and Description |
---|
BaseXPopup(BaseXPanel comp,
GUICommand... commands)
Constructor.
|
BaseXScrollBar(BaseXPanel cmp)
Default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
TextPanel
Renders and provides edit capabilities for text.
|
Modifier and Type | Class and Description |
---|---|
class |
View
View observer pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
EditorArea
This class extends the text panel by editor features.
|
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 |
ProjectView
Project file tree.
|
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
TextPanel class. |
Modifier and Type | Class and Description |
---|---|
class |
TreeView
This class offers a real tree view.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.