Uses of Interface
crystalspace.jbind.interfaces.iJPointer

Packages that use iJPointer
crystalspace.jbind.impl   
crystalspace.jbind.impl.csgeom.objmodel   
crystalspace.jbind.impl.csgfx.shadervar   
crystalspace.jbind.impl.csutil.comp   
crystalspace.jbind.impl.csutil.event   
crystalspace.jbind.impl.engine.fview   
crystalspace.jbind.impl.engine.light   
crystalspace.jbind.impl.engine.mesh   
crystalspace.jbind.impl.engine.movable   
crystalspace.jbind.impl.engine.objwatch   
crystalspace.jbind.impl.engine.portal   
crystalspace.jbind.impl.engine.sector   
crystalspace.jbind.impl.engine.shadcast   
crystalspace.jbind.impl.engine.sharevar   
crystalspace.jbind.impl.engine.texture   
crystalspace.jbind.impl.engine.viscul   
crystalspace.jbind.impl.mesh.object   
crystalspace.jbind.impl.video.fontserv   
crystalspace.jbind.impl.video.graph2d   
crystalspace.jbind.impl.video.vbufmgr   
crystalspace.jbind.interfaces.iengine.fview   
crystalspace.jbind.interfaces.iengine.light   
crystalspace.jbind.interfaces.iengine.mesh   
crystalspace.jbind.interfaces.iengine.movable   
crystalspace.jbind.interfaces.iengine.objwatch   
crystalspace.jbind.interfaces.iengine.portal   
crystalspace.jbind.interfaces.iengine.sector   
crystalspace.jbind.interfaces.iengine.shadcast   
crystalspace.jbind.interfaces.iengine.sharevar   
crystalspace.jbind.interfaces.iengine.texture   
crystalspace.jbind.interfaces.iengine.viscul   
crystalspace.jbind.interfaces.igeom.objmodel   
crystalspace.jbind.interfaces.igfx.shadervar   
crystalspace.jbind.interfaces.imesh.object   
crystalspace.jbind.interfaces.iutil.comp   
crystalspace.jbind.interfaces.iutil.event   
crystalspace.jbind.interfaces.ivideo.fontserv   
crystalspace.jbind.interfaces.ivideo.graph2d   
crystalspace.jbind.interfaces.ivideo.vbufmgr   
crystalspace.jbind.tutorial   
 

Uses of iJPointer in crystalspace.jbind.impl
 

Methods in crystalspace.jbind.impl with parameters of type iJPointer
static void csNOM.addJavaObjectNativeObjectLinkS(iJPointer javaPointer, iPointer nativePointer)
          Link a java interface with the native peer implementation
 void csNOM.addJavaObjectNativeObjectLink(iJPointer javaPointer, iPointer nativePointer)
          Link a java interface with the native peer implementation
static iPointer[] csNOM.getNativeObjectS(iJPointer javaPointer)
          This method return all the native implementation for a java interface.
 iPointer[] csNOM.getNativeObject(iJPointer javaPointer)
          This method return all the native implementation for a java interface.
static iPointer csNOM.getNativeObjectForInterfaceS(iJPointer javaPointer, java.lang.Class cClass)
          This method return all the native implementation for a java interface.
 iPointer csNOM.getNativeObjectForInterface(iJPointer javaPointer, java.lang.Class cClass)
          This method return all the native implementation for a java interface.
static iPointer csNOM.getFirstNativeObjectS(iJPointer javaPointer)
          This method return the first native implementation for a java interface.
 iPointer csNOM.getFirstNativeObject(iJPointer javaPointer)
          This method return the first native implementation for a java interface.
 

Uses of iJPointer in crystalspace.jbind.impl.csgeom.objmodel
 

Classes in crystalspace.jbind.impl.csgeom.objmodel that implement iJPointer
 class csObjectModelListener
           
 

Uses of iJPointer in crystalspace.jbind.impl.csgfx.shadervar
 

Classes in crystalspace.jbind.impl.csgfx.shadervar that implement iJPointer
 class csShaderVariableAccessor
           
 

Uses of iJPointer in crystalspace.jbind.impl.csutil.comp
 

Classes in crystalspace.jbind.impl.csutil.comp that implement iJPointer
 class csComponent
           
 

Uses of iJPointer in crystalspace.jbind.impl.csutil.event
 

Classes in crystalspace.jbind.impl.csutil.event that implement iJPointer
 class csEventHandler
           
 class csEventPlug
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.fview
 

Classes in crystalspace.jbind.impl.engine.fview that implement iJPointer
 class csFrustumViewObjectFunc
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.light
 

Classes in crystalspace.jbind.impl.engine.light that implement iJPointer
 class csLightCallback
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.mesh
 

Classes in crystalspace.jbind.impl.engine.mesh that implement iJPointer
 class csMeshDrawCallback
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.movable
 

Classes in crystalspace.jbind.impl.engine.movable that implement iJPointer
 class csMovableListener
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.objwatch
 

