info.bioinfweb.treegraph.document.undo.edit
Class InsertRemoveLegendEdit
java.lang.Object
  
info.bioinfweb.treegraph.document.undo.DocumentEdit
      
info.bioinfweb.treegraph.document.undo.edit.InsertRemoveLegendEdit
- All Implemented Interfaces: 
 - UndoableEdit
 
- Direct Known Subclasses: 
 - InsertLegendEdit, RemoveLegendEdit
 
public abstract class InsertRemoveLegendEdit
- extends DocumentEdit
 
 
 
 
| 
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 | 
 
 
legend
private Legend legend
anchor
private Node[] anchor
InsertRemoveLegendEdit
public InsertRemoveLegendEdit(Document document,
                              Legend legend,
                              Node anchor0,
                              Node anchor1)
insert
protected void insert()
 
remove
protected void remove()