Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.model.project.IMidletSuiteProject

Packages that use IMidletSuiteProject
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. 
 

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

Methods in org.eclipse.mtj.core.model that return IMidletSuiteProject
 IMidletSuiteProject LaunchEnvironment.getMidletSuite()
           
 

Methods in org.eclipse.mtj.core.model with parameters of type IMidletSuiteProject
 void LaunchEnvironment.setMidletSuite(IMidletSuiteProject midletSuite)
           
 

Uses of IMidletSuiteProject in org.eclipse.mtj.core.model.configuration
 

Methods in org.eclipse.mtj.core.model.configuration with parameters of type IMidletSuiteProject
static boolean ConfigurationsUtils.isConfigsDirty(IMidletSuiteProject midletProject)
          If Configurations have any modification that not save to metadata file, return true.
static boolean ConfigurationsUtils.isOnlyActiveConfigDirty(IMidletSuiteProject midletProject)
          If you only change active configuration(any other contents not change) and not save it to metadata file, return true.
 

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

Methods in org.eclipse.mtj.core.model.device.impl with parameters of type IMidletSuiteProject
protected  File AbstractDevice.copyForLaunch(IMidletSuiteProject suite, IProgressMonitor monitor, boolean launchFromJad)
          Copy the deployed jar and jad for use during launching.
protected  File AbstractDevice.getJadForLaunch(IMidletSuiteProject midletSuite, File temporaryDirectory, IProgressMonitor monitor)
          Return the JAD file to use for launching from the specified temporary directory.
protected  String AbstractDevice.getOTAURL(ILaunchConfiguration launchConfig, IMidletSuiteProject midletSuite)
          Return the Over the Air URL for accessing the JAD file via the built-in OTA HTTP server.
protected  String AbstractDevice.getProjectClasspathString(IMidletSuiteProject midletSuite, File temporaryDirectory, IProgressMonitor monitor)
          Return the classpath string to be used when launching the specified project.
 

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

Methods in org.eclipse.mtj.core.model.preverifier with parameters of type IMidletSuiteProject
 PreverificationError[] IPreverifier.preverify(IMidletSuiteProject midletProject, IResource[] toVerify, IFolder outputFolder, IProgressMonitor monitor)
          Launch the preverification process on the specified resources.
 PreverificationError[] IPreverifier.preverifyJarFile(IMidletSuiteProject midletProject, File jarFile, IFolder outputFolder, IProgressMonitor monitor)
          Launch the preverification process on the specified jar file.
 

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

Methods in org.eclipse.mtj.core.model.preverifier.impl with parameters of type IMidletSuiteProject
protected  String[] StandardPreverifier.getCLDCConfigurationParameters(IMidletSuiteProject midletProject)
          Return the parameters to be used for controlling the CLDC pre-verification.
 PreverificationError[] StandardPreverifier.preverify(IMidletSuiteProject midletProject, IResource[] toVerify, IFolder outputFolder, IProgressMonitor monitor)
           
 PreverificationError[] StandardPreverifier.preverifyJarFile(IMidletSuiteProject midletProject, File jarFile, IFolder outputFolder, IProgressMonitor monitor)
           
 

Uses of IMidletSuiteProject in org.eclipse.mtj.core.model.project
 

Methods in org.eclipse.mtj.core.model.project that return IMidletSuiteProject
static IMidletSuiteProject MidletSuiteFactory.getMidletSuiteProject(IJavaProject javaProject)
          Return the MIDlet suite project instance for the specified java project.
 

Uses of IMidletSuiteProject in org.eclipse.mtj.core.model.project.impl
 

Classes in org.eclipse.mtj.core.model.project.impl that implement IMidletSuiteProject
 class MidletSuiteProject
          Implementation of the IMidletSuiteProject interface providing access to MIDlet suite specific information.
 

Uses of IMidletSuiteProject in org.eclipse.mtj.ui.configurations
 

Constructors in org.eclipse.mtj.ui.configurations with parameters of type IMidletSuiteProject
ConfigManageComponent(IMidletSuiteProject midletSuiteProject)
           
 


Mobile Tools for Java
Release 1.0