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 |
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 |
BaseXScrollBar
This is a scrollbar implementation, supporting arbitrary
panel heights without increasing the memory consumption.
|
class |
BaseXSlider
Project specific slider implementation.
|
class |
BaseXSplit
Project specific Split panel implementation.
|
Modifier and Type | Field and Description |
---|---|
protected BaseXBack |
BaseXDialog.panel
Reference to the root panel.
|
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(LayoutManager lm)
Sets the layout manager for this container.
|
BaseXBack |
BaseXDialog.newButtons(Object... buttons)
Creates a new button list.
|
protected BaseXBack |
BaseXDialog.okCancel()
Creates a OK and CANCEL button.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchBar
This panel provides search and replace facilities.
|
class |
SearchEditor
This class displays editor components with an integrated search bar.
|
class |
TextPanel
Renders and provides edit capabilities for text.
|
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 |
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.