Uses of Interface
org.eclipse.corona.core.IRuntimeContext

Packages that use IRuntimeContext
org.eclipse.corona.core   
 

Uses of IRuntimeContext in org.eclipse.corona.core
 

Classes in org.eclipse.corona.core that implement IRuntimeContext
 class RuntimeContext
           
 class SystemRuntimeContext
           
 

Methods in org.eclipse.corona.core that return IRuntimeContext
 IRuntimeContext SystemRuntimeContext.getContext(java.lang.String containerURI)
           
 IRuntimeContext IRuntimeContextFactory.getContext(java.lang.String containerURI)
           
static IRuntimeContext RuntimeContext.getRuntimeContext()
           
 

Constructors in org.eclipse.corona.core with parameters of type IRuntimeContext
RuntimeContext(IRuntimeContext parent, java.lang.Object container)
           
RuntimeContext(IRuntimeContext parent, java.lang.Object container, java.lang.Object containerHome)
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.