Uses of Interface
org.eclipse.actf.core.runtime.IRuntimeContext

Packages that use IRuntimeContext
org.eclipse.actf.core   
org.eclipse.actf.core.runtime   
org.eclipse.actf.model   
 

Uses of IRuntimeContext in org.eclipse.actf.core
 

Fields in org.eclipse.actf.core declared as IRuntimeContext
protected  IRuntimeContext ActfCorePlugin.runtimeContext
           
 

Methods in org.eclipse.actf.core that return IRuntimeContext
 IRuntimeContext ActfCorePlugin.getRuntimeContext()
           
 

Uses of IRuntimeContext in org.eclipse.actf.core.runtime
 

Classes in org.eclipse.actf.core.runtime that implement IRuntimeContext
 class AbstractRuntimeContext
           
 class EclipseRuntimeContext
           
 class StandaloneRuntimeContext
           
 

Methods in org.eclipse.actf.core.runtime that return IRuntimeContext
 IRuntimeContext RuntimeContextFactory.getRuntimeContext()
           
 

Uses of IRuntimeContext in org.eclipse.actf.model
 

Fields in org.eclipse.actf.model declared as IRuntimeContext
protected  IRuntimeContext ModelRegistryChangeListener.runtimeContext
           
protected  IRuntimeContext AbstractModel.runtimeContext