Classes in crystalspace.jbind.impl.engine.objwatch that implement iJPointer
 class csObjectWatcherListener
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.portal
 

Classes in crystalspace.jbind.impl.engine.portal that implement iJPointer
 class csPortalCallback
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.sector
 

Classes in crystalspace.jbind.impl.engine.sector that implement iJPointer
 class csSectorCallback
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.shadcast
 

Classes in crystalspace.jbind.impl.engine.shadcast that implement iJPointer
 class csShadowReceiver
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.sharevar
 

Classes in crystalspace.jbind.impl.engine.sharevar that implement iJPointer
 class csSharedVariableListener
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.texture
 

Classes in crystalspace.jbind.impl.engine.texture that implement iJPointer
 class csTextureCallback
           
 

Uses of iJPointer in crystalspace.jbind.impl.engine.viscul
 

Classes in crystalspace.jbind.impl.engine.viscul that implement iJPointer
 class csVisibilityCullerListener
           
 

Uses of iJPointer in crystalspace.jbind.impl.mesh.object
 

Classes in crystalspace.jbind.impl.mesh.object that implement iJPointer
 class csMeshObjectDrawCallback
           
 

Uses of iJPointer in crystalspace.jbind.impl.video.fontserv
 

Classes in crystalspace.jbind.impl.video.fontserv that implement iJPointer
 class csFontDeleteNotify
           
 

Uses of iJPointer in crystalspace.jbind.impl.video.graph2d
 

Classes in crystalspace.jbind.impl.video.graph2d that implement iJPointer
 class csOffscreenCanvasCallback
           
 

Uses of iJPointer in crystalspace.jbind.impl.video.vbufmgr
 

Classes in crystalspace.jbind.impl.video.vbufmgr that implement iJPointer
 class csVertexBufferManagerClient
           
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.fview
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.fview
 interface iFrustumViewObjectFunc
           
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.light
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.light
 interface iLightCallback
          Set a callback which is called when this light color is changed.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.mesh
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.mesh
 interface iMeshDrawCallback
          Set a callback which is called just before the object is drawn.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.movable
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.movable
 interface iMovableListener
          Implement this class if you're interested in hearing about movable changes.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.objwatch
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.objwatch
 interface iObjectWatcherListener
          Implement this interface if you're interested in hearing about object watcher events.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.portal
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.portal
 interface iPortalCallback
          When a sector is missing this callback will be called.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.sector
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.sector
 interface iSectorCallback
          Set a callback which is called when this sector is traversed.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.shadcast
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.shadcast
 interface iShadowReceiver
          An object that is interested in getting shadow information.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.sharevar
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.sharevar
 interface iSharedVariableListener
          A listener so that you can get notified when a variable is changed.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.texture
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.texture
 interface iTextureCallback
          A callback for when a iTextureWrapper is used.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iengine.viscul
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iengine.viscul
 interface iVisibilityCullerListener
          Implement this interface when you want to get notified about visible objects detected by the visibility cullers.
 

Uses of iJPointer in crystalspace.jbind.interfaces.igeom.objmodel
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.igeom.objmodel
 interface iObjectModelListener
          Implement this class if you're interested in hearing about when the object model changes.
 

Uses of iJPointer in crystalspace.jbind.interfaces.igfx.shadervar
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.igfx.shadervar
 interface iShaderVariableAccessor
          Interface to an accessorcallback for shadervariables.
 

Uses of iJPointer in crystalspace.jbind.interfaces.imesh.object
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.imesh.object
 interface iMeshObjectDrawCallback
          Set a callback which is called just before the object is drawn.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iutil.comp
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iutil.comp
 interface iComponent
          This interface describes a generic component in Crystal Space.
 

Uses of iJPointer in crystalspace.jbind.interfaces.iutil.event
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.iutil.event
 interface iEventHandler
          This interface describes an entity that can receive events.
 interface iEventPlug
          Event plug interface, also referred as "event source".
 

Uses of iJPointer in crystalspace.jbind.interfaces.ivideo.fontserv
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.ivideo.fontserv
 interface iFontDeleteNotify
          Called before a font is deleted.
 

Uses of iJPointer in crystalspace.jbind.interfaces.ivideo.graph2d
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.ivideo.graph2d
 interface iOffscreenCanvasCallback
          When you create an offscreen canvas (CreateOffscreenCanvas()) then you can use this callback to get informed when the texture has been modified (FinishDraw() called) or a palette entry is modified.
 

Uses of iJPointer in crystalspace.jbind.interfaces.ivideo.vbufmgr
 

Subinterfaces of iJPointer in crystalspace.jbind.interfaces.ivideo.vbufmgr
 interface iVertexBufferManagerClient
          Objects using services provided by the vertexbuffermanager can register with the manager to receive information about it current state, e.g. the manager tells its clients if he is going down, closes etc.
 

Uses of iJPointer in crystalspace.jbind.tutorial
 

Classes in crystalspace.jbind.tutorial that implement iJPointer
 class CTutorial2
           
 class CTutorial3
           
 class CTutorial4