Uses of Class
org.jtgl.ext.JTGLExtensionManager

Packages that use JTGLExtensionManager
org.jtgl.ext   
org.jtgl.micro   
 

Uses of JTGLExtensionManager in org.jtgl.ext
 

Subclasses of JTGLExtensionManager in org.jtgl.ext
 class DefaultExtensionManager
          Default lightweight ExtensionManager implementation.
 

Methods in org.jtgl.ext that return JTGLExtensionManager
static JTGLExtensionManager JTGLExtensionManager.getInstance()
           
 

Methods in org.jtgl.ext with parameters of type JTGLExtensionManager
protected static void JTGLExtensionManager.registerManagerInstance(JTGLExtensionManager _instance)
           
 

Uses of JTGLExtensionManager in org.jtgl.micro
 

Subclasses of JTGLExtensionManager in org.jtgl.micro
 class MicroExtensionManager
          A minimun JTGLExtensionManager implementation, suitable for constrained environments where only a query by extensionKey is enought to access a concrete JTGLExtension instance.