|
talx x1.0.5 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ActionVetoException | |
| talx.controller | Defines the behaviors for the system. |
| talx.controller.base | Defines the "standard" behaviors for the system. |
| talx.controller.extended | Defines behaviors that are more advanced than the base package. |
| 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.feature | Provides framework for pluggable features. |
| talx.games.helpdesk | |
| talx.games.survey | |
| talx.games.tech | Provides technical assistance through the game SPI. |
| talx.view | Provides visual infrastructure for the entire system. |
| talx.view.components | |
| talx.view.composer | Provides visual components for composing a message. |
| talx.view.inbox | Provides visual components for selecting a correspondent. |
| talx.view.reader | Provides visual components for reading a message. |
| Uses of ActionVetoException in talx.controller |
| Methods in talx.controller with parameters of type ActionVetoException | |
void |
TALLogger.controllerChangeVetoed(ActionVetoException ex)
|
void |
ControllerListener.controllerChangeVetoed(ActionVetoException ex)
Sent when the system has decided not to transition on a user action. |
| Methods in talx.controller that throw ActionVetoException | |
boolean |
Interceptor.claim(java.awt.event.ActionEvent ev,
Controller c)
Determines whether this feature is responsible for the action. |
boolean |
CommandInterceptor.claim(java.awt.event.ActionEvent ev,
Controller c)
Handles basic system commands. |
ActionHandler |
ActionHandler.handleAction(java.awt.event.ActionEvent ev,
Controller c)
Handles an action event and transitions to a new action handler. |
| Uses of ActionVetoException in talx.controller.base |
| Methods in talx.controller.base with parameters of type ActionVetoException | |
void |
CCInterceptor.controllerChangeVetoed(ActionVetoException ex)
|
| Methods in talx.controller.base that throw ActionVetoException | |
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. |
boolean |
DialogInterceptor.claim(java.awt.event.ActionEvent ev,
Controller c)
Handles dialogs listed in sequences. |
ActionHandler |
ComposerHandler.handleAction(java.awt.event.ActionEvent ev,
Controller c)
|
boolean |
CCInterceptor.claim(java.awt.event.ActionEvent ev,
Controller c)
|
| Uses of ActionVetoException in talx.controller.extended |
| Methods in talx.controller.extended with parameters of type ActionVetoException | |
void |
JournalInterceptor.controllerChangeVetoed(ActionVetoException ex)
|
void |
ExportInterceptor.controllerChangeVetoed(ActionVetoException ex)
|
| Methods in talx.controller.extended that throw ActionVetoException | |
boolean |
JournalInterceptor.claim(java.awt.event.ActionEvent ev,
Controller c)
|
boolean |
ImportInterceptor.claim(java.awt.event.ActionEvent ev,
Controller c)
|
boolean |
GossipInterceptor.claim(java.awt.event.ActionEvent ev,
Controller c)
|
boolean |
ExportInterceptor.claim(java.awt.event.ActionEvent ev,
Controller c)
Shows and hides the export button and responds to export button clicks. |
| Uses of ActionVetoException in talx.controller.mixed |
| Methods in talx.controller.mixed that throw ActionVetoException | |
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 ActionVetoException in talx.controller.simple |
| Methods in talx.controller.simple that throw ActionVetoException | |
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 ActionVetoException in talx.feature |
| Methods in talx.feature that throw ActionVetoException | |
boolean |
InboxClickCorrection.claim(java.awt.event.ActionEvent ev,
Controller c)
|
boolean |
BadTypingCorrection.claim(java.awt.event.ActionEvent ev,
Controller c)
|
| Uses of ActionVetoException in talx.games.helpdesk |
| Methods in talx.games.helpdesk with parameters of type ActionVetoException | |
void |
HelpDeskView.controllerChangeVetoed(ActionVetoException ex)
|
| Uses of ActionVetoException in talx.games.survey |
| Methods in talx.games.survey with parameters of type ActionVetoException | |
void |
SurveyView.controllerChangeVetoed(ActionVetoException ex)
|
| Uses of ActionVetoException in talx.games.tech |
| Methods in talx.games.tech with parameters of type ActionVetoException | |
void |
TechView.controllerChangeVetoed(ActionVetoException ex)
|
| Uses of ActionVetoException in talx.view |
| Methods in talx.view with parameters of type ActionVetoException | |
void |
DialogManager.controllerChangeVetoed(ActionVetoException ex)
|
| Uses of ActionVetoException in talx.view.components |
| Methods in talx.view.components with parameters of type ActionVetoException | |
void |
Marque.controllerChangeVetoed(ActionVetoException ex)
|
| Uses of ActionVetoException in talx.view.composer |
| Methods in talx.view.composer with parameters of type ActionVetoException | |
void |
BasicComposer.controllerChangeVetoed(ActionVetoException ex)
|
| Uses of ActionVetoException in talx.view.inbox |
| Methods in talx.view.inbox with parameters of type ActionVetoException | |
void |
AbstractInbox.controllerChangeVetoed(ActionVetoException ex)
|
| Uses of ActionVetoException in talx.view.reader |
| Methods in talx.view.reader with parameters of type ActionVetoException | |
void |
BasicReader.controllerChangeVetoed(ActionVetoException ex)
|
|
talx x1.0.5 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.