jack.plugin
Class ImageGenerator

java.lang.Object
  extended byjack.plugin.RunnableWithError
      extended byjack.plugin.ImageGenerator
All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableWithProgress

public class ImageGenerator
extends RunnableWithError
implements org.eclipse.jface.operation.IRunnableWithProgress

Class allowing to generate a Serialized image of the default classes.

Author:
A. Requet

Method Summary
 void run(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void setClasses(java.lang.String[] classes)
           
 
Methods inherited from class jack.plugin.RunnableWithError
getErrorDescription, getErrorDetails, hasDetails, hasSucceeded
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setClasses

public void setClasses(java.lang.String[] classes)

run

public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
         throws java.lang.reflect.InvocationTargetException,
                java.lang.InterruptedException
Specified by:
run in interface org.eclipse.jface.operation.IRunnableWithProgress
Throws:
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException
See Also:
IRunnableWithProgress.run(IProgressMonitor)