Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.project.runtime.MTJRuntimeList

Packages that use MTJRuntimeList
org.eclipse.mtj.core.project This package provides an API for managing MTJ project elements. 
org.eclipse.mtj.core.project.runtime.event This package provides all events related classes and interfaces associated to the MTJRuntime API. 
 

Uses of MTJRuntimeList in org.eclipse.mtj.core.project
 

Methods in org.eclipse.mtj.core.project that return MTJRuntimeList
 MTJRuntimeList IMTJProject.getRuntimeList()
          Return the list of runtimes that are associated to the project.
 MTJRuntimeList IMetaData.getRuntimeList()
          Return the list of runtimes that are associated to the project.
 

Methods in org.eclipse.mtj.core.project with parameters of type MTJRuntimeList
 void IMetaData.setMTJRuntimeList(MTJRuntimeList runtimeList)
          Set the list of runtimes that are associated to the project.
 

Uses of MTJRuntimeList in org.eclipse.mtj.core.project.runtime.event
 

Constructors in org.eclipse.mtj.core.project.runtime.event with parameters of type MTJRuntimeList
AddMTJRuntimeEvent(MTJRuntimeList source, MTJRuntime addedRuntime)
          Constructs a AddMTJRuntimeEvent object.
RemoveMTJRuntimeEvent(MTJRuntimeList source, MTJRuntime removedRuntime)
          Creates a new instance of RemoveMTJRuntimeEvent.
SwitchActiveMTJRuntimeEvent(MTJRuntimeList source, MTJRuntime oldActiveConfig, MTJRuntime newActiveConfig)
          Creates a new instance of SwitchActiveMTJRuntimeEvent.
 


Mobile Tools for Java
Release 1.0