|
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. |
| org.eclipse.mtj.core.sdk.device.midp.library | This package provides an API for managing library elements. |
| Uses of ILibrary in org.eclipse.mtj.core |
|---|
| Methods in org.eclipse.mtj.core that return ILibrary | |
|---|---|
static ILibrary |
MTJCore.createNewLibrary()
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[] |
IDeviceClasspath.getEntries()
Return the entries in the deviceClasspath. |
| Methods in org.eclipse.mtj.core.sdk.device with parameters of type ILibrary | |
|---|---|
void |
IDeviceClasspath.addEntry(ILibrary pathEntry)
Add a new deviceClasspath entry. |
void |
IDeviceClasspath.removeEntry(ILibrary library)
Remove the specified library from the deviceClasspath, if it is in the deviceClasspath. |
| Uses of ILibrary in org.eclipse.mtj.core.sdk.device.midp |
|---|
| Methods in org.eclipse.mtj.core.sdk.device.midp that return ILibrary | |
|---|---|
ILibrary |
IMIDPDevice.getConfigurationLibrary()
Return the library that provides the configuration for this device or null if no such library can be found. |
ILibrary |
IMIDPDevice.getProfileLibrary()
Return the library that provides the profile for this device or null if no such library can be found. |
| Uses of ILibrary in org.eclipse.mtj.core.sdk.device.midp.library |
|---|
| Methods in org.eclipse.mtj.core.sdk.device.midp.library that return ILibrary | |
|---|---|
ILibrary |
ILibraryImporter.createLibraryFor(File libraryFile)
Construct and return a new Library instance for the specified library file. |
ILibrary |
ILibraryImporter.createLibraryFor(File libraryFile,
IAccessRule[] accessRules)
Construct and return a new Library instance for the specified library file with the provided access rules. |
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||