|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GUIEditManager
Manager for a list of tasks that can be done and undone.
| Method Summary | |
|---|---|
void |
addEdit(GUIEdit record)
Adds a new task. |
boolean |
canRedo()
Checks if some tasks are available for doing again. |
boolean |
canUndo()
Checks if some tasks are available for undoing. |
void |
clear()
Clears all tasks |
String |
getRedoDisplayName()
Gets the display name for the action that can be redone. |
String |
getUndoDisplayName()
Gets the display name for the action that can be undone. |
void |
redo()
Redoes the next available task (if possible). |
void |
undo()
Undoes the next available task (if possible). |
| Method Detail |
|---|
void addEdit(GUIEdit record)
record - Task to recordboolean canUndo()
true if some tasks are available for undoing.boolean canRedo()
true if some tasks are available for doing again.void undo()
void redo()
String getRedoDisplayName()
String getUndoDisplayName()
void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||