Home / Development / Documentation / 2.0.44 / CutEdit
TreeGraph 2
 


info.bioinfweb.treegraph.document.undo.edit
Class CutEdit

java.lang.Object
  extended by info.bioinfweb.treegraph.document.undo.DocumentEdit
      extended by info.bioinfweb.treegraph.document.undo.edit.DeleteEdit
          extended by info.bioinfweb.treegraph.document.undo.edit.CutEdit
All Implemented Interfaces:
WarningEdit, UndoableEdit

public class CutEdit
extends DeleteEdit

The impelemention of this edit is the same as it is at DeleteEdit. The copying is done by the action-object, becuase the copying does not have to be redone.

Author:
Ben Stöver

Field Summary
 
Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
document
 
Constructor Summary
CutEdit(Document document, ConcretePaintableElement[] elements)
           
 
Method Summary
 String getPresentationName()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.undo.edit.DeleteEdit
getShowWarnings, redo, setShowWarnings, undo
 
Methods inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
addEdit, canRedo, canUndo, die, getIsSubedit, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, setIsSubedit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutEdit

public CutEdit(Document document,
               ConcretePaintableElement[] elements)
Method Detail

getPresentationName

public String getPresentationName()
Specified by:
getPresentationName in interface UndoableEdit
Overrides:
getPresentationName in class DeleteEdit