Uses of Interface
com.jme.system.GameSettings

Packages that use GameSettings
com.jme.app   
com.jme.input.controls   
com.jme.system   
com.jme.system.lwjgl   
com.jmex.editors.swing.settings   
com.jmex.game   
 

Uses of GameSettings in com.jme.app
 

Classes in com.jme.app that implement GameSettings
(package private) static class BaseGame.BaseGameSettings
          A PropertiesGameSettings which defaults Fullscreen to TRUE.
 

Fields in com.jme.app declared as GameSettings
protected  GameSettings AbstractGame.settings
          Game display properties.
 

Methods in com.jme.app that return GameSettings
protected abstract  GameSettings AbstractGame.getNewSettings()
          Subclasses must implement getNewSettings to instantiate and populate a GameSettings object.
protected  GameSettings BaseGame.getNewSettings()
           
protected  GameSettings BaseHeadlessApp.getNewSettings()
          TODO: Implement
protected  GameSettings VariableTimestepGame.getNewSettings()
           
 

Uses of GameSettings in com.jme.input.controls
 

Methods in com.jme.input.controls with parameters of type GameSettings
static GameControlManager GameControlManager.load(GameSettings settings)
           
static void GameControlManager.save(GameControlManager manager, GameSettings settings)
           
 

Uses of GameSettings in com.jme.system
 

Classes in com.jme.system that implement GameSettings
 class AbstractGameSettings
          Code generally useful to all typical GameSettings implementations.
 class PreferencesGameSettings
          PreferencesGameSettings uses the Preferences system in Java and implements the GameSettings interface.
 class PropertiesGameSettings
          PropertiesGameSettings handles loading and saving a properties file that defines the display settings.
 

Constructors in com.jme.system with parameters of type GameSettings
PropertiesDialog(GameSettings source, java.lang.String imageFile)
          Constructor builds the interface for the PropertiesDialog.
PropertiesDialog(GameSettings source, java.net.URL imageFile)
          Constructor builds the interface for the PropertiesDialog.
PropertiesDialog2(GameSettings source, java.lang.String imageFile)
          Constructor for the PropertiesDialog.
PropertiesDialog2(GameSettings source, java.net.URL imageFile)
          Constructor for the PropertiesDialog.
 

Uses of GameSettings in com.jme.system.lwjgl
 

Constructors in com.jme.system.lwjgl with parameters of type GameSettings
LWJGLPropertiesDialog(GameSettings source, java.lang.String imageFile)
          Constructor for the PropertiesDialog.
LWJGLPropertiesDialog(GameSettings source, java.lang.String imageFile, java.util.Stack<java.lang.Runnable> mainThreadTasks)
          Constructor for the PropertiesDialog.
LWJGLPropertiesDialog(GameSettings source, java.net.URL imageFile)
          Constructor for the PropertiesDialog.
LWJGLPropertiesDialog(GameSettings source, java.net.URL imageFile, java.util.Stack<java.lang.Runnable> mainThreadTasks)
          Constructor for the PropertiesDialog.
 

Uses of GameSettings in com.jmex.editors.swing.settings
 

Methods in com.jmex.editors.swing.settings with parameters of type GameSettings
static boolean GameSettingsPanel.prompt(GameSettings settings)
           
static boolean GameSettingsPanel.prompt(GameSettings settings, java.lang.String title)
           
 

Constructors in com.jmex.editors.swing.settings with parameters of type GameSettings
GameSettingsPanel(GameSettings settings)
           
 

Uses of GameSettings in com.jmex.game
 

Methods in com.jmex.game that return GameSettings
protected  GameSettings StandardGame.getNewSettings()
           
 GameSettings StandardGame.getSettings()
          The GameSettings implementation being utilized in this instance of StandardGame.
 

Constructors in com.jmex.game with parameters of type GameSettings
StandardGame(java.lang.String gameName, StandardGame.GameType type, GameSettings settings)
           
StandardGame(java.lang.String gameName, StandardGame.GameType type, GameSettings settings, java.lang.Thread.UncaughtExceptionHandler exceptionHandler)