Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.sdk.device.midp.library.ILibraryImporter

Packages that use ILibraryImporter
org.eclipse.mtj.core This package provides core constants and models. 
org.eclipse.mtj.core.sdk.device.midp.library This package provides an API for managing library elements. 
 

Uses of ILibraryImporter in org.eclipse.mtj.core
 

Methods in org.eclipse.mtj.core that return ILibraryImporter
static ILibraryImporter MTJCore.getLibraryImporter(String type)
          Returns a library importer associated to a specific type.
 

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

Methods in org.eclipse.mtj.core.sdk.device.midp.library that return ILibraryImporter
 ILibraryImporter ILibraryImporterRegistry.getLibraryImporter(String importerId)
          Retrieve a ILibraryImporter from registry.
 

Methods in org.eclipse.mtj.core.sdk.device.midp.library with parameters of type ILibraryImporter
 void ILibraryImporterRegistry.addLibraryImporter(String importerId, ILibraryImporter importer)
          Register a new ILibraryImporter associated to the specified ID.
 


Mobile Tools for Java
Release 1.0