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


Uses of Class
info.bioinfweb.treegraph.document.format.GlobalFormats

Packages that use GlobalFormats
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.document.format Contains classes that store format information of the different document elements. 
info.bioinfweb.treegraph.document.io.xtg Contains classes implementing reading and writing of TreeGraph 2 documents. 
info.bioinfweb.treegraph.document.undo.format   
info.bioinfweb.treegraph.gui.dialogs Contains dialogs of the TreeGraph 2 GUI. 
 

Uses of GlobalFormats in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as GlobalFormats
private  GlobalFormats Tree.formats
           
 

Methods in info.bioinfweb.treegraph.document that return GlobalFormats
 GlobalFormats Tree.getFormats()
           
 

Uses of GlobalFormats in info.bioinfweb.treegraph.document.format
 

Methods in info.bioinfweb.treegraph.document.format that return GlobalFormats
 GlobalFormats GlobalFormats.clone()
           
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type GlobalFormats
 void GlobalFormats.assign(GlobalFormats other)
           
 

Uses of GlobalFormats in info.bioinfweb.treegraph.document.io.xtg
 

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type GlobalFormats
private  void XTGWriter.writeGlobalFormats(GlobalFormats f)
           
 

Uses of GlobalFormats in info.bioinfweb.treegraph.document.undo.format
 

Fields in info.bioinfweb.treegraph.document.undo.format declared as GlobalFormats
(package private)  GlobalFormats GlobalFormatsEdit.newFormats
           
(package private)  GlobalFormats GlobalFormatsEdit.oldFormats
           
 

Methods in info.bioinfweb.treegraph.document.undo.format with parameters of type GlobalFormats
private  void GlobalFormatsEdit.setFormats(GlobalFormats formats)
           
 

Constructors in info.bioinfweb.treegraph.document.undo.format with parameters of type GlobalFormats
GlobalFormatsEdit(Document document, GlobalFormats newFormats)
           
ShowHideScaleBarEdit(Document document, GlobalFormats newFormats)
           
ShowRootedEdit(Document document, GlobalFormats newFormats)
           
 

Uses of GlobalFormats in info.bioinfweb.treegraph.gui.dialogs
 

Methods in info.bioinfweb.treegraph.gui.dialogs that return GlobalFormats
private  GlobalFormats GlobalFormatsDialog.getValues()
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs with parameters of type GlobalFormats
private  void GlobalFormatsDialog.setValues(GlobalFormats f)