|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
We distinguish between customization commands and actions. An action is a concrete customization at a single UI location. A command is issued by the user and may include multiple actions (e.g. generalization).
| Method Summary | |
void |
execute(State state,
UiObject location,
Command executer)
Executes an action. |
void |
executeRedo(State state,
HistoryRecord record,
Command executer)
Executes a redo action. |
void |
executeReversal(State state,
HistoryRecord record,
Command executer)
Executes a reverse action. |
| Method Detail |
public void execute(State state,
UiObject location,
Command executer)
throws ConditionViolationException
state - location - executer -
ConditionViolationException
public void executeReversal(State state,
HistoryRecord record,
Command executer)
throws ConditionViolationException
state - record - executer -
ConditionViolationException
public void executeRedo(State state,
HistoryRecord record,
Command executer)
throws ConditionViolationException
state - record - executer -
ConditionViolationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||