Mobile Tools for Java
Release 1.0

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

Packages that use org.eclipse.mtj.core.model.project
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.impl This package provides basic implementations for emulated devices. 
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.ui.configurations This package provides the component for configurations management. 
 

Classes in org.eclipse.mtj.core.model.project used by org.eclipse.mtj.core.model
IMidletSuiteProject
          This interface represents access to MIDlet suite project specific information.
 

Classes in org.eclipse.mtj.core.model.project used by org.eclipse.mtj.core.model.configuration
IMidletSuiteProject
          This interface represents access to MIDlet suite project specific information.
 

Classes in org.eclipse.mtj.core.model.project used by org.eclipse.mtj.core.model.device.impl
IMidletSuiteProject
          This interface represents access to MIDlet suite project specific information.
 

Classes in org.eclipse.mtj.core.model.project used by org.eclipse.mtj.core.model.preverifier
IMidletSuiteProject
          This interface represents access to MIDlet suite project specific information.
 

Classes in org.eclipse.mtj.core.model.project used by org.eclipse.mtj.core.model.preverifier.impl
IMidletSuiteProject
          This interface represents access to MIDlet suite project specific information.
 

Classes in org.eclipse.mtj.core.model.project used by org.eclipse.mtj.core.model.project
IMidletSuiteProject
          This interface represents access to MIDlet suite project specific information.
IMidletSuiteProjectListener
          Classes which implement this interface provide a method that deals with the events that are generated when the IMidletSuiteProject is modified.
MidletSuiteFactory.MidletSuiteCreationRunnable
          Workspace runnable for creating a MIDlet Suite within a project.
 

Classes in org.eclipse.mtj.core.model.project used by org.eclipse.mtj.core.model.project.impl
IMidletSuiteProject
          This interface represents access to MIDlet suite project specific information.
IMidletSuiteProjectListener
          Classes which implement this interface provide a method that deals with the events that are generated when the IMidletSuiteProject is modified.
MetaData
          This class holds the metadata for the MIDlet suite project.
 

Classes in org.eclipse.mtj.core.model.project used by org.eclipse.mtj.ui.configurations
IMidletSuiteProject
          This interface represents access to MIDlet suite project specific information.
 


Mobile Tools for Java
Release 1.0