|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.bioinfweb.treegraph.document.undo.DocumentEdit
info.bioinfweb.treegraph.document.undo.edit.InsertRemoveLegendEdit
public abstract class InsertRemoveLegendEdit
| 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, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, 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 |
|---|
private Legend legend
private Node[] anchor
| Constructor Detail |
|---|
public InsertRemoveLegendEdit(Document document,
Legend legend,
Node anchor0,
Node anchor1)
| Method Detail |
|---|
protected void insert()
protected void remove()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||