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


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

Packages that use TreeInternalFrame
info.bioinfweb.treegraph.document Contains the classes that represent the data structure of TreeGraph 2 (document elements and formats) as well as all edit operations in the undo-package to manipulate the data structure and classes to read and write a document from and to different formats (io- subpackage). 
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.io.exporttographic   
info.bioinfweb.treegraph.gui.mainframe Contains all classes directly related to the main frame. 
 

Uses of TreeInternalFrame in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as TreeInternalFrame
private  TreeInternalFrame Document.frame
           
 

Methods in info.bioinfweb.treegraph.document that return TreeInternalFrame
 TreeInternalFrame Document.getFrame()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type TreeInternalFrame
 void Document.setFrame(TreeInternalFrame frame)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions with parameters of type TreeInternalFrame
protected  void EditDialogAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected abstract  void DocumentAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
          Subclasses should implement this method instead of overriding DocumentAction.actionPerformed(ActionEvent).
 

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

Methods in info.bioinfweb.treegraph.gui.actions.edit with parameters of type TreeInternalFrame
protected  void UndoToAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void UndoAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void SetColumnTypeAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void SeparateBranchAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void SearchTextAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void RerootAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void RedoToAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void RedoAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void PasteAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void NewNodeAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void NewLegendAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void MoveSubtreeUpAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void MoveSubtreeDownAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void LadderizeAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void DeleteSubelementsAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void DeleteElementAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void DeleteColumnAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void CutAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void CopyElementAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void CopyAllLabelsAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
          This Method must not be called if the selected element is not a branch.
protected  void CollapseNodeAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions.file with parameters of type TreeInternalFrame
protected  void SaveAsAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void SaveAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void NewDocumentAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void ImportTableAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void ExportToPDFAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void ExportToGraphicAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void ExitAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void CloseAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions.format with parameters of type TreeInternalFrame
protected  void ShowRootedAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void ShowHideScaleBarAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void ReanchorLegendAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void AutoPositionLabelsAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions.select with parameters of type TreeInternalFrame
protected  void AbstractSelectionAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
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)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions.view with parameters of type TreeInternalFrame
protected  float SetZoomToOriginalAction.getZoom(ActionEvent e, TreeInternalFrame frame)
           
protected abstract  float SetZoomAction.getZoom(ActionEvent e, TreeInternalFrame frame)
           
protected  float SetUserZoomAction.getZoom(ActionEvent e, TreeInternalFrame frame)
           
protected  float FitZoomToWidthHeightAction.getZoom(ActionEvent e, TreeInternalFrame frame)
           
protected  float FitZoomToWidthAction.getZoom(ActionEvent e, TreeInternalFrame frame)
           
protected  float FitZoomToHeightAction.getZoom(ActionEvent e, TreeInternalFrame frame)
           
protected  void SetZoomAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void ChangePainterIDAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
 

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

Methods in info.bioinfweb.treegraph.gui.actions.window with parameters of type TreeInternalFrame
protected  void PreviousDocumentAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
protected  void NextDocumentAction.onActionPerformed(ActionEvent e, TreeInternalFrame frame)
           
 

Uses of TreeInternalFrame in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic
 

Fields in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic declared as TreeInternalFrame
private  TreeInternalFrame ExportToGraphicDialog.treeFrame
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.io.exporttographic with parameters of type TreeInternalFrame
 boolean ExportToGraphicDialog.execute(TreeInternalFrame frame)
          This method should be called instead of ExportToGraphicDialog#execute(Document, TreeSelection).
 

Uses of TreeInternalFrame in info.bioinfweb.treegraph.gui.mainframe
 

Methods in info.bioinfweb.treegraph.gui.mainframe that return TreeInternalFrame
 TreeInternalFrame MainFrame.addInternalFrame(Document document)
           
 TreeInternalFrame MainFrame.getActiveTreeFrame()
          Returns the currently avctive Frame where a tree is displayed.
 TreeInternalFrame MainFrame.getInternalFrameByFile(File file)