Uses of Class
info.bioinfweb.treegraph.gui.dialogs.EditDialog

Packages that use EditDialog
info.bioinfweb.treegraph.gui.actions   
info.bioinfweb.treegraph.gui.actions.edit   
info.bioinfweb.treegraph.gui.actions.file   
info.bioinfweb.treegraph.gui.actions.format   
info.bioinfweb.treegraph.gui.dialogs   
info.bioinfweb.treegraph.gui.dialogs.colorfrombranchwidth   
info.bioinfweb.treegraph.gui.dialogs.datatable   
info.bioinfweb.treegraph.gui.dialogs.editelement   
info.bioinfweb.treegraph.gui.dialogs.elementformats   
info.bioinfweb.treegraph.gui.dialogs.io   
 

Uses of EditDialog in info.bioinfweb.treegraph.gui.actions
 

Fields in info.bioinfweb.treegraph.gui.actions declared as EditDialog
private  EditDialog EditDialogAction.dialog
           
 

Methods in info.bioinfweb.treegraph.gui.actions that return EditDialog
abstract  EditDialog EditDialogAction.createDialog()
           
 EditDialog EditDialogAction.getDialog()
           
 

Uses of EditDialog in info.bioinfweb.treegraph.gui.actions.edit
 

Methods in info.bioinfweb.treegraph.gui.actions.edit that return EditDialog
 EditDialog ReplaceInNodeDataAction.createDialog()
           
 EditDialog NewTextLabelAction.createDialog()
           
 EditDialog EditTextElementAction.createDialog()
           
 EditDialog EditBranchNodeDataAction.createDialog()
           
 EditDialog EditBranchLengthAction.createDialog()
           
 EditDialog ChangeLabelIDAction.createDialog()
           
 EditDialog ApplyNameTableAction.createDialog()
           
 

Uses of EditDialog in info.bioinfweb.treegraph.gui.actions.file
 

Methods in info.bioinfweb.treegraph.gui.actions.file that return EditDialog
 EditDialog OpenAction.createDialog()
           
 EditDialog ExportToNewickNexusAction.createDialog()
           
 EditDialog AddSupportValuesAction.createDialog()
           
 

Uses of EditDialog in info.bioinfweb.treegraph.gui.actions.format
 

Methods in info.bioinfweb.treegraph.gui.actions.format that return EditDialog
 EditDialog EditGlobalFormatsAction.createDialog()
           
 EditDialog EditElementFormatsAction.createDialog()
           
 EditDialog ColorsFromNodeDataAction.createDialog()
           
 EditDialog BranchWidthsFromNodeDataAction.createDialog()
           
 

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

Subclasses of EditDialog in info.bioinfweb.treegraph.gui.dialogs
 class ApplyNameTableDialog
           
 class BranchWidthFromNodeDataDialog
           
 class GlobalFormatsDialog
           
 class ReplaceInNodeDataDialog
           
 class SearchTextDialog
           
 

Uses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.colorfrombranchwidth
 

Subclasses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.colorfrombranchwidth
 class ColorsFromNodeDataDialog
           
 

Uses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.datatable
 

Subclasses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.datatable
 class CopyNodeDataDialog
           
 class DataTableDialog
           
 class ExportNodeDataDialog
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.datatable with parameters of type EditDialog
private  boolean DataTableDialog.executeDialog(EditDialog dialog)
           
 

Uses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.editelement
 

Subclasses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.editelement
 class AbstractTextElementDialog
           
 class ChangeIDDialog
           
 class EditBranchLengthDialog
           
 class EditTextElementDialog
           
 class NewTextLabelDialog
           
 

Uses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.elementformats
 

Subclasses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.elementformats
 class ElementFormatsDialog
           
 

Uses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.io
 

Subclasses of EditDialog in info.bioinfweb.treegraph.gui.dialogs.io
 class AddSupportValuesDialog
           
 class ExportToNewickStringDialog
           
 class OpenDialog