|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseXBack | |
---|---|
org.basex.gui | GUI Package. |
org.basex.gui.dialog | GUI Dialog Windows. |
org.basex.gui.editor | |
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. |
Uses of BaseXBack in org.basex.gui |
---|
Subclasses of BaseXBack in org.basex.gui | |
---|---|
class |
GUIStatus
This is the status bar of the main window. |
Fields in org.basex.gui declared as BaseXBack | |
---|---|
BaseXBack |
GUI.buttons
Button panel. |
BaseXBack |
GUI.nav
Navigation/input panel. |
Uses of BaseXBack in org.basex.gui.dialog |
---|
Subclasses of BaseXBack in org.basex.gui.dialog | |
---|---|
class |
DialogImport
Panel for importing new database resources. |
class |
DialogResources
Combination of a JTree and a text field. |
Constructors in org.basex.gui.dialog with parameters of type BaseXBack | |
---|---|
DialogImport(BaseXDialog dial,
BaseXBack panel,
org.basex.gui.dialog.DialogParsing parse)
Constructor. |
Uses of BaseXBack in org.basex.gui.editor |
---|
Subclasses of BaseXBack in org.basex.gui.editor | |
---|---|
class |
Editor
This class provides a text viewer and editor, using the Renderer class to render the text. |
class |
SearchBar
This panel provides search and replace facilities. |
class |
SearchEditor
This class displays editor components with an integrated search bar. |
Uses of BaseXBack in org.basex.gui.layout |
---|
Subclasses of BaseXBack in org.basex.gui.layout | |
---|---|
class |
BaseXBar
This is a scrollbar implementation, supporting arbitrary panel heights without increasing the memory consumption. |
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 |
BaseXSlider
Project specific slider implementation. |
class |
BaseXSplit
Project specific Split panel implementation. |
Fields in org.basex.gui.layout declared as BaseXBack | |
---|---|
BaseXBack |
BaseXDialog.panel
Reference to the root panel. |
Methods in org.basex.gui.layout that return BaseXBack | |
---|---|
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. |
BaseXBack |
BaseXDialog.newButtons(java.lang.Object... buttons)
Creates a new button list. |
BaseXBack |
BaseXDialog.okCancel()
Creates a OK and CANCEL button. |
Uses of BaseXBack in org.basex.gui.view |
---|
Subclasses of BaseXBack in org.basex.gui.view | |
---|---|
class |
View
View observer pattern. |
class |
ViewContainer
This class manages all visible and invisible views and allows drag and drop operations inside the panel. |
Uses of BaseXBack in org.basex.gui.view.editor |
---|
Subclasses of BaseXBack in org.basex.gui.view.editor | |
---|---|
class |
EditorView
This view allows the input and evaluation of queries and documents. |
Uses of BaseXBack in org.basex.gui.view.explore |
---|
Subclasses of BaseXBack in org.basex.gui.view.explore | |
---|---|
class |
ExploreView
This view allows the input of database queries. |
Uses of BaseXBack in org.basex.gui.view.folder |
---|
Subclasses of BaseXBack in org.basex.gui.view.folder | |
---|---|
class |
FolderView
This view offers a folder visualization of the database contents. |
Uses of BaseXBack in org.basex.gui.view.info |
---|
Subclasses of BaseXBack in org.basex.gui.view.info | |
---|---|
class |
InfoView
This view displays query information. |
Uses of BaseXBack in org.basex.gui.view.map |
---|
Subclasses of BaseXBack in org.basex.gui.view.map | |
---|---|
class |
MapView
This view is a TreeMap implementation. |
Uses of BaseXBack in org.basex.gui.view.plot |
---|
Subclasses of BaseXBack in org.basex.gui.view.plot | |
---|---|
class |
PlotView
A scatter plot visualization of the database. |
Uses of BaseXBack in org.basex.gui.view.table |
---|
Subclasses of BaseXBack in org.basex.gui.view.table | |
---|---|
class |
TableView
This view creates a flat table view on the database contents. |
Uses of BaseXBack in org.basex.gui.view.text |
---|
Subclasses of BaseXBack in org.basex.gui.view.text | |
---|---|
class |
TextView
This class offers a fast text view, using the Editor class. |
Uses of BaseXBack in org.basex.gui.view.tree |
---|
Subclasses of BaseXBack in org.basex.gui.view.tree | |
---|---|
class |
TreeView
This class offers a real tree view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |