Uses of Class
info.bioinfweb.treegraph.gui.treeframe.TreeSelection

Packages that use TreeSelection
info.bioinfweb.treegraph.graphics.positionpaint   
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.actions.select   
info.bioinfweb.treegraph.gui.actions.view   
info.bioinfweb.treegraph.gui.actions.window   
info.bioinfweb.treegraph.gui.dialogs   
info.bioinfweb.treegraph.gui.dialogs.elementformats   
info.bioinfweb.treegraph.gui.treeframe   
 

Uses of TreeSelection in info.bioinfweb.treegraph.graphics.positionpaint
 

Fields in info.bioinfweb.treegraph.graphics.positionpaint declared as TreeSelection
private  TreeSelection RectangularCladogramPainter.selection
           
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type TreeSelection
 void TreePainter.paintTree(java.awt.Graphics2D g, Document document, TreeSelection selection, int x, int y, float pixelsPerMm, boolean transparent)
           
 void RectangularCladogramPainter.paintTree(java.awt.Graphics2D g, Document document, TreeSelection selection, int x, int y, float pixelsPerMillimeter, boolean transparent)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions with parameters of type TreeSelection
protected static boolean DocumentAction.oneElementSelected(TreeSelection selection)
           
private  void ActionManagement.setActionStatusBySelection(Document document, TreeSelection selection)
           
abstract  void DocumentAction.setEnabled(Document document, TreeSelection selection)
           
 

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

Fields in info.bioinfweb.treegraph.gui.actions.edit declared as TreeSelection
private  TreeSelection SearchTextAction.selection
           
 

Methods in info.bioinfweb.treegraph.gui.actions.edit with parameters of type TreeSelection
protected  Node MoveSubtreeAction.getSelectedNode(TreeSelection selection)
          Returns the node that should be moved if the selection contains this node or its afferent branch as the first element.
 void UndoAction.setEnabled(Document document, TreeSelection selection)
           
 void SeparateBranchAction.setEnabled(Document document, TreeSelection selection)
           
 void SearchTextAction.setEnabled(Document document, TreeSelection selection)
           
 void RerootAction.setEnabled(Document document, TreeSelection selection)
           
 void ReplaceInNodeDataAction.setEnabled(Document document, TreeSelection selection)
           
 void RedoAction.setEnabled(Document document, TreeSelection selection)
           
 void PasteAction.setEnabled(Document document, TreeSelection selection)
           
 void NewTextLabelAction.setEnabled(Document document, TreeSelection selection)
           
 void NewNodeAction.setEnabled(Document document, TreeSelection selection)
           
 void NewLegendAction.setEnabled(Document document, TreeSelection selection)
           
 void MoveSubtreeUpAction.setEnabled(Document document, TreeSelection selection)
           
 void MoveSubtreeDownAction.setEnabled(Document document, TreeSelection selection)
           
 void LadderizeAction.setEnabled(Document document, TreeSelection selection)
           
 void EditTextElementAction.setEnabled(Document document, TreeSelection selection)
           
 void EditBranchNodeDataAction.setEnabled(Document document, TreeSelection selection)
           
 void EditBranchLengthAction.setEnabled(Document document, TreeSelection selection)
           
 void DeleteSubelementsAction.setEnabled(Document document, TreeSelection selection)
           
 void DeleteElementAction.setEnabled(Document document, TreeSelection selection)
           
 void CopyElementAction.setEnabled(Document document, TreeSelection selection)
           
 void CopyAllLabelsAction.setEnabled(Document document, TreeSelection selection)
           
 void CollapseNodeAction.setEnabled(Document document, TreeSelection selection)
           
 void ChangeLabelIDAction.setEnabled(Document document, TreeSelection selection)
           
 void AssignLabelIDsAction.setEnabled(Document document, TreeSelection selection)
           
 void ApplyNameTableAction.setEnabled(Document document, TreeSelection selection)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions.file with parameters of type TreeSelection
 void SaveAsAction.setEnabled(Document document, TreeSelection selection)
           
 void SaveAction.setEnabled(Document document, TreeSelection selection)
           
 void OpenAction.setEnabled(Document document, TreeSelection selection)
           
 void NewDocumentAction.setEnabled(Document document, TreeSelection selection)
           
 void ExportToNewickNexusAction.setEnabled(Document document, TreeSelection selection)
           
 void ExportToGraphicAction.setEnabled(Document document, TreeSelection selection)
           
 void ExitAction.setEnabled(Document document, TreeSelection selection)
           
 void CloseAction.setEnabled(Document document, TreeSelection selection)
           
 void AddSupportValuesAction.setEnabled(Document document, TreeSelection selection)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions.format with parameters of type TreeSelection
 void ShowRootedAction.setEnabled(Document document, TreeSelection selection)
           
 void ShowHideScaleBarAction.setEnabled(Document document, TreeSelection selection)
           
 void ReanchorLegendAction.setEnabled(Document document, TreeSelection selection)
           
 void EditGlobalFormatsAction.setEnabled(Document document, TreeSelection selection)
           
 void EditElementFormatsAction.setEnabled(Document document, TreeSelection selection)
           
 void ColorsFromNodeDataAction.setEnabled(Document document, TreeSelection selection)
           
 void BranchWidthsFromNodeDataAction.setEnabled(Document document, TreeSelection selection)
           
 

