Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.sdk.device.midp.library.api.API

Packages that use API
org.eclipse.mtj.core.sdk.device.midp.library This package provides an API for managing library elements. 
org.eclipse.mtj.ui.editors.device This package provides the user interface functionality for editing devices. 
 

Uses of API in org.eclipse.mtj.core.sdk.device.midp.library
 

Methods in org.eclipse.mtj.core.sdk.device.midp.library that return API
 API ILibrary.getAPI(APIType apiType)
          Return the first API with a type matching the specified API type or null if none can be found.
 API[] ILibrary.getAPIs()
          Return the APIs associated with this library instance.
 API ILibrary.getConfiguration()
          Return the configuration API or null if this library does not provide a configuration.
 API ILibrary.getProfile()
          Return the profile API or null if this library does not provide a configuration.
 

Methods in org.eclipse.mtj.core.sdk.device.midp.library with parameters of type API
 void ILibrary.setApis(API[] apis)
           
 

Uses of API in org.eclipse.mtj.ui.editors.device
 

Methods in org.eclipse.mtj.ui.editors.device that return API
 API[] LibraryApiEditorDialog.getAPIs()
          Get the selected APIs.
 

Methods in org.eclipse.mtj.ui.editors.device with parameters of type API
 void LibraryApiEditorDialog.setAPIs(API[] apis)
          Set the library to be edited.
 


Mobile Tools for Java
Release 1.0