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

Packages that use ViewPanel
org.basex.gui.view Contains the views and the observer framework. 
 

Uses of ViewPanel in org.basex.gui.view
 

Methods in org.basex.gui.view that return ViewPanel
 ViewPanel ViewContainer.getView(java.lang.String name)
          Returns the view specified by its internal name.
 

Methods in org.basex.gui.view with parameters of type ViewPanel
 boolean ViewPanel.remove(ViewPanel panel)
          Checks if the specified panel equals the panel instance.
 

Constructors in org.basex.gui.view with parameters of type ViewPanel
ViewContainer(ViewPanel[][] p)
          Constructor.