Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.sdk.device.midp.IMIDPAPI

Packages that use IMIDPAPI
org.eclipse.mtj.core.sdk.device.midp This package provides an API for managing MIDP devices. 
 

Uses of IMIDPAPI in org.eclipse.mtj.core.sdk.device.midp
 

Methods in org.eclipse.mtj.core.sdk.device.midp that return IMIDPAPI
 IMIDPAPI IMIDPLibrary.getAPI(MIDPAPIType apiType)
          Return the first IMIDPAPI instance that matches the specified API type.
 IMIDPAPI IMIDPDevice.getCLDCAPI()
          Return the configured Configuration API for the device instance.
 IMIDPAPI IMIDPLibrary.getConfiguration()
          Return the IMIDPAPI instance that corresponds to a configuration.
 IMIDPAPI IMIDPDevice.getMIDPAPI()
          Return the configured Profile API for the device instance.
 IMIDPAPI IMIDPLibrary.getProfile()
          Return the IMIDPAPI instance that corresponds to a profile.
 


Mobile Tools for Java
Release 1.0