Scope Components

  • Controllers
    Handle the presentation logic
    • Controls
      Messages from the Model and the View to the Controller, and from the Controller to its parent Controllers
  • Models
    Usually a standard JavaBean. Contains the data to display in the View.
  • View
    Displays the business data, and interact with the user.
  • Scope wrapper objects - SObjects
    Subclasses of standard Swing components adapted for Scope.