Uses of Class
com.jme.app.AbstractGame.ConfigShowMode

Packages that use AbstractGame.ConfigShowMode
com.jme.app   
 

Uses of AbstractGame.ConfigShowMode in com.jme.app
 

Methods in com.jme.app that return AbstractGame.ConfigShowMode
static AbstractGame.ConfigShowMode AbstractGame.ConfigShowMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractGame.ConfigShowMode[] AbstractGame.ConfigShowMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.app with parameters of type AbstractGame.ConfigShowMode
 void AbstractGame.setConfigShowMode(AbstractGame.ConfigShowMode mode)
          Defines if and when the display properties dialog should be shown.
 void AbstractGame.setConfigShowMode(AbstractGame.ConfigShowMode mode, java.net.URL imageOverride)
          setConfigShowMode defines if and when the display properties dialog should be shown as well as its accompanying image.