public class OptimizationMain
extends javax.swing.SwingWorker<java.lang.Object,java.lang.Object>
Constructor and Description |
---|
OptimizationMain(javax.swing.JTextArea textArea,
javax.swing.JProgressBar progressBarMapping,
javax.swing.JTabbedPane tabbedPane,
javax.swing.JButton btnNewButton,
javax.swing.JRadioButton rdbtnWriting)
Constructs an OptimizationMain object that
is required to execute the whole mapping
phase.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
doInBackground() |
protected void |
done() |
public OptimizationMain(javax.swing.JTextArea textArea, javax.swing.JProgressBar progressBarMapping, javax.swing.JTabbedPane tabbedPane, javax.swing.JButton btnNewButton, javax.swing.JRadioButton rdbtnWriting)
textArea
- The multi-line areaprogressBarMapping
- The progress bartabbedPane
- the tab handlerbtnNewButton
- The Start Mapping Optimization bottonrdbtnWriting
- The Writing output radio bottonprotected java.lang.Object doInBackground() throws java.lang.Exception
doInBackground
in class javax.swing.SwingWorker<java.lang.Object,java.lang.Object>
java.lang.Exception
protected void done()
done
in class javax.swing.SwingWorker<java.lang.Object,java.lang.Object>