|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.washington.cs.supple.customization.command.ActionSetDynamicDefault
A dynamic default action allows to set the default of a state variable to depend on the value of another state variable. The default value itself is not static, but actually stored somewhere else in the system.
| Constructor Summary | |
ActionSetDynamicDefault(Reference target)
Creates a set dynamic default action. |
|
ActionSetDynamicDefault(UiObject target,
UiObject source)
Creates a set dynamic default action. |
|
| Method Summary | |
boolean |
equals(Action c)
|
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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ActionSetDynamicDefault(Reference target)
target -
public ActionSetDynamicDefault(UiObject target,
UiObject source)
target - source - | Method Detail |
public void execute(State state,
UiObject location,
Command executer)
Action
execute in interface Actionstate - location - executer -
public void executeReversal(State state,
HistoryRecord record,
Command executer)
Action
executeReversal in interface Actionstate - record - executer -
public void executeRedo(State state,
HistoryRecord record,
Command executer)
Action
executeRedo in interface Actionstate - record - executer - public java.lang.String toString()
public boolean equals(Action c)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||