|
||||||||||
| 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.DeleteEdit
info.bioinfweb.treegraph.document.undo.edit.CutEdit
public class CutEdit
The impelemention of this edit is the same as it is at DeleteEdit. The
copying is done by the action-object, becuase the copying does not have to be redone.
| Field Summary |
|---|
| Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
document |
| Constructor Summary | |
|---|---|
CutEdit(Document document,
ConcretePaintableElement[] elements)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPresentationName()
|
| Methods inherited from class info.bioinfweb.treegraph.document.undo.edit.DeleteEdit |
|---|
getShowWarnings, redo, setShowWarnings, undo |
| 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 |
| Constructor Detail |
|---|
public CutEdit(Document document,
ConcretePaintableElement[] elements)
| Method Detail |
|---|
public java.lang.String getPresentationName()
getPresentationName in interface javax.swing.undo.UndoableEditgetPresentationName in class DeleteEdit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||