Uses of Class
com.jmex.awt.applet.StandardApplet.GameType

Packages that use StandardApplet.GameType
com.jmex.awt.applet   
 

Uses of StandardApplet.GameType in com.jmex.awt.applet
 

Methods in com.jmex.awt.applet that return StandardApplet.GameType
 StandardApplet.GameType StandardApplet.getType()
           
static StandardApplet.GameType StandardApplet.GameType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StandardApplet.GameType[] StandardApplet.GameType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jmex.awt.applet with parameters of type StandardApplet.GameType
 void StandardApplet.setType(StandardApplet.GameType type)