Public Member Functions | |
AutoConfigure (Sct_SctApi.SctApiIPC a) | |
AutoConfigure () | |
void | modifyComponents () |
Package Functions | |
TableModel | getScanResultsTableModel () |
void | updateScanResults () |
void | enactConfigurationChanges () |
Package Attributes | |
Sct_SctApi.SctApiIPC | api |
ResultsTableModel | tableModel |
Sct_SctApi.AutoConfigResult[] | autoResults |
int | suggestedRx [] |
Private Member Functions | |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | performScanActionPerformed (java.awt.event.ActionEvent evt) |
void | closeButtonPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
javax.swing.JButton | jButton2 |
javax.swing.JButton | jButton3 |
javax.swing.JButton | jButton4 |
javax.swing.JPanel | jPanel1 |
javax.swing.JPanel | jPanel3 |
javax.swing.JPanel | jPanel4 |
javax.swing.JScrollPane | jScrollPane1 |
javax.swing.JTable | jTable1 |
Classes | |
class | ResultsTableModel |
Definition at line 10 of file GuiComponents/GuiComponents/SctApi/AutoConfigure.java.
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. Definition at line 51 of file GuiComponents/GuiComponents/SctApi/AutoConfigure.java. References GuiComponents.SctApi.AutoConfigure.closeButtonPerformed(), GuiComponents.SctApi.AutoConfigure.getScanResultsTableModel(), GuiComponents.SctApi.AutoConfigure.jButton2, GuiComponents.SctApi.AutoConfigure.jButton3, GuiComponents.SctApi.AutoConfigure.jButton4, GuiComponents.SctApi.AutoConfigure.jPanel1, GuiComponents.SctApi.AutoConfigure.jPanel3, GuiComponents.SctApi.AutoConfigure.jPanel4, GuiComponents.SctApi.AutoConfigure.jScrollPane1, GuiComponents.SctApi.AutoConfigure.jTable1, and GuiComponents.SctApi.AutoConfigure.performScanActionPerformed(). Referenced by GuiComponents.SctApi.AutoConfigure.AutoConfigure(). Here is the call graph for this function: ![]() |