Mobile Tools for Java
Release 1.0

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

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

Uses of MTJRuntime in org.eclipse.mtj.core.project.runtime
 

Methods in org.eclipse.mtj.core.project.runtime that return MTJRuntime
 MTJRuntime MTJRuntimeList.getActiveMTJRuntime()
          Get the active configuration.
 

Methods in org.eclipse.mtj.core.project.runtime with parameters of type MTJRuntime
 boolean MTJRuntimeList.add(MTJRuntime config)
           
 void MTJRuntimeList.switchActiveMTJRuntime(MTJRuntime configuration)
          Switch the current active configuration.
 

Method parameters in org.eclipse.mtj.core.project.runtime with type arguments of type MTJRuntime
 boolean MTJRuntimeList.addAll(Collection<? extends MTJRuntime> configs)
           
 

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

Methods in org.eclipse.mtj.core.project.runtime.event that return MTJRuntime
 MTJRuntime AddMTJRuntimeEvent.getAddedMTJRuntime()
          Get the MTJRuntime that was added to the MTJ Project.
 MTJRuntime SwitchActiveMTJRuntimeEvent.getNewActiveMTJRuntime()
           
 MTJRuntime SwitchActiveMTJRuntimeEvent.getOldActiveMTJRuntime()
           
 MTJRuntime RemoveMTJRuntimeEvent.getRemovedMTJRuntime()
           
 

Methods in org.eclipse.mtj.core.project.runtime.event with parameters of type MTJRuntime
 void AddMTJRuntimeEvent.setMTJRuntime(MTJRuntime addedRuntime)
          Set the MTJRuntime to be added.
 void SwitchActiveMTJRuntimeEvent.setNewActiveMTJRuntime(MTJRuntime newActiveConfig)
           
 void SwitchActiveMTJRuntimeEvent.setOldActiveMTJRuntime(MTJRuntime oldActiveConfig)
           
 void RemoveMTJRuntimeEvent.setRemovedMTJRuntime(MTJRuntime removedConfig)
           
 

Constructors in org.eclipse.mtj.core.project.runtime.event with parameters of type MTJRuntime
AddMTJRuntimeEvent(MTJRuntimeList source, MTJRuntime addedRuntime)
          Constructs a AddMTJRuntimeEvent object.
MTJRuntimeDeviceChangeEvent(MTJRuntime source, IDevice oldDevice, IDevice newDevice)
          Constructor.
MTJRuntimeNameChangeEvent(MTJRuntime source, String oldConfigName, String newCongigName)
          Constructor.
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