|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Undoable
Action that can be undone by the UndoMgr
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
A name of the action which can be displayed on screen. |
boolean |
isRedoable()
Returns true if the action can be redone. |
boolean |
redo()
Redo the action. |
boolean |
undo()
Undo the last Action. |
| Method Detail |
|---|
boolean undo()
boolean isRedoable()
boolean redo()
java.lang.String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||