|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseXPanel | |
---|---|
org.basex.gui | GUI Package. |
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 BaseXPanel in org.basex.gui |
---|
Subclasses of BaseXPanel in org.basex.gui | |
---|---|
class |
GUIStatus
This is the status bar of the main window. |
Uses of BaseXPanel in org.basex.gui.editor |
---|
Subclasses of BaseXPanel in org.basex.gui.editor | |
---|---|
class |
Editor
This class provides a text viewer and editor, using the Renderer class to render the text. |
Uses of BaseXPanel in org.basex.gui.layout |
---|
Subclasses of BaseXPanel 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 |
BaseXMem
This component visualizes the current memory consumption. |
class |
BaseXSlider
Project specific slider implementation. |
Constructors in org.basex.gui.layout with parameters of type BaseXPanel | |
---|---|
BaseXBar(BaseXPanel cmp)
Default constructor. |
|
BaseXPopup(BaseXPanel comp,
GUICmd... pop)
Constructor. |
Uses of BaseXPanel in org.basex.gui.view |
---|
Subclasses of BaseXPanel in org.basex.gui.view | |
---|---|
class |
View
View observer pattern. |
Uses of BaseXPanel in org.basex.gui.view.editor |
---|
Subclasses of BaseXPanel in org.basex.gui.view.editor | |
---|---|
class |
EditorView
This view allows the input and evaluation of queries and documents. |
Uses of BaseXPanel in org.basex.gui.view.explore |
---|
Subclasses of BaseXPanel in org.basex.gui.view.explore | |
---|---|
class |
ExploreView
This view allows the input of database queries. |
Uses of BaseXPanel in org.basex.gui.view.folder |
---|
Subclasses of BaseXPanel in org.basex.gui.view.folder | |
---|---|
class |
FolderView
This view offers a folder visualization of the database contents. |
Uses of BaseXPanel in org.basex.gui.view.info |
---|
Subclasses of BaseXPanel in org.basex.gui.view.info | |
---|---|
class |
InfoView
This view displays query information. |
Uses of BaseXPanel in org.basex.gui.view.map |
---|
Subclasses of BaseXPanel in org.basex.gui.view.map | |
---|---|
class |
MapView
This view is a TreeMap implementation. |
Uses of BaseXPanel in org.basex.gui.view.plot |
---|
Subclasses of BaseXPanel in org.basex.gui.view.plot | |
---|---|
class |
PlotView
A scatter plot visualization of the database. |
Uses of BaseXPanel in org.basex.gui.view.table |
---|
Subclasses of BaseXPanel in org.basex.gui.view.table | |
---|---|
class |
TableView
This view creates a flat table view on the database contents. |
Uses of BaseXPanel in org.basex.gui.view.text |
---|
Subclasses of BaseXPanel in org.basex.gui.view.text | |
---|---|
class |
TextView
This class offers a fast text view, using the Editor class. |
Uses of BaseXPanel in org.basex.gui.view.tree |
---|
Subclasses of BaseXPanel in org.basex.gui.view.tree | |
---|---|
class |
TreeView
This class offers a real tree view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |