

Public Member Functions | |
| ManualConfiguration (gui parent) | |
| Creates new form ManualConfiguration. | |
| void | showFrame () |
| void | actionPerformed (java.awt.event.ActionEvent e) |
| Change of sctView selection. | |
| void | setBarrelMenuItems (int index) |
| void | setEndCapMenuItems (int index) |
Package Attributes | |
| boolean | menuSetup = true |
| gui | guiControl |
| int | snCount = 3000 |
Private Member Functions | |
| void | initComponents () |
| void | exitForm (java.awt.event.WindowEvent evt) |
| Exit the Application. | |
| void | QuitForm (java.awt.event.ActionEvent evt) |
| void | AddModule (java.awt.event.ActionEvent evt) |
Private Attributes | |
| javax.swing.JButton | AddModuleButton |
| javax.swing.JLabel | LocationLabel |
| javax.swing.JLabel | ModuleLabel |
| javax.swing.JLabel | PositionLabel |
| javax.swing.JButton | QuitButton |
| javax.swing.JButton | randomButton |
| javax.swing.JLabel | SCTViewLabel |
| javax.swing.JTextField | jTextField1 |
| javax.swing.JComboBox | locationList |
| javax.swing.JComboBox | positionList |
| javax.swing.JComboBox | sctViewList |
| javax.swing.JLabel | titleLabel |
| javax.swing.JLabel | MURLabel |
| javax.swing.JTextField | MURField |
Definition at line 13 of file ManualConfiguration.java.
1.4.6