|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAction
This interface defines an action.
| Method Summary | |
|---|---|
boolean |
merge(IAction action)
Merge another action. |
void |
perform()
Perform the operation. |
void |
redo()
Redo the operation. |
void |
undo()
Undo the operation. |
| Method Detail |
|---|
void perform()
void undo()
void redo()
boolean merge(IAction action)
action - the action to merge
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||