|
||||||||||
| 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.SaveLegendsEdit
info.bioinfweb.treegraph.document.undo.edit.CollapseNodeEdit
public class CollapseNodeEdit
| Field Summary | |
|---|---|
private int |
index
|
private Node |
node
|
| Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
document |
| Constructor Summary | |
|---|---|
CollapseNodeEdit(Document document,
Node node,
boolean showWarnings)
|
|
| Method Summary | |
|---|---|
private void |
editLegends()
|
java.lang.String |
getPresentationName()
|
void |
redo()
|
void |
undo()
|
| Methods inherited from class info.bioinfweb.treegraph.document.undo.SaveLegendsEdit |
|---|
editSubtreeLegends, getHelpTopic, getLegendsReanchored, getLegendsRemoved, getLegendsSave, getShowWarnings, getWarningsMessages, restoreLegends, saveLegends, setHelpTopic, setLegendsReanchored, setLegendsRemoved, setShowWarnings, showWarningDialog |
| 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 |
| Methods inherited from interface info.bioinfweb.treegraph.document.undo.WarningEdit |
|---|
getShowWarnings, setShowWarnings |
| Field Detail |
|---|
private Node node
private int index
| Constructor Detail |
|---|
public CollapseNodeEdit(Document document,
Node node,
boolean showWarnings)
| Method Detail |
|---|
private void editLegends()
public void redo()
throws javax.swing.undo.CannotRedoException
redo in interface javax.swing.undo.UndoableEditredo in class DocumentEditjavax.swing.undo.CannotRedoException
public void undo()
throws javax.swing.undo.CannotUndoException
undo in interface javax.swing.undo.UndoableEditundo in class DocumentEditjavax.swing.undo.CannotUndoExceptionpublic java.lang.String getPresentationName()
getPresentationName in interface javax.swing.undo.UndoableEdit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||