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

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

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

Classes in com.aurorasoftworks.signal.runtime.core.context that implement IContext
 class Context
          A default implementation of the IContext interface.
 

Methods in com.aurorasoftworks.signal.runtime.core.context that return IContext
protected  IContext ContextClassLoader.createContextInstance(java.lang.Class contextClassName)
          Creates a context instance.
 IContext IContextLoader.loadContext(java.lang.String contextName)
          Loads a context from the specified location.
 IContext ContextClassLoader.loadContext(java.lang.String contextClass)
          Loads a context by instantiating the specified class.
 

Methods in com.aurorasoftworks.signal.runtime.core.context with parameters of type IContext
 void IContextAware.setContext(IContext context)
           
 

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

Methods in com.aurorasoftworks.signal.runtime.ui.mvc that return IContext
 IContext AbstractControllerMethodInterceptor.getContext()
           
protected  IContext AbstractApplicationMIDlet.getContext()
           
protected  IContext AbstractApplicationMIDlet.loadContext(java.lang.String contextName, IContextLoader loader)
           
 

Methods in com.aurorasoftworks.signal.runtime.ui.mvc with parameters of type IContext
 void AbstractControllerMethodInterceptor.setContext(IContext context)
           
 

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

Methods in com.aurorasoftworks.signal.runtime.ui.mvc.lwuit that return IContext
protected  IContext AbstractApplicationMIDlet.loadContext(java.lang.String contextName, IContextLoader loader)
           
 



Copyright © 2010. All Rights Reserved.