Home / Development / Documentation / 2.0.44 / info.bioinfweb.treegraph.document.io
TreeGraph 2
 


Package info.bioinfweb.treegraph.document.io

Contains classes necessary to read and write the data structure of a TreeGraph 2 document from and to different formats.

See:
          Description

Interface Summary
DocumentFilter Extended interface for file filters used with JFileChooser.
DocumentReader Classes that are able to read tree documents should implement this interface.
DocumentWriter  
SingleReadWriteFactory  
TreeSelector Classes implementing this interface allow a reader class to select a tree to be imported if several trees are contained in a file.
 

Class Summary
AbstractDocumentReader Implements basic functionality (especially method delegation) for document readers.
AbstractDocumentWriter  
AbstractFilter  
AbstractXMLFilter  
DefaultTreeSelector This TreeSelector always selects the first tree.
ReadWriteFactory  
SupportedFormatsFilter  
TextStreamReader  
 

Enum Summary
ReadWriteFormat  
 

Exception Summary
ReadWriteFactoryException  
 

Package info.bioinfweb.treegraph.document.io Description

Contains classes necessary to read and write the data structure of a TreeGraph 2 document from and to different formats.