talx x1.0.5

Uses of Interface
talx.model.GUIStateConstants

Packages that use GUIStateConstants
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.simple Defines behaviors that are less advanced than the base package. 
talx.games.helpdesk   
talx.games.survey   
talx.games.tech Provides technical assistance through the game SPI. 
talx.model Provides state information for the entire application, and access to the transport system. 
talx.view Provides visual infrastructure for the entire system. 
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 GUIStateConstants in talx.controller
 

Classes in talx.controller that implement GUIStateConstants
 class CommandInterceptor
          Interceptor to handle basic system commands.
 class Controller
          Determines the state and behaviors of the system.
 class HandlerUtils
          Utility functions for handler classes.
 

Uses of GUIStateConstants in talx.controller.base
 

Classes in talx.controller.base that implement GUIStateConstants
 class AbortInterceptor
          Interceptor to force user to confirm Delete actions.
 class CCInterceptor
          Interceptor to allow additional recipients to a composition.
 class ComposerHandler
          Used when the composer is open.
 class DeleteInterceptor
          Interceptor to force user to confirm Delete actions.
 class DialogInterceptor
          Provides basic functionality for most interceptor classes that handle dialog behaviors.
 class InboxHandler
          Used when there is no message in the reader or composer.
 class ReaderHandler
          Used when the reader contains a message.
 class SendInterceptor
          Interceptor to force user to confirm Delete actions.
 

Uses of GUIStateConstants in talx.controller.extended
 

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

Uses of GUIStateConstants in talx.controller.simple
 

Classes in talx.controller.simple that implement GUIStateConstants
 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.
 

Uses of GUIStateConstants in talx.games.helpdesk
 

Classes in talx.games.helpdesk that implement GUIStateConstants
 class HelpDeskHandler
           
 

Uses of GUIStateConstants in talx.games.survey
 

Classes in talx.games.survey that implement GUIStateConstants
 class SurveyHandler
           
 

Uses of GUIStateConstants in talx.games.tech
 

Classes in talx.games.tech that implement GUIStateConstants
 class TechHandler
           
 

Uses of GUIStateConstants in talx.model
 

Classes in talx.model that implement GUIStateConstants
 class GUIState
          Holds the entire visual state of the system.
 class TransportToolkit
          Provides the message store API.
 

Uses of GUIStateConstants in talx.view
 

Subinterfaces of GUIStateConstants in talx.view
 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 GUIStateConstants
 class DialogManager
          Component to show and hide dialogs as requested by controller.
 

Uses of GUIStateConstants in talx.view.composer
 

Classes in talx.view.composer that implement GUIStateConstants
 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 GUIStateConstants in talx.view.inbox
 

Classes in talx.view.inbox that implement GUIStateConstants
 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 GUIStateConstants in talx.view.reader
 

Classes in talx.view.reader that implement GUIStateConstants
 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.