Home / Development / Documentation / 2.0.44 / InsertRemoveLabelEdit
TreeGraph 2
 


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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.undo.DocumentEdit
      extended by info.bioinfweb.treegraph.document.undo.edit.InsertRemoveLabelEdit
All Implemented Interfaces:
UndoableEdit
Direct Known Subclasses:
InsertLabelEdit, RemoveLabelEdit

public abstract class InsertRemoveLabelEdit
extends DocumentEdit


Field Summary
protected  Label label
           
protected  Labels owner
           
 
Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
document
 
Constructor Summary
InsertRemoveLabelEdit(Document document, Label label, Labels owner)
           
 
Method Summary
protected  void insert()
           
protected  void remove()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
addEdit, canRedo, canUndo, die, getIsSubedit, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, setIsSubedit, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.undo.UndoableEdit
getPresentationName
 

Field Detail

label

protected Label label

owner

protected Labels owner
Constructor Detail

InsertRemoveLabelEdit

public InsertRemoveLabelEdit(Document document,
                             Label label,
                             Labels owner)
Method Detail

insert

protected void insert()

remove

protected void remove()