| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectjavax.swing.SwingWorker<String,Object>
RenderFileAutoThread
public class RenderFileAutoThread
The RenderFileAutoThread class is a thread class extending the SwingWorker class. It is responsible to start an emulation process from the selection of the render_auto_button menu item from the fileMenu menu.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class javax.swing.SwingWorker | 
|---|
| javax.swing.SwingWorker.StateValue | 
| Constructor Summary | |
|---|---|
| RenderFileAutoThread(javax.swing.JFrame mainWindowFrame,
                     CoreEngineModel model,
                     File selectedFile,
                     Pathway autoSelectedPathway,
                     EmulatorPackage autoSelectedEmulatorPackage,
                     SoftwarePackage autoSelectedSoftwarePackage) | |
| Method Summary | |
|---|---|
|  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 RenderFileAutoThread(javax.swing.JFrame mainWindowFrame,
                            CoreEngineModel model,
                            File selectedFile,
                            Pathway autoSelectedPathway,
                            EmulatorPackage autoSelectedEmulatorPackage,
                            SoftwarePackage autoSelectedSoftwarePackage)
| Method Detail | 
|---|
public String doInBackground()
doInBackground in class javax.swing.SwingWorker<String,Object>public 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 | |||||||||