|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use API | |
|---|---|
| org.eclipse.mtj.core.model.library | This package provides an API for managing the libraries available on a device (JSRs). |
| org.eclipse.mtj.core.model.library.api | This package provides an API for managing the API provided by an ILibrary instance. |
| org.eclipse.mtj.core.model.library.impl | This package provides basic implementations for the library interfaces. |
| org.eclipse.mtj.ui.editors.device | This package provides the user interface functionality for editing devices. |
| Uses of API in org.eclipse.mtj.core.model.library |
|---|
| Methods in org.eclipse.mtj.core.model.library that return API | |
|---|---|
API |
ILibrary.getAPI(APIType apiType)
Return the first API with a type matching the specified API type or null if none can be found. |
API[] |
ILibrary.getAPIs()
Return the APIs associated with this library instance. |
API |
ILibrary.getConfiguration()
Return the configuration API or null if this library does
not provide a configuration. |
API |
ILibrary.getProfile()
Return the profile API or null if this library does not
provide a configuration. |
| Uses of API in org.eclipse.mtj.core.model.library.api |
|---|
| Methods in org.eclipse.mtj.core.model.library.api that return API | |
|---|---|
static API |
APIRegistry.getAPI(String identifier,
Version version)
Return the API with the specified identifier and version. |
static API[] |
APIRegistry.getAPIs(File jarFile)
Return the list of API's present in specified JAR file. |
| Methods in org.eclipse.mtj.core.model.library.api that return types with arguments of type API | |
|---|---|
static List<API> |
APIRegistry.getAPIDefinitions()
Return the API instances in the order that they were found within
the registry. |
| Uses of API in org.eclipse.mtj.core.model.library.impl |
|---|
| Methods in org.eclipse.mtj.core.model.library.impl that return API | |
|---|---|
API |
Library.getAPI(APIType apiType)
|
API[] |
Library.getAPIs()
|
API |
Library.getConfiguration()
|
API |
Library.getProfile()
|
| Methods in org.eclipse.mtj.core.model.library.impl with parameters of type API | |
|---|---|
void |
Library.setApis(API[] apis)
|
| Uses of API in org.eclipse.mtj.ui.editors.device |
|---|
| Methods in org.eclipse.mtj.ui.editors.device that return API | |
|---|---|
API[] |
LibraryApiEditorDialog.getAPIs()
Get the selected APIs. |
| Methods in org.eclipse.mtj.ui.editors.device with parameters of type API | |
|---|---|
void |
LibraryApiEditorDialog.setAPIs(API[] apis)
Set the library to be edited. |
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||