Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.document.DocumentListener
TreeGraph 2
 


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

Packages that use DocumentListener
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 DocumentListener in info.bioinfweb.treegraph.document
 

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

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

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

Classes in info.bioinfweb.treegraph.gui.treeframe that implement DocumentListener
 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.