Mobile Tools for Java
Release 1.0

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

Packages that use IPersistable
org.eclipse.mtj.core.model The MTJ model is the set of classes that model the objects associated with creating, editing, and building a Java ME application. 
org.eclipse.mtj.core.model.device This package provides an API for managing emulated devices. 
org.eclipse.mtj.core.model.device.impl This package provides basic implementations for emulated devices. 
org.eclipse.mtj.core.model.impl This package provides basic implementations for the models. 
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.core.model.preprocessor This package provides an API for managing preprocessing symbol definition. 
org.eclipse.mtj.core.model.preverifier This package provides an API for preverification support. 
org.eclipse.mtj.core.model.preverifier.impl This package provides basic implementations for the preverification support interfaces. 
org.eclipse.mtj.core.persistence This package provides and API for managing persistence. 
org.eclipse.mtj.toolkit.uei This package provides the UEI device importing and editing capabilities. 
 

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

Classes in org.eclipse.mtj.core.model that implement IPersistable
 class Classpath
          A representation of a classpath that can be converted to various other representations.
 

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

Subinterfaces of IPersistable in org.eclipse.mtj.core.model.device
 interface IDevice
          The device interface specifies the representation of an emulated device.
 interface IDevice2
          An extension to the standard IDevice interface that allows the specification of a working directory.
 

Classes in org.eclipse.mtj.core.model.device that implement IPersistable
 class DeviceRegistry
          The device registry provides a place to store and retrieve devices by name.
 

Uses of IPersistable in org.eclipse.mtj.core.model.device.impl
 

Classes in org.eclipse.mtj.core.model.device.impl that implement IPersistable
 class AbstractDevice
          Abstract superclass of the various device implementations.
 class JavaEmulatorDevice
          An abstract superclass that can be used to help implement an emulator that is launched via Java.
 

Uses of IPersistable in org.eclipse.mtj.core.model.impl
 

Classes in org.eclipse.mtj.core.model.impl that implement IPersistable
 class VMInstallClasspath
          A special version of the Classpath class that is capable of appending or prepending the primary IVMInstall classpath libraries to this classpath dynamically.
 

Uses of IPersistable in org.eclipse.mtj.core.model.library
 

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

Uses of IPersistable in org.eclipse.mtj.core.model.library.api
 

Classes in org.eclipse.mtj.core.model.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.model.library.impl
 

Classes in org.eclipse.mtj.core.model.library.impl that implement IPersistable
 class Library
          A library is a wrapper around a classpath item that attempts to provide further metadata about that library.
 

Uses of IPersistable in org.eclipse.mtj.core.model.preprocessor
 

Classes in org.eclipse.mtj.core.model.preprocessor that implement IPersistable
 class SymbolDefinitionSet
          A set of symbol names to true/false definition status.
 class SymbolDefinitionSetRegistry
          Provides a registry of SymbolDefinitionSet instances for use by various parts of the core system.
 

Uses of IPersistable in org.eclipse.mtj.core.model.preverifier
 

Subinterfaces of IPersistable in org.eclipse.mtj.core.model.preverifier
 interface IPreverifier
          Required interface for preverification support.
 

Classes in org.eclipse.mtj.core.model.preverifier that implement IPersistable
 class StandardPreverifierParameters
          A simple holder class that tracks the parameters for preverification.
 

Uses of IPersistable in org.eclipse.mtj.core.model.preverifier.impl
 

Classes in org.eclipse.mtj.core.model.preverifier.impl that implement IPersistable
 class StandardPreverifier
          A standard preverifier implementation.
 

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
static IPersistable PersistableUtilities.clonePersistable(IPersistable persistable)
          Clone the specified persistable using the underlying persistence functionality.
 IPersistable IPersistenceProvider.loadPersistable(String name)
          Load the named persistable object value.
 

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

Uses of IPersistable in org.eclipse.mtj.toolkit.uei
 

Classes in org.eclipse.mtj.toolkit.uei that implement IPersistable
 class UEIDevice
          Unified Emulator Interface (UEI) implementation of the IDevice interface.
 


Mobile Tools for Java
Release 1.0