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

Packages that use BaseXBack
org.basex.gui Contains the graphical user interface of BaseX. 
org.basex.gui.layout Contains project specific GUI components. 
org.basex.gui.view Contains the views and the observer framework. 
org.basex.gui.view.info Contains the classes for the info view. 
org.basex.gui.view.map Contains the classes for the treemap view. 
org.basex.gui.view.plot Contains the classes for the scatterplot view. 
org.basex.gui.view.query Contains the classes for the query view. 
org.basex.gui.view.real Contains the classes for the real tree view. 
org.basex.gui.view.table Contains the classes for the table view. 
org.basex.gui.view.text Contains the classes for the textual view. 
org.basex.gui.view.tree Contains the classes for the 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.
 

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

Methods in org.basex.gui.layout that return BaseXBack
static BaseXBack BaseXLayout.newButtons(Dialog dialog, boolean hor, java.lang.String[] texts, byte[][] help)
          Creates a new button list.
static BaseXBack BaseXLayout.okCancel(Dialog dialog)
          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.
 class ViewMover
          This panel is added to each view to allow drag and drop operations.
 class ViewPanel
          This class contains a view reference and adds a ViewMover on top of the view.
 

Methods in org.basex.gui.view with parameters of type BaseXBack
 void ViewPanel.createView(BaseXBack panel)
          Adds a layout to the specified panel.
 

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

Subclasses of BaseXBack in org.basex.gui.view.query
 class QueryView
          This view allows the input of database queries.
 

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

Subclasses of BaseXBack in org.basex.gui.view.real
 class RealView
          This class offers a real tree view.
 

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

Subclasses of BaseXBack in org.basex.gui.view.table
 class TableContent
          This is the content area of the table view.
 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 view offers a tree visualization of the database contents.