Home / Development / Documentation / 2.0.44 / InsertRemoveLegendEdit
TreeGraph 2
 


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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.undo.DocumentEdit
      extended by info.bioinfweb.treegraph.document.undo.edit.InsertRemoveLegendEdit
All Implemented Interfaces:
UndoableEdit
Direct Known Subclasses:
InsertLegendEdit, RemoveLegendEdit

public abstract class InsertRemoveLegendEdit
extends DocumentEdit


Field Summary
private  Node[] anchor
           
private  Legend legend
           
 
Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
document
 
Constructor Summary
InsertRemoveLegendEdit(Document document, Legend legend, Node anchor0, Node anchor1)
           
 
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

legend

private Legend legend

anchor

private Node[] anchor
Constructor Detail

InsertRemoveLegendEdit

public InsertRemoveLegendEdit(Document document,
                              Legend legend,
                              Node anchor0,
                              Node anchor1)
Method Detail

insert

protected void insert()

remove

protected void remove()