talx x1.0.5

Uses of Interface
talx.feature.TALFeature

Packages that use TALFeature
talx The Think-and-Link project provides an email client aimed at people with aquired cognitive deficits. 
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.feature Provides framework for pluggable features. 
talx.games Provides general framework for games. 
talx.games.helpdesk   
talx.games.survey   
talx.games.tech Provides technical assistance through the game SPI. 
talx.model.filters Provides message filter classes. 
 

Uses of TALFeature in talx
 

Fields in talx declared as TALFeature
protected  TALFeature[] Email.features
          List of installed features.
 

Uses of TALFeature in talx.controller
 

Subinterfaces of TALFeature in talx.controller
 interface Interceptor
          Interface for controller chain of responsibility objects.
 

Classes in talx.controller that implement TALFeature
 class CommandInterceptor
          Interceptor to handle basic system commands.
 

Uses of TALFeature in talx.controller.base
 

Classes in talx.controller.base that implement TALFeature
 class AbortInterceptor
          Interceptor to force user to confirm Delete actions.
 class CCInterceptor
          Interceptor to allow additional recipients to a composition.
 class DeleteInterceptor
          Interceptor to force user to confirm Delete actions.
 class DialogInterceptor
          Provides basic functionality for most interceptor classes that handle dialog behaviors.
 class SendInterceptor
          Interceptor to force user to confirm Delete actions.
 

Uses of TALFeature in talx.controller.extended
 

Classes in talx.controller.extended that implement TALFeature
 class ExportInterceptor
          Manages the export button.
 class GossipInterceptor
           
 class ImportInterceptor
          Used with the ImportComposerHandler.
 class JournalInterceptor
           
 

Uses of TALFeature in talx.feature
 

Subinterfaces of TALFeature in talx.feature
 interface DelayedFeature
          Interface for features that should be started up after all other features are loaded.
 

Classes in talx.feature that implement TALFeature
 class AutoLogout
          Fires a logout action after some period of inactivity.
 class AutoSave
          Feature to auto save the gui state at regular intervals.
 class BadTypingCorrection
          Beeps and displays a message when the user types onto a button.
 class CreateErrorMessage
          Converts hot key combination to a test action.
 class InboxClickCorrection
          Beeps and displays a message when the user clicks illegally on the inbox.
 class KeyTest
          Converts hot key combination to a test action.
 

Uses of TALFeature in talx.games
 

Subinterfaces of TALFeature in talx.games
 interface GameService
          Interface for game service providers.
 

Uses of TALFeature in talx.games.helpdesk
 

Classes in talx.games.helpdesk that implement TALFeature
 class HelpDesk
           
 

Uses of TALFeature in talx.games.survey
 

Classes in talx.games.survey that implement TALFeature
 class Survey
           
 

Uses of TALFeature in talx.games.tech
 

Classes in talx.games.tech that implement TALFeature
 class Tech
           
 

Uses of TALFeature in talx.model.filters
 

Subinterfaces of TALFeature in talx.model.filters
 interface ReceiverFilter
          Represents a filter in the incoming filter stack.
 interface SenderFilter
          Represents a filter in the outgoing filter stack.
 

Classes in talx.model.filters that implement TALFeature
 class CommandFilter
          Searches incoming messages for test commands and game moves.
 class InboxCountMonitor
          Keeps the outbox at or below a given size.
 class InboxDateMonitor
          Removes old messages from the inbox.
 class MultiRecipientFilter
          Filters messages that was sent to too many recipients.
 class NoTextFilter
          Filters messages that contain no text.
 class OutboxCountMonitor
          Keeps the outbox at or below a given size.
 class OutboxDateMonitor
          Removes old messages from the outbox.
 class ReceiverFilterAdapter
          Adapter class for objects in the incoming filter stack.
 class RemoteReceiver
          Gets messages from an IMAP or POP3 store and passes them into the incoming filter stack.
 class RemoteSender
          Sends messages from the outgoing filter stack to an SMTPServer.
 class SenderFilterAdapter
          Adapter class for objects in the outgoing filter stack.
 class SpyFilter
          Searches incoming messages for test commands and game moves.
 class TrashDateMonitor
          Removes old messages from the trash.
 


talx x1.0.5

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