|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ILibrary | |
|---|---|
| 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. |
| Uses of ILibrary in org.eclipse.mtj.core |
|---|
| Methods in org.eclipse.mtj.core that return ILibrary | |
|---|---|
static ILibrary |
MTJCore.createNewLibrary(ProjectType projectType)
Create a new ILibrary instance. |
| Uses of ILibrary in org.eclipse.mtj.core.sdk.device |
|---|
| Methods in org.eclipse.mtj.core.sdk.device that return ILibrary | |
|---|---|
ILibrary |
ILibraryImporter.createLibraryFor(File libraryJarFile)
Construct and return a new ILibrary instance for the specified library file. |
ILibrary |
ILibraryImporter.createLibraryFor(File libraryJarFile,
List<IAccessRule> accessRules)
Construct and return a new ILibrary instance for the specified library file with the provided access rules. |
| Methods in org.eclipse.mtj.core.sdk.device that return types with arguments of type ILibrary | |
|---|---|
List<ILibrary> |
IDeviceClasspath.getEntries()
Return the list of ILibrary entries in the device classpath. |
| Methods in org.eclipse.mtj.core.sdk.device with parameters of type ILibrary | |
|---|---|
void |
IDeviceClasspath.addEntry(ILibrary classpathEntry)
Add a new ILibrary to the device classpath. |
void |
IDeviceClasspath.removeEntry(ILibrary library)
Removes a single instance of the specified ILibrary element from this list, if it is present. |
| Uses of ILibrary in org.eclipse.mtj.core.sdk.device.midp |
|---|
| Subinterfaces of ILibrary in org.eclipse.mtj.core.sdk.device.midp | |
|---|---|
interface |
IMIDPLibrary
Represents a library available on IMIDPDevice's. |
|
Mobile Tools for Java Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||