swingwtx.swing.undo
Interface UndoableEdit
- All Known Implementing Classes:
- AbstractUndoableEdit
- public interface UndoableEdit
UndoableEdit
undo
public void undo()
throws CannotUndoException
- Throws:
CannotUndoException
canUndo
public boolean canUndo()
redo
public void redo()
throws CannotRedoException
- Throws:
CannotRedoException
canRedo
public boolean canRedo()
die
public void die()
addEdit
public boolean addEdit(UndoableEdit anEdit)
replaceEdit
public boolean replaceEdit(UndoableEdit anEdit)
isSignificant
public boolean isSignificant()
getPresentationName
public java.lang.String getPresentationName()
getUndoPresentationName
public java.lang.String getUndoPresentationName()
getRedoPresentationName
public java.lang.String getRedoPresentationName()