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

Packages that use ViewNotifier
org.basex.gui This package contains the graphical user interface. 
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 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)
          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.