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.getMTJRuntime()
          Return the list of runtimes that are associated to the project.
 MTJRuntimeList IMetaData.getRuntime()
          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 configurations)
           
 

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 removedConfig)
          Constructs a AddConfigEvent object.
SwitchActiveMTJRuntimeEvent(MTJRuntimeList source, MTJRuntime oldActiveConfig, MTJRuntime newActiveConfig)
          Constructs a SwitchActiveMTJRuntimeEvent object.
 


Mobile Tools for Java
Release 1.0