talx x1.0.5

Uses of Class
talx.view.MailSystemDesktop

Packages that use MailSystemDesktop
talx.controller Defines the behaviors for the system. 
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 MailSystemDesktop in talx.controller
 

Methods in talx.controller that return MailSystemDesktop
 MailSystemDesktop Controller.getView()
          Returns the visual component hierarchy.
 

Constructors in talx.controller with parameters of type MailSystemDesktop
TALLogger(TransportToolkit mailstore, MailSystemDesktop ms, Settings settings, Controller controller, ReceiverFilter instack, SenderFilter outstack)
           
Controller(MailSystemDesktop ms, TransportToolkit tt, GameManager gm, Settings settings, java.lang.String userDir)
           
 

Uses of MailSystemDesktop in talx.games
 

Methods in talx.games with parameters of type MailSystemDesktop
abstract  GameView Game.getView(MailSystemDesktop ms, Settings settings)
          Returns the view associated with this Game.
 

Uses of MailSystemDesktop in talx.games.helpdesk
 

Methods in talx.games.helpdesk with parameters of type MailSystemDesktop
 GameView HelpDeskGame.getView(MailSystemDesktop ms, Settings settings)
           
 

Constructors in talx.games.helpdesk with parameters of type MailSystemDesktop
HelpDeskView(MailSystemDesktop ms, Settings settings, HelpDeskGame g)
           
 

Uses of MailSystemDesktop in talx.games.survey
 

Methods in talx.games.survey with parameters of type MailSystemDesktop
 GameView SurveyGame.getView(MailSystemDesktop ms, Settings settings)
           
 

Constructors in talx.games.survey with parameters of type MailSystemDesktop
SurveyView(MailSystemDesktop ms, Settings settings, SurveyGame g)
           
SurveyQuestion(MailSystemDesktop ms, Settings settings, java.lang.String question)
           
 

Uses of MailSystemDesktop in talx.games.tech
 

Methods in talx.games.tech with parameters of type MailSystemDesktop
 GameView TechGame.getView(MailSystemDesktop ms, Settings settings)
           
 

Constructors in talx.games.tech with parameters of type MailSystemDesktop
TechView(MailSystemDesktop ms, Settings settings, TechGame g)
           
TechTextField(TechGame g, MailSystemDesktop ms, Settings settings, java.lang.String name)
           
TechButton(TechGame g, TechView v, MailSystemDesktop ms, Settings settings, java.lang.String caption, java.lang.String command)
           
 

Uses of MailSystemDesktop in talx.view
 

Methods in talx.view that return MailSystemDesktop
 MailSystemDesktop ReaderGUI.getDesktop()
          Returns this MailReader's desktop.
 MailSystemDesktop ComposerGUI.getDesktop()
          Returns the parent desktop.
 

Constructors in talx.view with parameters of type MailSystemDesktop
DialogManager(MailSystemDesktop ms, Settings settings)
           
 

Uses of MailSystemDesktop in talx.view.components
 

Constructors in talx.view.components with parameters of type MailSystemDesktop
TaskFrame(java.lang.String componentName, java.lang.String instructions, MailSystemDesktop ms, Settings settings)
          Creates an information dialogbox with no controls.
TALDialog(java.lang.String name, MailSystemDesktop ms, Settings settings, int depth)
           
ConfirmFrame(java.lang.String componentName, MailSystemDesktop ms, Settings settings, int depth)
          Creates a yes/no dialogbox with the given instructions.
ChoiceFrame(java.lang.String componentName, MailSystemDesktop ms, Settings settings, int depth)
          Creates a yes/no dialogbox with the given instructions.
 

Uses of MailSystemDesktop in talx.view.composer
 

Methods in talx.view.composer that return MailSystemDesktop
 MailSystemDesktop BasicComposer.getDesktop()
          Returns the desktop of which this composer is a part.
 

Constructors in talx.view.composer with parameters of type MailSystemDesktop
VirtualKeyboardComposer(MailSystemDesktop ms, Settings settings, java.lang.String param)
          This Constructor intializes the ComposerGUI so that a user can reply to a message.
BuddyIconComposer(MailSystemDesktop ms, Settings settings, java.lang.String param)
           
BasicComposer(MailSystemDesktop ms, Settings settings, java.lang.String param)
           
 

Uses of MailSystemDesktop in talx.view.inbox
 

Fields in talx.view.inbox declared as MailSystemDesktop
protected  MailSystemDesktop AbstractInbox.ms
           
 

Methods in talx.view.inbox with parameters of type MailSystemDesktop
 MailBox MultiButtonInbox.mailboxFactory(Person p, MailSystemDesktop ms, Settings settings)
          Returns a MailBox for the given person.
 StartGame MultiButtonInbox.startGameFactory(Player p, MailSystemDesktop ms, Settings settings)
          Adds a player to our button list of people.
static MailBox BasicInbox.basicMailboxFactory(Person p, MailSystemDesktop ms, Settings settings, java.lang.String zero, java.lang.String singular, java.lang.String plural)
          Provides a static means for other classes to use our mailboxes.
static StartGame BasicInbox.basicStartGameFactory(Player p, MailSystemDesktop ms, Settings settings)
          Adds a player to our button list of people.
 MailBox BasicInbox.mailboxFactory(Person p, MailSystemDesktop ms, Settings settings)
          Returns a MailBox for the given person.
 StartGame BasicInbox.startGameFactory(Player p, MailSystemDesktop ms, Settings settings)
          Adds a player to our button list of people.
 MailBox ArchiveMultiInbox.mailboxFactory(Person p, MailSystemDesktop ms, Settings settings)
          Returns a MailBox for the given person.
 MailBox ArchiveInbox.mailboxFactory(Person p, MailSystemDesktop ms, Settings settings)
          Returns a MailBox for the given person.
abstract  MailBox AbstractInbox.mailboxFactory(Person p, MailSystemDesktop ms, Settings settings)
          This method should return a mailbox suitable for the given person.
abstract  StartGame AbstractInbox.startGameFactory(Player p, MailSystemDesktop ms, Settings settings)
          This method should return a gamebox suitable for the given player.
 

Constructors in talx.view.inbox with parameters of type MailSystemDesktop
MultiButtonInbox(MailSystemDesktop ms, GameManager gm, Settings settings, java.lang.String param)
           
BasicInbox(MailSystemDesktop ms, GameManager gm, Settings settings, java.lang.String param)
           
ArchiveMultiInbox(MailSystemDesktop ms, GameManager gm, Settings settings, java.lang.String param)
           
ArchiveInbox(MailSystemDesktop ms, GameManager gm, Settings settings, java.lang.String param)
           
AbstractInbox(MailSystemDesktop ms, GameManager gm, Settings settings)
           
 

Uses of MailSystemDesktop in talx.view.reader
 

Fields in talx.view.reader declared as MailSystemDesktop
protected  MailSystemDesktop BasicReader.mail_desktop
          The main frame of Think And Link that will contain this internal frame.
 

Methods in talx.view.reader that return MailSystemDesktop
 MailSystemDesktop BasicReader.getDesktop()
          Returns this BasicReader's desktop.
 

Constructors in talx.view.reader with parameters of type MailSystemDesktop
ReaderPane(ReaderGUI parent, Settings settings, MailSystemDesktop ms)
           
BuddyIconReader(MailSystemDesktop ms, Settings settings, java.lang.String param)
           
BasicReader(MailSystemDesktop ms, Settings settings, java.lang.String param)
          Creates a new bacic reader.
 


talx x1.0.5

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