Uses of Interface
info.bioinfweb.treegraph.document.DocumentView

Packages that use DocumentView
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.gui.treeframe   
 

Uses of DocumentView in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document with type parameters of type DocumentView
private  java.util.Vector<DocumentView> Document.views
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type DocumentView
 boolean Document.addView(DocumentView view)
           
 boolean Document.removeView(DocumentView view)
           
 

Uses of DocumentView in info.bioinfweb.treegraph.gui.treeframe
 

Classes in info.bioinfweb.treegraph.gui.treeframe that implement DocumentView
 class TreeViewPanel
          Shows the tree saved in the associated document in a swing GUI.