Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.gui.treeframe.TreeSelection
TreeGraph 2
 


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

Packages that use TreeSelection
info.bioinfweb.treegraph.graphics.positionpaint The classes in this package implement the output of an TreeGraph 2 document with Graphics2D
info.bioinfweb.treegraph.gui.actions Contains the actions classes used in the TreeGraph 2 GUI. 
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 Contains dialogs of the TreeGraph 2 GUI. 
info.bioinfweb.treegraph.gui.dialogs.elementformats   
info.bioinfweb.treegraph.gui.dialogs.io.exporttographic   
info.bioinfweb.treegraph.gui.treeframe Contains all classes that make up a document window. 
 

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(Graphics2D g, Document document, TreeSelection selection, float pixelsPerMm, boolean transparent)
          Paints the whole specified document.
 void RectangularCladogramPainter.paintTree(Graphics2D g, Document document, TreeSelection selection, float pixelsPerMm, boolean transparent)
           
 void TreePainter.paintTree(Graphics2D g, Rectangle visibleRect, Document document, TreeSelection selection, float pixelsPerMm, boolean transparent)
          Paints the specified rectangle of the specified document.
 void RectangularCladogramPainter.paintTree(Graphics2D g, Rectangle visibleRect, Document document, TreeSelection selection, 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)
          Tests if exactly one element (not none and not more) is contained in the given selection.
private  void ActionManagement.setActionStatusBySelection(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
abstract  void DocumentAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 

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 UndoRedoToAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void UndoAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SetColumnTypeAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SeparateBranchAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SearchTextAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void RerootAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ReplaceInNodeDataAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void RenameDataIDAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void RedoAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void PasteAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void NewTextLabelAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void NewPieChartLabelsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void NewNodeAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void NewLegendAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void NewIconLabelsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void MoveSubtreeUpAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void MoveSubtreeDownAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void LadderizeAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void EditTextElementAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void EditPieChartLabelIDsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void EditBranchLengthAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void DeleteSubelementsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void DeleteOutsideIntervalAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void DeleteElementAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void DeleteColumnAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void CopyElementAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void CopyColumnAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void CopyAllLabelsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void CollapseNodeAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ChangeLabelIDAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void CalculateColumnAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 

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, NodeBranchDataAdapter tableAdapter)
           
 void SaveAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void OpenAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void NewDocumentAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ImportTableAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ExportToPDFAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ExportToNewickNexusAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ExportToGraphicAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ExportTableAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ExitAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void CloseAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ApplyNameTableAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void AddSupportValuesAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 

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, NodeBranchDataAdapter tableAdapter)
           
 void ShowHideScaleBarAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ScaleDistanceValuesAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ScaleBranchLengthsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ReanchorLegendAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void EditGlobalFormatsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void EditElementFormatsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void DistanceValuesByNodeBranchDataAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void ColorsByNodeBranchDataAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void AutoPositionLabelsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions.select with parameters of type TreeSelection
protected  void SelectTypeInSubtreeAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectTypeInDocumentAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectSubtreeAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectLegendsWithPosIndexAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectLegendsInSubtreeAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectLegendsAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectLeafsInSubtreeAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectLeafsInDocumentAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectLabelsWithIDAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectLabelsInSubtreeAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void SelectAllAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected  void InvertSelectionAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
protected abstract  void AbstractSelectionAction.performSelection(ActionEvent e, TreeInternalFrame frame, TreeSelection selection)
           
 void SelectTypeInSubtreeAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectTypeInDocumentAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectSubtreeAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectLegendsWithPosIndexAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectLegendsInSubtreeAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectLegendsAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectLeafsInSubtreeAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectLeafsInDocumentAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectLabelsWithIDAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectLabelsInSubtreeAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void SelectAllAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 void InvertSelectionAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 

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, NodeBranchDataAdapter tableAdapter)
           
 void ChangePainterIDAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 

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, NodeBranchDataAdapter tableAdapter)
           
 void NextDocumentAction.setEnabled(Document document, TreeSelection selection, NodeBranchDataAdapter tableAdapter)
           
 

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, NodeBranchDataAdapter selectedAdapter)
           
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 NodeMarginPanel.setValues(TreeSelection selection)
           
 boolean LinePanel.setValues(TreeSelection selection)
           
 boolean LegendPanel.setValues(TreeSelection selection)
           
 boolean LabelPanel.setValues(TreeSelection selection)
           
 boolean IconPieChartLabelPanel.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.dialogs.io.exporttographic
 

Methods in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic with parameters of type TreeSelection
 boolean ExportToGraphicDialog.execute(Document document, TreeSelection selection, NodeBranchDataAdapter selectedAdapter)
          This method throws a Runtime exception if it is called.
 

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()