Uses of Interface
org.eclipse.mtj.api.devices.DevicePlatform

Packages that use DevicePlatform
org.eclipse.mtj.api.devices   
org.eclipse.mtj.api.devices.impl   
org.eclipse.mtj.api.devices.util   
org.eclipse.mtj.api.extension   
 

Uses of DevicePlatform in org.eclipse.mtj.api.devices
 

Methods in org.eclipse.mtj.api.devices that return DevicePlatform
 DevicePlatform DevicesFactory.createDevicePlatform()
          Returns a new object of class 'Device Platform'.
 

Uses of DevicePlatform in org.eclipse.mtj.api.devices.impl
 

Classes in org.eclipse.mtj.api.devices.impl that implement DevicePlatform
 class DevicePlatformImpl
          An implementation of the model object 'Device Platform'.
 

Methods in org.eclipse.mtj.api.devices.impl that return DevicePlatform
 DevicePlatform DevicesFactoryImpl.createDevicePlatform()
           
 

Uses of DevicePlatform in org.eclipse.mtj.api.devices.util
 

Methods in org.eclipse.mtj.api.devices.util with parameters of type DevicePlatform
 java.lang.Object DevicesSwitch.caseDevicePlatform(DevicePlatform object)
          Returns the result of interpretting the object as an instance of 'Device Platform'.
 

Uses of DevicePlatform in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension that return DevicePlatform
 DevicePlatform DeviceManagement.getDevicePlatformByName(java.lang.String name)
          Returns existing device platform by name.
 DevicePlatform[] DevicePlatformProvider.getDevicePlatforms()
          Method returns DevicePlatform objects.
 DevicePlatform[] DeviceManagement.getDevicePlatforms()
          Returns all existing device platforms.
 

Methods in org.eclipse.mtj.api.extension with parameters of type DevicePlatform
 DevicePlatformProvider DeviceManagement.getDevicePlatformProvider(DevicePlatform devicePlatform)
          Returns the device platform provider that owns the device platform.
 java.lang.String DevicePlatformProvider.getRootDirectory(DevicePlatform dp)
          Method returns installed DevicePlatform's root directory.
 void DevicePlatformProvider.launch(DevicePlatform dp, Device device, Deployment deployment, org.eclipse.jdt.launching.VMRunnerConfiguration vmRunnerConfig, org.eclipse.debug.core.ILaunchConfiguration launchConfig, org.eclipse.debug.core.ILaunch launch, java.lang.String runMode, java.lang.String projectNatureId, org.eclipse.core.runtime.IProgressMonitor monitor)
          Method launches the application, that is in the deployment, to the target device.
 void DeviceManagement.removeDevicePlatform(DevicePlatform devicePlatform)
          Removes the DevicePlatform from the owner DevicePlatformProdiver if the provider implements the ToolkitSupport interface.