|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMTJProject | |
---|---|
org.eclipse.mtj.core | This package provides core constants and models. |
org.eclipse.mtj.core.build | This package provides an API for MIDlet suite build support. |
org.eclipse.mtj.core.build.preverifier | This package provides an API for preverification support. |
org.eclipse.mtj.core.launching | This package provides constant definitions for launching support. |
org.eclipse.mtj.core.project.midp | This package provides an API for managing MIDlet suite projects. |
Uses of IMTJProject in org.eclipse.mtj.core |
---|
Methods in org.eclipse.mtj.core that return IMTJProject | |
---|---|
static IMTJProject |
MTJCore.geMTJProject(IProject project)
Returns the active MTJ project associated with the specified IProject, or null if no MTJ project yet exists for the IProject. |
Uses of IMTJProject in org.eclipse.mtj.core.build |
---|
Methods in org.eclipse.mtj.core.build with parameters of type IMTJProject | |
---|---|
void |
IMTJBuildHook.buildStateChanged(IMTJProject project,
MTJBuildState state,
IProgressMonitor monitor)
This method is called upon state transitions within the MTJ build process. |
Uses of IMTJProject in org.eclipse.mtj.core.build.preverifier |
---|
Methods in org.eclipse.mtj.core.build.preverifier with parameters of type IMTJProject | |
---|---|
IPreverificationError[] |
IPreverifier.preverify(IMTJProject mtjProject,
IResource[] toVerify,
IFolder outputFolder,
IProgressMonitor monitor)
Launch the preverification process on the specified resources from the given IMTJProject . |
IPreverificationError[] |
IPreverifier.preverifyJarFile(IMTJProject mtjProject,
File jarFile,
IFolder outputFolder,
IProgressMonitor monitor)
Launch the preverification process on the classes available in the specified jar file from the given IMTJProject . |
Uses of IMTJProject in org.eclipse.mtj.core.launching |
---|
Methods in org.eclipse.mtj.core.launching that return IMTJProject | |
---|---|
IMTJProject |
LaunchEnvironment.getProject()
Return the project that contains the resources that may be launched. |
Methods in org.eclipse.mtj.core.launching with parameters of type IMTJProject | |
---|---|
void |
LaunchEnvironment.setProject(IMTJProject mtjProject)
Set the project that contains the resources that may be launched. |
Uses of IMTJProject in org.eclipse.mtj.core.project.midp |
---|
Subinterfaces of IMTJProject in org.eclipse.mtj.core.project.midp | |
---|---|
interface |
IMidletSuiteProject
This interface represents an specialization of an IMTJProject to
represent a MIDlet suite project. |
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |