Uses of Package
edu.washington.cs.supple.customization.state

Packages that use edu.washington.cs.supple.customization.state
edu.washington.cs.supple.customization   
edu.washington.cs.supple.customization.command   
edu.washington.cs.supple.customization.scope   
edu.washington.cs.supple.customization.scope.versionspace   
edu.washington.cs.supple.customization.state   
 

Classes in edu.washington.cs.supple.customization.state used by edu.washington.cs.supple.customization
Plan
          The list of customization commands that were issued by the user.
Specification
          Represents a functional specification.
State
          The state of the user interface as it is relevant to customization.
 

Classes in edu.washington.cs.supple.customization.state used by edu.washington.cs.supple.customization.command
ConditionViolationException
          The exception that is thrown when a condition is violated.
HistoryRecord
          A history record represents a logged modification to the UI that was caused by a customization command.
Specification
          Represents a functional specification.
State
          The state of the user interface as it is relevant to customization.
 

Classes in edu.washington.cs.supple.customization.state used by edu.washington.cs.supple.customization.scope
Specification
          Represents a functional specification.
State
          The state of the user interface as it is relevant to customization.
 

Classes in edu.washington.cs.supple.customization.state used by edu.washington.cs.supple.customization.scope.versionspace
State
          The state of the user interface as it is relevant to customization.
 

Classes in edu.washington.cs.supple.customization.state used by edu.washington.cs.supple.customization.state
ApplicationFunction
          An application function is a function defined by the developer of a Supple application.
ApplicationFunctions
          Maintains a list of application functions.
Condition
          Conditions are needed to verify that a customization performs a legal transformation of the interface.
Conditions
          A set of conditions.
ConditionViolationException
          The exception that is thrown when a condition is violated.
History
          The history maintains a list of HistoryRecords.
HistoryRecord
          A history record represents a logged modification to the UI that was caused by a customization command.
Plan
          The list of customization commands that were issued by the user.
Specification
          Represents a functional specification.
Specifications
          This class maintains a set of functional specifications.
State
          The state of the user interface as it is relevant to customization.