talx x1.0.5

Uses of Interface
talx.controller.ControllerListener

Packages that use ControllerListener
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.games Provides general framework for games. 
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 ControllerListener in talx.controller
 

Classes in talx.controller that implement ControllerListener
 class TALLogger
          Provides logging services for normal system events.
 

Methods in talx.controller with parameters of type ControllerListener
 void Controller.addControllerListener(ControllerListener l)
          Adds the specified listener to the controller change and illegal button events.
 void Controller.removeControllerListener(ControllerListener l)
          Removes the specified listener from the queue for this controller.
 

Uses of ControllerListener in talx.controller.base
 

Classes in talx.controller.base that implement ControllerListener
 class CCInterceptor
          Interceptor to allow additional recipients to a composition.
 

Uses of ControllerListener in talx.controller.extended
 

Classes in talx.controller.extended that implement ControllerListener
 class ExportInterceptor
          Manages the export button.
 class JournalInterceptor
           
 

Uses of ControllerListener in talx.games
 

Subinterfaces of ControllerListener in talx.games
 interface GameView
          Provides visual representation of game state.
 

Uses of ControllerListener in talx.games.helpdesk
 

Classes in talx.games.helpdesk that implement ControllerListener
 class HelpDeskView
           
 

Uses of ControllerListener in talx.games.survey
 

Classes in talx.games.survey that implement ControllerListener
 class SurveyView
           
 

Uses of ControllerListener in talx.games.tech
 

Classes in talx.games.tech that implement ControllerListener
 class TechView
           
 

Uses of ControllerListener in talx.view
 

Subinterfaces of ControllerListener in talx.view
 interface ComposerGUI
          Interface that all top-level composer components must implement.
 interface InboxGUI
          Interface that all top-level inbox components must implement.
 interface ReaderGUI
          This class displays a mail message.
 

Classes in talx.view that implement ControllerListener
 class DialogManager
          Component to show and hide dialogs as requested by controller.
 

Uses of ControllerListener in talx.view.components
 

Classes in talx.view.components that implement ControllerListener
 class Marque
          Text panel that runs entire width of desktop.
 

Uses of ControllerListener in talx.view.composer
 

Classes in talx.view.composer that implement ControllerListener
 class BasicComposer
          This class is a JFrame which represents the Composer window for this email client.
 class BuddyIconComposer
          Composer that also contains a picture of the message recipient.
 class VirtualKeyboardComposer
          This class is a JFrame which represents the Composer window for this email client.
 

Uses of ControllerListener in talx.view.inbox
 

Classes in talx.view.inbox that implement ControllerListener
 class AbstractInbox
          Provides generic inbox behavior.
 class ArchiveInbox
          Provides a mailbox and archive for each person.
 class ArchiveMultiInbox
          Provides a mailbox and archive for each person.
 class BasicInbox
          Provides a mailbox for each person.
 class MultiButtonInbox
          Provides multiple qualified mailboxes for each buddy.
 

Uses of ControllerListener in talx.view.reader
 

Classes in talx.view.reader that implement ControllerListener
 class BasicReader
          This class displays a mail message.
 class BuddyIconReader
          This class displays a mail message.
 


talx x1.0.5

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