Uses of Class
info.bioinfweb.treegraph.gui.actions.TreeGraphAction

Packages that use TreeGraphAction
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.help   
info.bioinfweb.treegraph.gui.actions.select   
info.bioinfweb.treegraph.gui.actions.view   
info.bioinfweb.treegraph.gui.actions.window   
 

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

Subclasses of TreeGraphAction in info.bioinfweb.treegraph.gui.actions
 class DocumentAction
          Implements basic functionality for all actions in TreeGraph 2 which are applied on opened documents.
 class EditDialogAction
          Superclass for all actions that display a dialog.
 

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

Subclasses of TreeGraphAction in info.bioinfweb.treegraph.gui.actions.edit
 class ApplyNameTableAction
           
 class AssignLabelIDsAction
           
 class ChangeLabelIDAction
           
 class CollapseNodeAction
           
 class CopyAllLabelsAction
           
 class CopyElementAction
           
 class CutAction
           
 class DeleteElementAction
           
 class DeleteSubelementsAction
           
 class EditBranchLengthAction
           
 class EditBranchNodeDataAction
           
 class EditTextElementAction
           
 class LadderizeAction
           
 class LadderizeDownAction
           
 class LadderizeUpAction
           
 class MoveSubtreeAction
          This abstract class contains basic funktionilities to extract the node to be moved from the selection and is the ancestor of MoveSubtreeUpAction and MoveSubtreeDownAction.
 class MoveSubtreeDownAction
           
 class MoveSubtreeUpAction
           
 class NewLegendAction
           
 class NewNodeAction
           
 class NewTextLabelAction
           
 class PasteAction
           
 class RedoAction
           
 class ReplaceInNodeDataAction
           
 class RerootAction
           
 class SearchTextAction
           
 class SeparateBranchAction
           
 class UndoAction
           
 

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

Subclasses of TreeGraphAction in info.bioinfweb.treegraph.gui.actions.file
 class AddSupportValuesAction
           
 class CloseAction
           
 class ExitAction
           
 class ExportToGraphicAction
           
 class ExportToNewickNexusAction
           
 class NewDocumentAction
           
 class OpenAction
           
 class SaveAction
           
 class SaveAsAction
           
 

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

Subclasses of TreeGraphAction in info.bioinfweb.treegraph.gui.actions.format
 class BranchWidthsFromNodeDataAction
           
 class ColorsFromNodeDataAction
           
 class EditElementFormatsAction
           
 class EditGlobalFormatsAction
           
 class ReanchorLegendAction
           
 class ShowHideScaleBarAction
           
 class ShowRootedAction
           
 

Uses of TreeGraphAction in info.bioinfweb.treegraph.gui.actions.help
 

Subclasses of TreeGraphAction in info.bioinfweb.treegraph.gui.actions.help
 class AboutAction
           
 class HelpAboutMenuAction
           
 class HelpContentsAction
           
 class HelpMainPageAction
           
 class HelpTopicAction
           
 

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

Subclasses of TreeGraphAction in info.bioinfweb.treegraph.gui.actions.select
 class SelectAllAction
           
 class SelectLabelsInSubtreeAction
           
 class SelectLabelsWithIDAction
           
 class SelectLeafsInDocumentAction
           
 class SelectLeafsInSubtreeAction
           
 class SelectLegendsAction
           
 class SelectLegendsWithPosIndexAction
           
 class SelectSubtreeAction
           
 class SelectTypeInDocumentAction
           
 class SelectTypeInSubtreeAction
           
 

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

Subclasses of TreeGraphAction in info.bioinfweb.treegraph.gui.actions.view
 class ChangePainterIDAction
          Allows the user to change the view mode.
 class FitZoomToHeightAction
           
 class FitZoomToWidthAction
           
 class FitZoomToWidthHeightAction
           
 class SetUserZoomAction
           
 class SetZoomAction
           
 class SetZoomToOriginalAction
           
 

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

Subclasses of TreeGraphAction in info.bioinfweb.treegraph.gui.actions.window
 class CascadeAction
           
 class NextDocumentAction
           
 class PreviousDocumentAction
           
 class SelectFrameAction
           
 class TileHorizontalAction
           
 class TileVerticalAction