Mobile Tools for Java
Release 1.0

Uses of Package
org.eclipse.mtj.core.model.device

Packages that use org.eclipse.mtj.core.model.device
org.eclipse.mtj.core.converter This package provides an API for converting a java project into an MTJ project. 
org.eclipse.mtj.core.importer This package provides an API for importing libraries, javadocs and devices. 
org.eclipse.mtj.core.model.configuration This package provides an API for managing configurations from MIDlet projects. 
org.eclipse.mtj.core.model.device This package provides an API for managing emulated devices. 
org.eclipse.mtj.core.model.device.impl This package provides basic implementations for emulated devices. 
org.eclipse.mtj.core.model.preprocessor.symbol This package provides the model for preprocessing symbols. 
org.eclipse.mtj.core.model.project This package provides an API for managing MIDlet suite projects. 
org.eclipse.mtj.core.model.project.impl This package provides basic implementations for the MIDlet suite project interfaces. 
org.eclipse.mtj.toolkit.uei This package provides the UEI device importing and editing capabilities. 
org.eclipse.mtj.ui.devices This package provides the user interface functionality for selecting a device from the registry. 
org.eclipse.mtj.ui.editors.device This package provides the user interface functionality for editing devices. 
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.core.converter
IDevice
          The device interface specifies the representation of an emulated device.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.core.importer
IDevice
          The device interface specifies the representation of an emulated device.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.core.model.configuration
IDevice
          The device interface specifies the representation of an emulated device.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.core.model.device
DeviceRegistry
          The device registry provides a place to store and retrieve devices by name.
IDevice
          The device interface specifies the representation of an emulated device.
IDeviceRegistryListener
          Implementations of this interface can subscribe to changes in the device registry.
IFoundDevicesList
          This interface provides a means to communicate a set of devices that are found while searching using the DeviceFactory.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.core.model.device.impl
IDevice
          The device interface specifies the representation of an emulated device.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.core.model.preprocessor.symbol
IDevice
          The device interface specifies the representation of an emulated device.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.core.model.project
IDevice
          The device interface specifies the representation of an emulated device.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.core.model.project.impl
IDevice
          The device interface specifies the representation of an emulated device.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.toolkit.uei
IDevice
          The device interface specifies the representation of an emulated device.
IDevice2
          An extension to the standard IDevice interface that allows the specification of a working directory.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.ui.devices
IDevice
          The device interface specifies the representation of an emulated device.
 

Classes in org.eclipse.mtj.core.model.device used by org.eclipse.mtj.ui.editors.device
IDevice
          The device interface specifies the representation of an emulated device.
 


Mobile Tools for Java
Release 1.0