eu.keep.uphec.mainwindow.menubar
Class RenderFileConfigThread

Object
  extended by javax.swing.SwingWorker<String,Object>
      extended by RenderFileConfigThread
All Implemented Interfaces:
Runnable, Future<String>, RunnableFuture<String>

public class RenderFileConfigThread
extends javax.swing.SwingWorker<String,Object>

The RenderFileConfigThread class is a thread class extending the SwingWorker class. It is responsible to launch the dialog for manually configuring the emulation process.

Author:
Antonio Ciuffreda

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
RenderFileConfigThread(javax.swing.JFrame window, MainWindowMenu menuBar, CoreEngineModel model, File selected_file)
           
 
Method Summary
protected  String doInBackground()
           
 void done()
           
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderFileConfigThread

public RenderFileConfigThread(javax.swing.JFrame window,
                              MainWindowMenu menuBar,
                              CoreEngineModel model,
                              File selected_file)
Method Detail

doInBackground

protected String doInBackground()
                         throws Exception
Specified by:
doInBackground in class javax.swing.SwingWorker<String,Object>
Throws:
Exception

done

public void done()
Overrides:
done in class javax.swing.SwingWorker<String,Object>