talx x1.0.5

Uses of Interface
talx.controller.ActionHandler

Packages that use ActionHandler
talx.controller Defines the behaviors for the system. 
talx.controller.base Defines the "standard" behaviors for the system. 
talx.controller.mixed Defines behaviors that are approximately equal to the base package. 
talx.controller.simple Defines behaviors that are less advanced than the base package. 
talx.events Provides system notification classes for use in other packages. 
 

Uses of ActionHandler in talx.controller
 

Methods in talx.controller that return ActionHandler
 ActionHandler Controller.getActionHandler()
          Returns the current behavioral state.
 ActionHandler Controller.getInitialActionHandler()
          Return the initial action handler specified in the settings.
 ActionHandler ActionHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
          Handles an action event and transitions to a new action handler.
 

Constructors in talx.controller with parameters of type ActionHandler
ActionVetoException(java.awt.event.ActionEvent a, ActionHandler ah)
           
 

Uses of ActionHandler in talx.controller.base
 

Classes in talx.controller.base that implement ActionHandler
 class ComposerHandler
          Used when the composer is open.
 class InboxHandler
          Used when there is no message in the reader or composer.
 class ReaderHandler
          Used when the reader contains a message.
 

Methods in talx.controller.base that return ActionHandler
 ActionHandler ReaderHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
          Handles reader controls.
 ActionHandler InboxHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
          Handles mailboxes, archives, start-games, and person-actions.
 ActionHandler ComposerHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
           
 

Uses of ActionHandler in talx.controller.mixed
 

Methods in talx.controller.mixed that return ActionHandler
 ActionHandler ReaderHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
          Handles reader controls.
 ActionHandler ReaderHandler.handleReply(Controller c)
           
 ActionHandler InboxHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
          Handles mailboxes, archives, start-games, and person-actions.
 ActionHandler ComposerHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
           
 

Uses of ActionHandler in talx.controller.simple
 

Classes in talx.controller.simple that implement ActionHandler
 class BusyComposerHandler
          Used when the composer is open.
 class BusyInboxHandler
          Used when there is no message in the reader or composer.
 class MixedComposerHandler
          Used when the composer is open.
 class MixedInboxHandler
          Used when there is no message in the reader or composer.
 

Methods in talx.controller.simple that return ActionHandler
 ActionHandler MixedInboxHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
          Handles mailboxes, archives, start-games, and person-actions.
 ActionHandler MixedComposerHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
           
 ActionHandler InboxHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
          Handles mailboxes, archives, start-games, and person-actions.
 ActionHandler ComposerHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
           
 ActionHandler BusyInboxHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
          Handles mailboxes, archives, start-games, and person-actions.
 ActionHandler BusyComposerHandler.handleAction(java.awt.event.ActionEvent ev, Controller c)
           
 

Uses of ActionHandler in talx.events
 

Methods in talx.events that return ActionHandler
 ActionHandler ChangeFinishedEvent.getActionHandler()
           
 

Constructors in talx.events with parameters of type ActionHandler
ChangeFinishedEvent(java.awt.event.ActionEvent ev, GUIState s, ActionHandler ah)
           
 


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.