Uses of Interface
com.aurorasoftworks.signal.runtime.core.context.IContextLoader

Packages that use IContextLoader
com.aurorasoftworks.signal.runtime.core.context   
com.aurorasoftworks.signal.runtime.ui.mvc   
com.aurorasoftworks.signal.runtime.ui.mvc.lwuit   
com.aurorasoftworks.signal.runtime.ui.mvc.midp   
 

Uses of IContextLoader in com.aurorasoftworks.signal.runtime.core.context
 

Classes in com.aurorasoftworks.signal.runtime.core.context that implement IContextLoader
 class ContextClassLoader
          An implementation of the IContextLoader interface that instantiates IContext objects with reflection.
 

Methods in com.aurorasoftworks.signal.runtime.core.context that return IContextLoader
static IContextLoader ContextClassLoader.getInstance()
          Returns the singleton instance of this class.
 

Uses of IContextLoader in com.aurorasoftworks.signal.runtime.ui.mvc
 

Methods in com.aurorasoftworks.signal.runtime.ui.mvc with parameters of type IContextLoader
protected  IContext AbstractApplicationMIDlet.loadContext(java.lang.String contextName, IContextLoader loader)
           
 

Constructors in com.aurorasoftworks.signal.runtime.ui.mvc with parameters of type IContextLoader
AbstractApplicationMIDlet(java.lang.String contextName, IContextLoader loader)
           
 

Uses of IContextLoader in com.aurorasoftworks.signal.runtime.ui.mvc.lwuit
 

Methods in com.aurorasoftworks.signal.runtime.ui.mvc.lwuit with parameters of type IContextLoader
protected  IContext AbstractApplicationMIDlet.loadContext(java.lang.String contextName, IContextLoader loader)
           
 

Constructors in com.aurorasoftworks.signal.runtime.ui.mvc.lwuit with parameters of type IContextLoader
AbstractApplicationMIDlet(java.lang.String contextName, IContextLoader loader)
           
 

Uses of IContextLoader in com.aurorasoftworks.signal.runtime.ui.mvc.midp
 

Constructors in com.aurorasoftworks.signal.runtime.ui.mvc.midp with parameters of type IContextLoader
AbstractApplicationMIDlet(java.lang.String contextName, IContextLoader loader)
           
 



Copyright © 2010. All Rights Reserved.