Uses of Interface
edu.washington.cs.supple.customization.command.Action

Packages that use Action
edu.washington.cs.supple.customization.command   
edu.washington.cs.supple.customization.state   
 

Uses of Action in edu.washington.cs.supple.customization.command
 

Classes in edu.washington.cs.supple.customization.command that implement Action
 class ActionCopyElement
          Copies an element from one location of the UIObject to another container type object.
 class ActionMoveElement
          Moves an element from one location of the UIObject to another container type object.
 class ActionRemoveDynamicElement
          Removing a dynamic window allows to shortcut dialogs.
 class ActionRemoveStaticElement
          Removes a static UIObject from the UI.
 class ActionSetDynamicDefault
          A dynamic default action allows to set the default of a state variable to depend on the value of another state variable.
 class ActionSetStaticDefault
          A static default action sets a state variables default value to a fixed value.
 class ActionSetWidgetType
          Sets the widget type of a UiObject.
 

Methods in edu.washington.cs.supple.customization.command that return Action
 Action CommandStandard.getAction()
           
 Action CommandSingleReversal.getAction()
           
 Action CommandReversals.getAction()
           
 Action CommandGeneralization.getAction()
           
 Action Command.getAction()
          Returns the action type used by the command.
 

Methods in edu.washington.cs.supple.customization.command with parameters of type Action
 boolean ActionRemoveDynamicElement.equals(Action c)
           
 boolean ActionSetWidgetType.equals(Action c)
           
 boolean ActionSetStaticDefault.equals(Action c)
           
 boolean ActionSetDynamicDefault.equals(Action c)
           
 boolean ActionMoveElement.equals(Action c)
           
 boolean ActionCopyElement.equals(Action c)
           
 

Constructors in edu.washington.cs.supple.customization.command with parameters of type Action
CommandStandard(Action action, UiObject location, java.lang.String application, DeviceProperties device)
           
CommandGeneralization(Action action, Scope scope, java.util.List generalizedCommands)
          To create a generalization command, an abstract scope definition has to be provided.
 

Uses of Action in edu.washington.cs.supple.customization.state
 

Methods in edu.washington.cs.supple.customization.state that return Action
 Action HistoryRecord.getAction()
          Returns the action which encodes the modification to the UI.
 

Constructors in edu.washington.cs.supple.customization.state with parameters of type Action
HistoryRecordReversal(Command command, Action action, HistoryRecord record)
          Creates a new Reversal history record.
HistoryRecordRedo(Command command, Action action, HistoryRecord record)
          Creates a new Redo history record.
HistoryRecord(Command command, Action action, UiObject location)
          Creates a new HistoryRecord.