Uses of Class
org.basex.gui.view.ViewNotifier

Packages that use ViewNotifier
org.basex.gui Contains the graphical user interface. 
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 ViewNotifier in org.basex.gui
 

Fields in org.basex.gui declared as ViewNotifier
 ViewNotifier GUI.notify
          View Manager.
 

Uses of ViewNotifier in org.basex.gui.view.explore
 

Constructors in org.basex.gui.view.explore with parameters of type ViewNotifier
ExploreView(ViewNotifier man)
          Default constructor.
 

Uses of ViewNotifier in org.basex.gui.view.folder
 

Constructors in org.basex.gui.view.folder with parameters of type ViewNotifier
FolderView(ViewNotifier man)
          Default constructor.
 

Uses of ViewNotifier in org.basex.gui.view.info
 

Constructors in org.basex.gui.view.info with parameters of type ViewNotifier
InfoView(ViewNotifier man, byte[] help)
          Default constructor.
 

Uses of ViewNotifier in org.basex.gui.view.map
 

Constructors in org.basex.gui.view.map with parameters of type ViewNotifier
MapView(ViewNotifier man)
          Default constructor.
 

Uses of ViewNotifier in org.basex.gui.view.plot
 

Constructors in org.basex.gui.view.plot with parameters of type ViewNotifier
PlotView(ViewNotifier man)
          Default constructor.
 

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

Constructors in org.basex.gui.view.table with parameters of type ViewNotifier
TableView(ViewNotifier man)
          Default constructor.
 

Uses of ViewNotifier in org.basex.gui.view.text
 

Constructors in org.basex.gui.view.text with parameters of type ViewNotifier
TextView(ViewNotifier man)
          Default constructor.
 

Uses of ViewNotifier in org.basex.gui.view.tree
 

Constructors in org.basex.gui.view.tree with parameters of type ViewNotifier
TreeView(ViewNotifier man)
          Default Constructor.
 

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

Constructors in org.basex.gui.view.xquery with parameters of type ViewNotifier
XQueryView(ViewNotifier man)
          Default constructor.