|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPersistable | |
---|---|
org.eclipse.mtj.core.build.preverifier | This package provides an API for preverification support. |
org.eclipse.mtj.core.persistence | This package provides and API for managing persistence. |
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.symbol | This package provides an API for managing all symbols that are used during the preprocessing operations. |
Uses of IPersistable in org.eclipse.mtj.core.build.preverifier |
---|
Subinterfaces of IPersistable in org.eclipse.mtj.core.build.preverifier | |
---|---|
interface |
IPreverifier
The IPreverifier interface represents a preverifier instance
that is required for preverification support on a IMTJProject . |
Uses of IPersistable in org.eclipse.mtj.core.persistence |
---|
Subinterfaces of IPersistable in org.eclipse.mtj.core.persistence | |
---|---|
interface |
IBundleReferencePersistable
Classes that implement the IBundleReferencePersistable interface are standard IPersistable classes that must also be able to provide a reference to the bundle from which they may be loaded. |
Methods in org.eclipse.mtj.core.persistence that return IPersistable | |
---|---|
IPersistable |
IPersistenceProvider.loadPersistable(String name)
Returns the current value of the IPersistable object with the
given name. |
Methods in org.eclipse.mtj.core.persistence with parameters of type IPersistable | |
---|---|
void |
IPersistenceProvider.storePersistable(String name,
IPersistable value)
Store a persistable object value using the given name. |
Uses of IPersistable in org.eclipse.mtj.core.sdk.device |
---|
Subinterfaces of IPersistable in org.eclipse.mtj.core.sdk.device | |
---|---|
interface |
IAPI
This interface represent a API that is provided by one specific device. |
interface |
IDevice
The device interface specifies the representation of an emulated device. |
interface |
IDeviceClasspath
This interface represents the classpath that is associated to one specific device. |
interface |
IDeviceRegistry
The device registry is the main entry point that is used to manage the devices that are currently supported on a MTJ installation. |
interface |
ILibrary
Represents a library that is associated to a device. |
Uses of IPersistable in org.eclipse.mtj.core.sdk.device.midp |
---|
Subinterfaces of IPersistable in org.eclipse.mtj.core.sdk.device.midp | |
---|---|
interface |
IMIDPAPI
This an IAPI extension to provide utility methods to deal with
MIDP/CLDC specific APIs and will be used on IMIDPDevice 's. |
interface |
IMIDPDevice
The device interface specifies the representation of an emulated MIDP device. |
interface |
IMIDPLibrary
Represents a library available on IMIDPDevice 's. |
Uses of IPersistable in org.eclipse.mtj.core.symbol |
---|
Subinterfaces of IPersistable in org.eclipse.mtj.core.symbol | |
---|---|
interface |
ISymbol
A Symbol is a pair <name; value> and may be used for preprocessing purposes. |
interface |
ISymbolSet
Symbol definition sets provide a means to define a group of related symbols with a particular name to reference that group. |
interface |
ISymbolSetRegistry
The SymbolSet registry is the main entry point that is used to manage the SymbolSets that are currently available. |
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |