| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectjavax.swing.SwingWorker<String,Object>
RenderFileConfigThread
public class RenderFileConfigThread
The RenderFileConfigThread class is a thread class extending the SwingWorker class. It is responsible to launch the dialog for manually configuring the emulation process.
| 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 | 
|---|
public RenderFileConfigThread(javax.swing.JFrame window,
                              MainWindowMenu menuBar,
                              CoreEngineModel model,
                              File selected_file)
| Method Detail | 
|---|
protected String doInBackground()
                         throws Exception
doInBackground in class javax.swing.SwingWorker<String,Object>Exceptionpublic void done()
done in class javax.swing.SwingWorker<String,Object>| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||