|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUndoable
An action, normally placed on a stack , that can be called to undo a previous action, see IUndoStack
| Field Summary | |
|---|---|
static IUndoable |
CANT_UNDO
This is used where an action cannot be undone, or where no undo action has been provided |
static IUndoable |
NOTHING_TO_UNDO
This is the null action, no action is required to undo. |
| Method Summary | |
|---|---|
String |
describe()
Describe this action - used in the list of actions |
boolean |
undo()
Undo this action |
| Field Detail |
|---|
static final IUndoable CANT_UNDO
static final IUndoable NOTHING_TO_UNDO
| Method Detail |
|---|
boolean undo()
String describe()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||