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

Packages that use BaseXPanel
org.basex.gui Contains the graphical user interface. 
org.basex.gui.layout Contains project specific GUI components. 
org.basex.gui.view Contains the views and the observer framework. 
org.basex.gui.view.explore Contains the classes for the query view. 
org.basex.gui.view.folder Contains the classes for the tree view. 
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.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. 
org.basex.gui.view.xquery Contains the classes for the XQuery 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.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 BaseXSlider
          Project specific Slider implementation.
 class BaseXText
          This class offers a fast text input, using the BaseXTextRenderer class.
 

Constructors in org.basex.gui.layout with parameters of type BaseXPanel
BaseXBar(BaseXPanel cmp)
          Default constructor.
BaseXBar(BaseXPanel cmp, boolean vis)
          Default Constructor, allowing to modify the scrollbar visibility.
BaseXPopup(BaseXPanel comp, GUICommand[] 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.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 BaseXText 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.
 

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

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