|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GUIEdit
Definition of a task that can be done and undone.
| Method Summary | |
|---|---|
boolean |
canRedo()
Can this task be done again |
boolean |
canUndo()
Can this task be undone |
String |
getDisplayName()
Gets a display name for this task |
void |
perform()
Performs this task |
void |
redo()
Redoes this task |
void |
undo()
Undoes this task |
| Method Detail |
|---|
void undo()
void redo()
void perform()
boolean canUndo()
true if this task can be undoneboolean canRedo()
true if this task can be done againString getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||