Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.persistence.IPersistable

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.sdk.device.midp.library This package provides an API for managing library elements. 
org.eclipse.mtj.core.sdk.device.midp.library.api This package provides an API for managing the API provided by an ILibrary instance. 
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
          Required interface for preverification support.
 

Uses of IPersistable in org.eclipse.mtj.core.persistence
 

Subinterfaces of IPersistable in org.eclipse.mtj.core.persistence
 interface IBundleReferencePersistable
          Instances of 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)
          Load the named persistable object value.
 

Methods in org.eclipse.mtj.core.persistence with parameters of type IPersistable
 void IPersistenceProvider.storePersistable(String name, IPersistable value)
          Store the persistable object value using the specified name.
 

Uses of IPersistable in org.eclipse.mtj.core.sdk.device
 

Subinterfaces of IPersistable in org.eclipse.mtj.core.sdk.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.
 

Uses of IPersistable in org.eclipse.mtj.core.sdk.device.midp
 

Subinterfaces of IPersistable in org.eclipse.mtj.core.sdk.device.midp
 interface IMIDPDevice
          The device interface specifies the representation of an emulated MIDP device.
 

Uses of IPersistable in org.eclipse.mtj.core.sdk.device.midp.library
 

Subinterfaces of IPersistable in org.eclipse.mtj.core.sdk.device.midp.library
 interface ILibrary
          Represents a library in the device's classpath.
 

Uses of IPersistable in org.eclipse.mtj.core.sdk.device.midp.library.api
 

Classes in org.eclipse.mtj.core.sdk.device.midp.library.api that implement IPersistable
 class API
          Instances of this class represent the API provided by an ILibrary instance.
 

Uses of IPersistable in org.eclipse.mtj.core.symbol
 

Subinterfaces of IPersistable in org.eclipse.mtj.core.symbol
 interface ISymbol
           EXPERIMENTAL.
 interface ISymbolSet
           EXPERIMENTAL.
 interface ISymbolSetRegistry
           EXPERIMENTAL.
 


Mobile Tools for Java
Release 1.0