Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.sdk.device.IAPI

Packages that use IAPI
org.eclipse.mtj.core This package provides core constants and models. 
org.eclipse.mtj.core.sdk.device This package provides an API for managing the device definition and importing. 
org.eclipse.mtj.core.sdk.device.midp This package provides an API for managing MIDP devices. 
org.eclipse.mtj.ui.editors.device This package provides the user interface functionality for editing devices. 
 

Uses of IAPI in org.eclipse.mtj.core
 

Methods in org.eclipse.mtj.core that return IAPI
static IAPI MTJCore.createNewAPI(ProjectType projectType)
          Create a new IAPI instance.
 

Uses of IAPI in org.eclipse.mtj.core.sdk.device
 

Methods in org.eclipse.mtj.core.sdk.device that return types with arguments of type IAPI
 List<? extends IAPI> ILibrary.getAPIs()
          Return the APIs associated with this library instance.
 

Method parameters in org.eclipse.mtj.core.sdk.device with type arguments of type IAPI
 void ILibrary.setApis(List<? extends IAPI> apis)
          Set the APIs associated with this library instance.
 

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

Subinterfaces of IAPI in org.eclipse.mtj.core.sdk.device.midp
 interface IMIDPAPI
          This an IAPI extension to provide utility methods to deal with MIDP/CLDC specific APIs and will be used on IMIDPDevice's.
 

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

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

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


Mobile Tools for Java
Release 1.0