Uses of Interface
info.bioinfweb.treegraph.gui.dialogs.formatbynodedata.coloradapters.ColorAdapter

Packages that use ColorAdapter
info.bioinfweb.treegraph.document.undo.format   
info.bioinfweb.treegraph.gui.dialogs.formatbynodedata   
info.bioinfweb.treegraph.gui.dialogs.formatbynodedata.coloradapters   
 

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

Fields in info.bioinfweb.treegraph.document.undo.format declared as ColorAdapter
private  ColorAdapter[] ColorsByNodeBranchDataEdit.targetAdapters
           
 

Constructors in info.bioinfweb.treegraph.document.undo.format with parameters of type ColorAdapter
ColorsByNodeBranchDataEdit(Document document, NodeDataAdapter sourceAdapter, Color min, Color max, boolean changeUndefined, boolean inheritToTerminals, ColorAdapter[] targetAdapters)
           
 

Uses of ColorAdapter in info.bioinfweb.treegraph.gui.dialogs.formatbynodedata
 

Fields in info.bioinfweb.treegraph.gui.dialogs.formatbynodedata with type parameters of type ColorAdapter
private  List<ColorAdapter> ColorAdapterListModel.adapters
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.formatbynodedata that return ColorAdapter
 ColorAdapter ColorAdapterListModel.getElementAt(int pos)
           
 

Uses of ColorAdapter in info.bioinfweb.treegraph.gui.dialogs.formatbynodedata.coloradapters
 

Classes in info.bioinfweb.treegraph.gui.dialogs.formatbynodedata.coloradapters that implement ColorAdapter
 class BranchLineColorAdapter
           
 class LabelTextColorAdapter
           
 class NodeLineColorAdapter
           
 class NodeTextColorAdapter