Uses of Interface
com.jme.system.SystemProvider

Packages that use SystemProvider
com.jme.system   
com.jme.system.dummy   
com.jme.system.jogl   
com.jme.system.lwjgl   
 

Uses of SystemProvider in com.jme.system
 

Methods in com.jme.system that return SystemProvider
static SystemProvider DisplaySystem.getSystemProvider()
          Returns the currently system provider.
 

Methods in com.jme.system with parameters of type SystemProvider
static void DisplaySystem.setSystemProvider(SystemProvider provider)
          Sets the SystemProvider to be provider.
 

Uses of SystemProvider in com.jme.system.dummy
 

Classes in com.jme.system.dummy that implement SystemProvider
 class DummySystemProvider
           SystemProvider for DummyDisplaySystem.
 

Uses of SystemProvider in com.jme.system.jogl
 

Classes in com.jme.system.jogl that implement SystemProvider
 class JOGLSystemProvider
           
 

Uses of SystemProvider in com.jme.system.lwjgl
 

Classes in com.jme.system.lwjgl that implement SystemProvider
 class LWJGLSystemProvider