Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.DocumentChangeEvent
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.DocumentChangeEvent

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

Methods in info.bioinfweb.treegraph.document with parameters of type DocumentChangeEvent
 void DocumentListener.changeHappened(DocumentChangeEvent e)
          Called every time changes were made to the document.
 

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

Methods in info.bioinfweb.treegraph.gui.treeframe with parameters of type DocumentChangeEvent
 void TreeViewPanel.changeHappened(DocumentChangeEvent e)
           
 void DocumentTableModel.changeHappened(DocumentChangeEvent e)