Uses of Class
org.basex.gui.layout.BaseXBack

Packages that use BaseXBack
org.basex.gui This package contains the graphical user interface. 
org.basex.gui.dialog This package contains dialog windows used in the GUI. 
org.basex.gui.layout This package contains project specific GUI components. 
org.basex.gui.view This package contains all visualizations and the view observer framework. 
org.basex.gui.view.explore This package contains the implementation of the Explorer view. 
org.basex.gui.view.folder This package contains the implementation of the Folder view. 
org.basex.gui.view.info This package contains the implementation of the Info view. 
org.basex.gui.view.map This package contains the implementation of the Map view. 
org.basex.gui.view.plot This package contains the implementation of the Plot view. 
org.basex.gui.view.table This package contains the implementation of the Table view. 
org.basex.gui.view.text This package contains the implementation of the Text view. 
org.basex.gui.view.tree This package contains the implementation of the Tree view. 
org.basex.gui.view.xquery This package contains the implementation of the XQuery 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.
 

Uses of BaseXBack in org.basex.gui.dialog
 

Subclasses of BaseXBack in org.basex.gui.dialog
 class DialogUser
          Panel for displaying information about global/local users.
 

Methods in org.basex.gui.dialog that return BaseXBack
 BaseXBack DialogUser.getTablePanel()
          Returns table panel.
 

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 BaseXListChooser
          Combination of TextField 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.
 class BaseXSplitSep
          This separator splits several panels and allows panel resizing.
 class BaseXText
          This class offers a fast text input, using the BaseXTextRenderer class.
 class BaseXTextRenderer
          Efficient Text Editor and Renderer, supporting syntax highlighting and text selections.
 

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.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 BaseXText 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.
 

Uses of BaseXBack in org.basex.gui.view.xquery
 

Subclasses of BaseXBack in org.basex.gui.view.xquery
 class XQueryView
          This view allows the input and evaluation of XQuery queries.