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

Packages that use ViewNotifier
org.basex.gui GUI Package. 
org.basex.gui.view Visualizations and View Observer framework. 
org.basex.gui.view.editor GUI XQuery View. 
org.basex.gui.view.explore GUI Explorer View 
org.basex.gui.view.folder GUI Folder View. 
org.basex.gui.view.info GUI Info View 
org.basex.gui.view.map GUI Map View. 
org.basex.gui.view.plot GUI Plot View. 
org.basex.gui.view.table GUI Table View. 
org.basex.gui.view.text GUI Text View. 
org.basex.gui.view.tree GUI Tree 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
 

Constructors in org.basex.gui.view with parameters of type ViewNotifier
View(java.lang.String name, ViewNotifier man)
          Registers the specified view.
 

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

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

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