Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.undo.DocumentEdit
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.undo.DocumentEdit

Packages that use DocumentEdit
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.document.undo Contains all document edits to manipulate the TreeGraph 2 data structure. 
info.bioinfweb.treegraph.document.undo.edit   
info.bioinfweb.treegraph.document.undo.file   
info.bioinfweb.treegraph.document.undo.format   
 

Uses of DocumentEdit in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document with parameters of type DocumentEdit
 void Document.executeEdit(DocumentEdit edit)
           
 

Uses of DocumentEdit in info.bioinfweb.treegraph.document.undo
 

Subclasses of DocumentEdit in info.bioinfweb.treegraph.document.undo
 class ComplexDocumentEdit
          This class is the ancestor to all edits that are too complex to have an own undo() method.
 class NodeBranchDataEdit
          Can be used as a superclass for edits which change a node/branch data column.
 class SaveLegendsEdit
          This class should be a superclass of all classes that might delete nodes which are anchors to legends.
 

Uses of DocumentEdit in info.bioinfweb.treegraph.document.undo.edit
 

Subclasses of DocumentEdit in info.bioinfweb.treegraph.document.undo.edit
 class BranchLengthEdit
           
 class CalculateColumnEdit
          Calculates a node/branch data column as specified by the passed expression.
 class ChangeLabelIDEdit
          Changes the IDs of a specified group of labels.
 class CollapseNodeEdit
           
 class CopyColumnEdit
          Copies a node/branch data column.
 class CutEdit
          The impelemention of this edit is the same as it is at DeleteEdit.
 class DeleteColumnEdit
           
 class DeleteEdit
          Removes all elements currently selected.
 class DeleteOutsideIntervalEdit
           
 class DeleteSubelementsEdit
           
 class EditNodeBranchDataEdit
           
 class InsertLabelEdit
           
 class InsertLabelsEdit
          Used to insert multiple labels and one or more branches.
 class InsertLegendEdit
           
 class InsertRemoveLabelEdit
           
 class InsertRemoveLegendEdit
           
 class InsertRemoveSubtreeEdit
           
 class InsertSiblingEdit
          This edit is executed if a branch is selected and a new node should be inserted.
 class InsertSubtreeEdit
           
 class LadderizeEdit
          This class ladderized a subtree.
 class MoveSubtreeEdit
           
 class PasteAllLabelsEdit
           
 class PasteLabelEdit
           
 class PasteLegendEdit
           
 class PasteRootEdit
           
 class PasteSiblingEdit
           
 class PasteSubtreeEdit
           
 class PieChartLabelIDsEdit
           
 class RemoveLabelEdit
           
 class RemoveLegendEdit
           
 class RemoveSubtreeEdit
           
 class RenameDataIDEdit
           
 class ReplaceInNodeDataEdit
           
 class RerootEdit
           
 class RescaleNodeDataEdit
           
 class SeparateBranchEdit
           
 class SetColumnTypeEdit
           
 class TextElementEdit
           
 

Fields in info.bioinfweb.treegraph.document.undo.edit with type parameters of type DocumentEdit
private  Vector<DocumentEdit> DeleteEdit.edits
           
 

Uses of DocumentEdit in info.bioinfweb.treegraph.document.undo.file
 

Subclasses of DocumentEdit in info.bioinfweb.treegraph.document.undo.file
 class AddSupportValuesEdit
           
 class ApplyNameTableEdit
           
 class ImportTableEdit
           
 

Uses of DocumentEdit in info.bioinfweb.treegraph.document.undo.format
 

Subclasses of DocumentEdit in info.bioinfweb.treegraph.document.undo.format
 class AutoPositionLabelsEdit
           
 class ColorsByNodeBranchDataEdit
           
 class DistanceValuesByNodeBranchDataEdit
           
 class GlobalFormatsEdit
           
 class NodeBranchDataFormatEdit
           
 class OperatorsEdit
          This edit changes applies the specified formats to the specified document elements.
 class ReanchorLegendEdit
           
 class ScaleBranchLengthsEdit
           
 class ScaleDistanceValuesEdit
           
 class ShowHideScaleBarEdit
           
 class ShowRootedEdit