Uses of Class
net.jetrix.config.Settings

Packages that use Settings
net.jetrix.commands Contains concrete Command implementations. 
net.jetrix.config Configuration classes for Jetrix elements (server, channels, filters, etc..). 
net.jetrix.messages.channel Message implementations related to the game channel. 
 

Uses of Settings in net.jetrix.commands
 

Methods in net.jetrix.commands with parameters of type Settings
 void ModeCommand.updateSetting(Settings settings, int[] mode)
           
 

Uses of Settings in net.jetrix.config
 

Methods in net.jetrix.config that return Settings
static Settings Settings.getDefaultSettings()
          Returns the default Settings object.
 Settings ServerConfig.getDefaultSettings()
           
 Settings Puzzle.getSettings()
           
 Settings ChannelConfig.getSettings()
          Gets game parameters.
 

Methods in net.jetrix.config with parameters of type Settings
static void Settings.setDefaultSettings(Settings defaultSettings)
          Sets the default Settings object.
 void ServerConfig.setDefaultSettings(Settings defaultSettings)
           
 void Puzzle.setSettings(Settings settings)
           
 void ChannelConfig.setSettings(Settings settings)
          Sets game parameters.
 

Uses of Settings in net.jetrix.messages.channel
 

Methods in net.jetrix.messages.channel that return Settings
 Settings NewGameMessage.getSettings()
           
 

Methods in net.jetrix.messages.channel with parameters of type Settings
 void NewGameMessage.setSettings(Settings settings)
           
 

Constructors in net.jetrix.messages.channel with parameters of type Settings
NewGameMessage(int slot, Settings settings)
           
NewGameMessage(Settings settings)
           
 



Copyright © 2001-2010. All Rights Reserved.