talx x1.0.5

Uses of Class
talx.model.Settings

Packages that use Settings
talx.controller Defines the 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.games Provides general framework for games. 
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.model.filters Provides message filter classes. 
talx.model.mail Provides message store and message search classes. 
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 Settings in talx.controller
 

Methods in talx.controller that return Settings
 Settings Controller.getSettings()
          Returns the settings for the application.
 

Methods in talx.controller with parameters of type Settings
static GUIState HandlerUtils.setComposeCaption(GUIState s, Settings settings)
          Returns a state with an appropriate composer caption.
 

Constructors in talx.controller with parameters of type Settings
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 Settings in talx.controller.extended
 

Constructors in talx.controller.extended with parameters of type Settings
JournalInterceptor(Settings settings, java.lang.String param)
           
 

Uses of Settings in talx.controller.mixed
 

Methods in talx.controller.mixed with parameters of type Settings
 GUIState ReaderHandler.setComposeCaption(GUIState s, Settings settings)
          Returns a state with an appropriate composer caption.
 

Uses of Settings in talx.games
 

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

Uses of Settings in talx.games.helpdesk
 

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

Constructors in talx.games.helpdesk with parameters of type Settings
HelpDeskView(MailSystemDesktop ms, Settings settings, HelpDeskGame g)
           
HelpDeskView.HDButton(Settings settings, java.lang.String caption, java.lang.String command)
           
HelpDesk(GameManager gm, TransportToolkit tt, Settings settings, java.lang.String params)
           
 

Uses of Settings in talx.games.survey
 

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

Constructors in talx.games.survey with parameters of type Settings
SurveyView(MailSystemDesktop ms, Settings settings, SurveyGame g)
           
SurveyView.SurveyButton(Settings settings, java.lang.String caption, java.lang.String command)
           
SurveyQuestion(MailSystemDesktop ms, Settings settings, java.lang.String question)
           
Survey(GameManager gm, TransportToolkit tt, Settings settings, java.lang.String params)
           
 

Uses of Settings in talx.games.tech
 

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

Constructors in talx.games.tech with parameters of type Settings
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)
           
Tech(GameManager gm, Settings settings, java.lang.String legends)
           
 

Uses of Settings in talx.model
 

Constructors in talx.model with parameters of type Settings
TransportToolkit(Settings settings)
           
GameManager(TransportToolkit toolkit, Settings settings)
           
 

Uses of Settings in talx.model.filters
 

Constructors in talx.model.filters with parameters of type Settings
SpyFilter(Settings settings)
           
RemoteSender(TransportToolkit tm, Settings settings, java.lang.String param)
          Constructs new SMTP sender.
RemoteReceiver(Settings settings, java.lang.String param)
          Constructs new IMAP/POP3 receiver.
MultiRecipientFilter(TransportToolkit model, Settings settings, java.lang.String params)
           
CommandFilter(GameManager gm, Settings s, java.lang.String param)
           
 

Uses of Settings in talx.model.mail
 

Methods in talx.model.mail with parameters of type Settings
static Outbox[] Outbox.getBoxSet(Settings settings)
           
 

Uses of Settings in talx.view
 

Constructors in talx.view with parameters of type Settings
MailSystemDesktop(GameManager gm, Settings settings)
           
MailSystemDesktop(GameManager gm, Settings settings, java.awt.Dimension screenSize)
          This Constructor pretends that the desktop is as big as the given Dimension because Harrison incorrectly beleives that this solves more problems than it creates.
DialogManager(MailSystemDesktop ms, Settings settings)
           
 

Uses of Settings in talx.view.components
 

Fields in talx.view.components declared as Settings
protected  Settings TALPanel.settings
           
 

Constructors in talx.view.components with parameters of type Settings
TaskFrame(java.lang.String componentName, java.lang.String instructions, MailSystemDesktop ms, Settings settings)
          Creates an information dialogbox with no controls.
TALPanel(java.lang.String name, Settings settings)
          Constructs TALPanel using default layout manager for JPanel.
TALPanel(java.lang.String name, java.awt.LayoutManager layout, Settings settings)
           
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 Settings in talx.view.composer
 

Constructors in talx.view.composer with parameters of type Settings
VirtualKeyboardComposer(MailSystemDesktop ms, Settings settings, java.lang.String param)
          This Constructor intializes the ComposerGUI so that a user can reply to a message.
ReplyPane(ComposerGUI owner, Settings settings)
          Constructs a new reply pane with the given owner.
FatCaret(Settings settings)
          Creates a new caret with the appearance found in settings.
BuddyIconComposer(MailSystemDesktop ms, Settings settings, java.lang.String param)
           
BasicComposer(MailSystemDesktop ms, Settings settings, java.lang.String param)
           
 

Uses of Settings in talx.view.inbox
 

Fields in talx.view.inbox declared as Settings
protected  Settings AbstractInbox.settings
           
 

Methods in talx.view.inbox with parameters of type Settings
 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 Settings
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 Settings in talx.view.reader
 

Constructors in talx.view.reader with parameters of type Settings
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.