Uses of TreeSelection in info.bioinfweb.treegraph.gui.actions.select
 

Methods in info.bioinfweb.treegraph.gui.actions.select with parameters of type TreeSelection
 void SelectTypeInSubtreeAction.setEnabled(Document document, TreeSelection selection)
           
 void SelectTypeInDocumentAction.setEnabled(Document document, TreeSelection selection)
           
 void SelectSubtreeAction.setEnabled(Document document, TreeSelection selection)
           
 void SelectLegendsWithPosIndexAction.setEnabled(Document document, TreeSelection selection)
           
 void SelectLegendsAction.setEnabled(Document document, TreeSelection selection)
           
 void SelectLeafsInSubtreeAction.setEnabled(Document document, TreeSelection selection)
           
 void SelectLeafsInDocumentAction.setEnabled(Document document, TreeSelection selection)
           
 void SelectLabelsWithIDAction.setEnabled(Document document, TreeSelection selection)
           
 void SelectLabelsInSubtreeAction.setEnabled(Document document, TreeSelection selection)
           
 void SelectAllAction.setEnabled(Document document, TreeSelection selection)
           
 

Uses of TreeSelection in info.bioinfweb.treegraph.gui.actions.view
 

Methods in info.bioinfweb.treegraph.gui.actions.view with parameters of type TreeSelection
 void SetZoomAction.setEnabled(Document document, TreeSelection selection)
           
 void ChangePainterIDAction.setEnabled(Document document, TreeSelection selection)
           
 

Uses of TreeSelection in info.bioinfweb.treegraph.gui.actions.window
 

Methods in info.bioinfweb.treegraph.gui.actions.window with parameters of type TreeSelection
 void PreviousDocumentAction.setEnabled(Document document, TreeSelection selection)
           
 void NextDocumentAction.setEnabled(Document document, TreeSelection selection)
           
 

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

Fields in info.bioinfweb.treegraph.gui.dialogs declared as TreeSelection
private  TreeSelection EditDialog.selection
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs that return TreeSelection
protected  TreeSelection EditDialog.getSelection()
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs with parameters of type TreeSelection
 boolean EditDialog.execute(Document document, TreeSelection selection)
           
protected  void EditDialog.setSelection(TreeSelection selection)
           
 

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

Methods in info.bioinfweb.treegraph.gui.dialogs.elementformats with parameters of type TreeSelection
 boolean ScaleBarPanel.setValues(TreeSelection selection)
           
 boolean LinePanel.setValues(TreeSelection selection)
           
 boolean LegendPanel.setValues(TreeSelection selection)
           
 boolean LabelPanel.setValues(TreeSelection selection)
           
 boolean FontFormatsPanel.setValues(TreeSelection selection)
           
 boolean FontColorPanel.setValues(TreeSelection selection)
           
 boolean ElementFormatTab.setValues(TreeSelection selection)
          The values of the first compatible element in the selection should be set to the input components of this tab.
 boolean DecimalFormatPanel.setValues(TreeSelection selection)
           
 boolean BranchPanel.setValues(TreeSelection selection)
           
 

Uses of TreeSelection in info.bioinfweb.treegraph.gui.treeframe
 

Fields in info.bioinfweb.treegraph.gui.treeframe declared as TreeSelection
private  TreeSelection TreeViewPanel.selection
           
 

Methods in info.bioinfweb.treegraph.gui.treeframe that return TreeSelection
 TreeSelection TreeViewPanel.getSelection()