Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.importer.properties.JavaEmulatorDeviceProperties

Packages that use JavaEmulatorDeviceProperties
org.eclipse.mtj.core.importer.properties This package provides device launching properties common to Java based Emulators. 
 

Uses of JavaEmulatorDeviceProperties in org.eclipse.mtj.core.importer.properties
 

Methods in org.eclipse.mtj.core.importer.properties that return JavaEmulatorDeviceProperties
static JavaEmulatorDeviceProperties JavaEmulatorDeviceProperties.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JavaEmulatorDeviceProperties[] JavaEmulatorDeviceProperties.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


Mobile Tools for Java
Release 1.0