Package edu.washington.cs.supple.customization.command

Interface Summary
Action We distinguish between customization commands and actions.
Command A command is the customization as it is issued by the user.
 

Class Summary
ActionCopyElement Copies an element from one location of the UIObject to another container type object.
ActionMoveElement Moves an element from one location of the UIObject to another container type object.
ActionRemoveDynamicElement Removing a dynamic window allows to shortcut dialogs.
ActionRemoveStaticElement Removes a static UIObject from the UI.
ActionSetDynamicDefault A dynamic default action allows to set the default of a state variable to depend on the value of another state variable.
ActionSetStaticDefault A static default action sets a state variables default value to a fixed value.
ActionSetWidgetType Sets the widget type of a UiObject.
CommandGeneralization A generalization command as it is issued by the user.
CommandReversals The reversal of another command.
CommandSingleReversal Reverses a command at a single location only.
CommandStandard A standard customization command issued by the user.