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

Packages that use GlobalFormats
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.document.format   
info.bioinfweb.treegraph.document.io.xtg   
info.bioinfweb.treegraph.document.undo.format   
info.bioinfweb.treegraph.gui.dialogs   
 

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 XTGReader.readGlobalLabelFormst(javax.xml.stream.events.StartElement rootElement, GlobalFormats f)
           
private  void XTGReader.readGlobalLegendFormst(javax.xml.stream.events.StartElement rootElement, GlobalFormats f)
           
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)