Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.importer.IDeviceImporter

Packages that use IDeviceImporter
org.eclipse.mtj.core.importer.impl This package provides common support operations for use in emulators that are launched as Java classes. 
org.eclipse.mtj.core.model.device This package provides an API for managing emulated devices. 
org.eclipse.mtj.toolkit.uei This package provides the UEI device importing and editing capabilities. 
 

Uses of IDeviceImporter in org.eclipse.mtj.core.importer.impl
 

Classes in org.eclipse.mtj.core.importer.impl that implement IDeviceImporter
 class JavaEmulatorDeviceImporter
          Provides common support operations for use in emulators that are launched as Java classes.
 

Uses of IDeviceImporter in org.eclipse.mtj.core.model.device
 

Methods in org.eclipse.mtj.core.model.device that return IDeviceImporter
 IDeviceImporter DeviceImporterElement.getDeviceImporter()
          Get the device importer for the configuration element.
 

Uses of IDeviceImporter in org.eclipse.mtj.toolkit.uei
 

Classes in org.eclipse.mtj.toolkit.uei that implement IDeviceImporter
 class UEIDeviceImporter
          A device importer implementation that imports device information from a UEI device emulator.
 


Mobile Tools for Java
Release 1.0