Mobile Tools for Java
Release 1.0

Uses of Package
org.eclipse.mtj.core.persistence

Packages that use org.eclipse.mtj.core.persistence
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.configuration This package provides an API for managing configurations from MIDlet projects. 
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.device.preprocess This package provides preprocessing support operations. 
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.model.project This package provides an API for managing MIDlet suite projects. 
org.eclipse.mtj.core.model.project.impl This package provides basic implementations for the MIDlet suite project 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. 
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.configuration
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.device
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.device.impl
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.
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.device.preprocess
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.impl
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.library
IPersistable
          Instances of this interface are capable of saving and restoring their state.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.library.api
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.library.impl
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.preprocessor
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.preverifier
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.preverifier.impl
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.project
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.model.project.impl
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.core.persistence
IPersistable
          Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider
          Instances of this interface provide facilities for storing and retrieving persistable objects.
PersistenceException
          An exception that may occur during the process of persisting platform components.
 

Classes in org.eclipse.mtj.core.persistence used by org.eclipse.mtj.toolkit.uei
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.
IPersistable
          Instances of this interface are capable of saving and restoring their state.
 


Mobile Tools for Java
Release 1.0