Uses of Interface
info.bioinfweb.treegraph.gui.dialogs.exporttographic.PreferencesPanel

Packages that use PreferencesPanel
info.bioinfweb.treegraph.gui.dialogs.exporttographic   
 

Uses of PreferencesPanel in info.bioinfweb.treegraph.gui.dialogs.exporttographic
 

Classes in info.bioinfweb.treegraph.gui.dialogs.exporttographic that implement PreferencesPanel
 class JPEGPrefPanel
           
 class TIFFPrefPanel
           
 class TransparenrtBgPrefPanel
           
 

Fields in info.bioinfweb.treegraph.gui.dialogs.exporttographic declared as PreferencesPanel
private  PreferencesPanel ExportToGraphicDialog.preferencesPanel
           
 

Fields in info.bioinfweb.treegraph.gui.dialogs.exporttographic with type parameters of type PreferencesPanel
private  EnumMap<GraphicFormat,PreferencesPanel> PreferencesPanelFactory.panels
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.exporttographic that return PreferencesPanel
 PreferencesPanel PreferencesPanelFactory.getPanel(GraphicFormat format)