Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.project.IMTJProject

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire