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.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 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 AddSupportValuesEdit
           
 class ApplyNameTableEdit
           
 class AssignLabelIDsEdit
          This edit assigns label IDs to all labels in the tree which do not have an ID.
 class BranchLengthEdit
           
 class ChangeLabelIDEdit
           
 class CollapseNodeEdit
           
 class CutEdit
          The impelemention of this edit is the same as it is at DeleteEdit.
 class DeleteEdit
          Removes all elements currently selected.
 class DeleteSubelementsEdit
           
 class EditNodeBranchDataEdit
           
 class InsertLabelEdit
           
 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 RemoveLabelEdit
           
 class RemoveLegendEdit
           
 class RemoveSubtreeEdit
           
 class ReplaceInNodeDataEdit
           
 class RerootEdit
           
 class RescaleNodeDataEdit
           
 class SeparateBranchEdit
           
 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.format
 

Subclasses of DocumentEdit in info.bioinfweb.treegraph.document.undo.format
 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 ShowHideScaleBarEdit
           
 class ShowRootedEdit