Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.library.model.ILibrary

Packages that use ILibrary
org.eclipse.mtj.core.library.manager This package provides API for managing the libraries available for use. 
org.eclipse.mtj.core.library.model.impl This package provides the basic implementation for the library managing capabilities. 
 

Uses of ILibrary in org.eclipse.mtj.core.library.manager
 

Methods in org.eclipse.mtj.core.library.manager that return ILibrary
 ILibrary LibraryManager.getMidletLibrary(String libName)
          Gets corresponding library for the given name.
 

Uses of ILibrary in org.eclipse.mtj.core.library.model.impl
 

Classes in org.eclipse.mtj.core.library.model.impl that implement ILibrary
 class MidletLibrary
          Representation of the MIDlet libraries that are provided by 3rd party vendors.
 


Mobile Tools for Java
Release 1.0