Uses of Class
org.basex.gui.layout.BaseXBack
Packages that use BaseXBack
Package
Description
GUI Package.
GUI Dialog Windows.
Project specific GUI components.
Visualizations and View Observer framework.
GUI XQuery View.
GUI Explorer View.
GUI Folder View.
GUI Info View.
GUI Map View.
GUI Plot View.
GUI Table View.
GUI Text View.
GUI Tree View.
-
Uses of BaseXBack in org.basex.gui
Subclasses of BaseXBack in org.basex.guiModifier and TypeClassDescriptionfinal classThis is the status bar of the main window. -
Uses of BaseXBack in org.basex.gui.dialog
Subclasses of BaseXBack in org.basex.gui.dialog -
Uses of BaseXBack in org.basex.gui.layout
Subclasses of BaseXBack in org.basex.gui.layoutModifier and TypeClassDescriptionfinal classDoubleSlider implementation.final classCombination of text field and a list, communicating with each other.final classThis component visualizes the current memory consumption.classAbstract panel implementation with a number of predefined listeners.final classThis is a scrollbar implementation, supporting arbitrary panel heights without increasing the memory consumption.final classInput component for serialization parameters.final classProject specific slider implementation.final classProject specific Split panel implementation.Fields in org.basex.gui.layout declared as BaseXBackModifier and TypeFieldDescriptionprotected BaseXBackBaseXDialog.panelReference to the root panel.Methods in org.basex.gui.layout that return BaseXBackModifier and TypeMethodDescriptionfinal BaseXBackBaseXBack.border(int m) Sets an empty border with the specified margin.final BaseXBackBaseXBack.border(int t, int l, int b, int r) Sets an empty border with the specified margins.final BaseXBackBaseXBack.layout(LayoutManager lm) Sets the layout manager for this container.final BaseXBackBaseXDialog.newButtons(Object... buttons) Creates a new button list.protected final BaseXBackBaseXDialog.okCancel()Creates a OK and CANCEL button. -
Uses of BaseXBack in org.basex.gui.text
Subclasses of BaseXBack in org.basex.gui.textModifier and TypeClassDescriptionfinal classThis panel provides search and replace facilities.final classThis class displays editor components with an integrated search bar.classRenders and provides edit capabilities for text. -
Uses of BaseXBack in org.basex.gui.view
Subclasses of BaseXBack in org.basex.gui.viewModifier and TypeClassDescriptionclassView observer pattern.final classThis 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.editorModifier and TypeClassDescriptionfinal classThis class extends the text panel by editor features.final classThis 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.exploreModifier and TypeClassDescriptionfinal classThis view allows the input of database queries. -
Uses of BaseXBack in org.basex.gui.view.folder
Subclasses of BaseXBack in org.basex.gui.view.folderModifier and TypeClassDescriptionfinal classThis 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 -
Uses of BaseXBack in org.basex.gui.view.map
Subclasses of BaseXBack in org.basex.gui.view.map -
Uses of BaseXBack in org.basex.gui.view.plot
Subclasses of BaseXBack in org.basex.gui.view.plotModifier and TypeClassDescriptionfinal classA scatter plot visualization of the database. -
Uses of BaseXBack in org.basex.gui.view.project
Subclasses of BaseXBack in org.basex.gui.view.project -
Uses of BaseXBack in org.basex.gui.view.table
Subclasses of BaseXBack in org.basex.gui.view.tableModifier and TypeClassDescriptionfinal classThis 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 -
Uses of BaseXBack in org.basex.gui.view.tree
Subclasses of BaseXBack in org.basex.gui.view.tree