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

Packages that use DocumentView
info.bioinfweb.treegraph.document Contains the classes that represent the data structure of TreeGraph 2 (document elements and formats) as well as all edit operations in the undo-package to manipulate the data structure and classes to read and write a document from and to different formats (io- subpackage). 
info.bioinfweb.treegraph.gui.treeframe Contains all classes that make up a document window. 
 

Uses of DocumentView in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document with type parameters of type DocumentView
private  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 DocumentTableModel
          Table modes to display the node/branch data of a document in a JTable.
 class TreeViewPanel
          Shows the tree saved in the associated document in a swing GUI.