Mobile Tools for Java
Release 1.0

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

This package provides an API for managing emulated devices.

See:
          Description

Interface Summary
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.
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.
IProjectDeviceConfiguration Instances of IProjectDeviceConfiguration provide information for handling device fragmentation when compiling projects.
 

Class Summary
DeviceFactory The device factory allows access to creation of devices based on the available registered device importers.
DeviceImporterElement Wraps an IConfigurationElement for use as a device importer.
DeviceRegistry The device registry provides a place to store and retrieve devices by name.
SimpleFoundDevicesList Simple implementation of the IFoundDevicesList interface.
 

Package org.eclipse.mtj.core.model.device Description

This package provides an API for managing emulated devices.


Mobile Tools for Java
Release 1.0