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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.undo.DocumentEdit
      extended by info.bioinfweb.treegraph.document.undo.edit.InsertSiblingEdit
          extended by info.bioinfweb.treegraph.document.undo.edit.PasteSiblingEdit
All Implemented Interfaces:
javax.swing.undo.UndoableEdit

public class PasteSiblingEdit
extends InsertSiblingEdit


Field Summary
 
Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
document
 
Constructor Summary
PasteSiblingEdit(Document document, Node firstSibling, Node newSibling)
           
 
Method Summary
 java.lang.String getPresentationName()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.undo.edit.InsertSiblingEdit
redo, undo
 
Methods inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasteSiblingEdit

public PasteSiblingEdit(Document document,
                        Node firstSibling,
                        Node newSibling)
Method Detail

getPresentationName

public java.lang.String getPresentationName()
Specified by:
getPresentationName in interface javax.swing.undo.UndoableEdit
Overrides:
getPresentationName in class InsertSiblingEdit