talx x1.0.5

Uses of Class
talx.util.StringValueMap

Packages that use StringValueMap
talx.controller.base Defines the "standard" behaviors for the system. 
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.util Provides general assistance for non-visual tasks unrealated to messaging. 
talx.view.inbox Provides visual components for selecting a correspondent. 
talx.view.reader Provides visual components for reading a message. 
 

Uses of StringValueMap in talx.controller.base
 

Fields in talx.controller.base declared as StringValueMap
protected  StringValueMap DialogInterceptor.sequences
          The sequences to execute for the given commands.
 

Uses of StringValueMap in talx.games.helpdesk
 

Constructors in talx.games.helpdesk with parameters of type StringValueMap
HelpDeskGame(Player p, GameManager g, StringValueMap text)
          Creates a new help desk game for the given player.
 

Uses of StringValueMap in talx.games.survey
 

Constructors in talx.games.survey with parameters of type StringValueMap
SurveyGame(Player p, GameManager g, StringValueMap text)
          Creates a new help desk game for the given player.
 

Uses of StringValueMap in talx.games.tech
 

Constructors in talx.games.tech with parameters of type StringValueMap
TechGame(Player p, GameManager g, StringValueMap text)
           
 

Uses of StringValueMap in talx.model
 

Fields in talx.model declared as StringValueMap
protected  StringValueMap GameState.components
           
 

Methods in talx.model that return StringValueMap
 StringValueMap GUIState.getProps()
           
 

Uses of StringValueMap in talx.util
 

Methods in talx.util that return StringValueMap
static StringValueMap StringValueMap.fromString(java.lang.String source)
          Translates the results of the toString method back to a StringValueMap.
 StringValueMap StringValueMap.put(java.lang.String key, java.io.Serializable value)
          Returns a new StringValueMap that associates the value with the key.
static StringValueMap FeatureDescriptor.splitPairs(java.lang.String s)
          Splits the given string into name=value pairs.
 

Uses of StringValueMap in talx.view.inbox
 

Methods in talx.view.inbox with parameters of type StringValueMap
 void ArchiveMultiInbox.init(StringValueMap extraButtonData)
          Calls super init.
 void ArchiveInbox.init(StringValueMap extraButtonData)
          Calls super init.
 void AbstractInbox.init(StringValueMap extraButtonData)
          Adds all controls to the inbox.
 

Uses of StringValueMap in talx.view.reader
 

Fields in talx.view.reader declared as StringValueMap
protected  StringValueMap BasicReader.captions
           
 


talx x1.0.5

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