Mobile Tools for Java
Release 1.0

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

Packages that use org.eclipse.mtj.core.model
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.jad This package provides an API for managing the Java Application Descriptor (jad). 
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.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.toolkit.uei This package provides the UEI device importing and editing capabilities. 
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.core.model
Classpath
          A representation of a classpath that can be converted to various other representations.
IBaseModel
          A base generic model.
IModel
          A generic model.
IModelChangedEvent
          Model change events are fired by the model when it is changed from the last clean state.
IModelChangeProvider
          Classes that implement this interface are capable of notifying listeners about model changes.
IModelProviderEvent
          This event will be delivered to all model provider listeners when a model managed by the model provider changes in some way.
IModelProviderListener
          Classes should implement this interface in order to be able to register as model provider listeners.
Version
          Represents the version of a component.
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.core.model.device
Classpath
          A representation of a classpath that can be converted to various other representations.
LaunchEnvironment
          The launch environment provides the necessary information to an instance of IDevice for determining the correct command-line for executing the device.
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.core.model.device.impl
Classpath
          A representation of a classpath that can be converted to various other representations.
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.core.model.impl
Classpath
          A representation of a classpath that can be converted to various other representations.
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.core.model.jad
Version
          Represents the version of a component.
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.core.model.library
Version
          Represents the version of a component.
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.core.model.library.api
Version
          Represents the version of a component.
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.core.model.preverifier.impl
Version
          Represents the version of a component.
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.core.model.project
Version
          Represents the version of a component.
 

Classes in org.eclipse.mtj.core.model used by org.eclipse.mtj.toolkit.uei
LaunchEnvironment
          The launch environment provides the necessary information to an instance of IDevice for determining the correct command-line for executing the device.
 


Mobile Tools for Java
Release 1.0