Uses of Interface
crystalspace.jbind.interfaces.imap.ldrctxt.iLoaderContext

Packages that use iLoaderContext
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.map.ldrctxt   
crystalspace.jbind.interfaces.iengine.engine   
 

Uses of iLoaderContext in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine that return iLoaderContext
 iLoaderContext csEngine.createLoaderContext()
           
 iLoaderContext csEngine.createLoaderContext(iRegion region, boolean curRegOnly)
           
 iLoaderContext csEngine.createLoaderContext(iRegion region)
           
 

Uses of iLoaderContext in crystalspace.jbind.impl.map.ldrctxt
 

Classes in crystalspace.jbind.impl.map.ldrctxt that implement iLoaderContext
 class csLoaderContext
           
 

Uses of iLoaderContext in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine that return iLoaderContext
 iLoaderContext iEngine.createLoaderContext()
          Create a loader context that you can give to loader plugins.
 iLoaderContext iEngine.createLoaderContext(iRegion region)
          Create a loader context that you can give to loader plugins.
 iLoaderContext iEngine.createLoaderContext(iRegion region, boolean curRegOnly)
          Create a loader context that you can give to loader plugins.