Uses of Interface
com.jme.util.export.InputCapsule

Packages that use InputCapsule
com.jme.util.export   
com.jme.util.export.binary   
com.jme.util.export.binary.modules   
com.jme.util.export.xml   
 

Uses of InputCapsule in com.jme.util.export
 

Methods in com.jme.util.export that return InputCapsule
 InputCapsule JMEImporter.getCapsule(Savable id)
           
 

Uses of InputCapsule in com.jme.util.export.binary
 

Classes in com.jme.util.export.binary that implement InputCapsule
 class BinaryInputCapsule
           
 

Methods in com.jme.util.export.binary with parameters of type InputCapsule
static Savable BinaryClassLoader.fromName(java.lang.String className, InputCapsule inputCapsule)
          fromName creates a new Savable from the provided class name.
 Savable BinaryLoaderModule.load(InputCapsule inputCapsule)
           
 

Uses of InputCapsule in com.jme.util.export.binary.modules
 

Methods in com.jme.util.export.binary.modules with parameters of type InputCapsule
 Savable BinaryAbstractCameraModule.load(InputCapsule inputCapsule)
           
 Savable BinaryBlendStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryClipStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryColorMaskStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryCullStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryFogStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryFragmentProgramStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryGLSLShaderObjectsStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryLightStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryMaterialStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryShadeStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryStencilStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryTextureStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryVertexProgramStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryWireframeStateModule.load(InputCapsule inputCapsule)
           
 Savable BinaryZBufferStateModule.load(InputCapsule inputCapsule)
           
 

Uses of InputCapsule in com.jme.util.export.xml
 

Classes in com.jme.util.export.xml that implement InputCapsule
 class DOMInputCapsule
          Part of the jME XML IO system as introduced in the google code jmexml project.
 

Methods in com.jme.util.export.xml that return InputCapsule
 InputCapsule XMLImporter.getCapsule(Savable id)