Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.project
Class MidletSuiteFactory.MidletSuiteCreationRunnable

java.lang.Object
  extended by org.eclipse.mtj.core.model.project.MidletSuiteFactory.MidletSuiteCreationRunnable
Enclosing class:
MidletSuiteFactory

public static class MidletSuiteFactory.MidletSuiteCreationRunnable
extends Object

Workspace runnable for creating a MIDlet Suite within a project.


Method Summary
 boolean isPreprocessingEnable()
           
 void run(IProgressMonitor monitor)
          Run the specified runnable using the specified progress monitor.
 void setPreprocessingEnable(boolean preprocessEnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isPreprocessingEnable

public boolean isPreprocessingEnable()
Returns:
the preprocessEnable

run

public void run(IProgressMonitor monitor)
         throws InvocationTargetException,
                InterruptedException
Run the specified runnable using the specified progress monitor.

Parameters:
monitor - the monitor used to report progress
Throws:
InvocationTargetException
InterruptedException

setPreprocessingEnable

public void setPreprocessingEnable(boolean preprocessEnable)
Parameters:
preprocessEnable - the preprocessEnable to set

Mobile Tools for Java
Release 1.0