Public Member Functions | |
ChannelParamsPanel () | |
Creates new form ChannelParamsPanel. | |
int | getMur () |
Getter for property mur. | |
void | setMur (int mur) |
Setter for property mur. | |
int | getPosition () |
Getter for property pos. | |
void | setPosition (int position) |
Setter for property pos. | |
Proxies.RodProxy | getRod () |
Getter for property rod. | |
void | setRod (Proxies.RodProxy rod) |
Setter for property rod. | |
int | getChannel () |
Getter for property channel. | |
void | setChannel (int channel) |
Setter for property channel. | |
void | updateSerial () |
String | getModuleSerial () |
String | getBorderString () |
sctConf.Configuration | getConfig () |
Getter for property config. | |
void | setConfig (sctConf.Configuration config) |
Setter for property config. | |
java.awt.Dimension | dimensionOf (java.lang.String string) |
Package Functions | |
void | modifyComponents () |
void | updateBOCConfig () |
Private Member Functions | |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | removeButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | remapModuleButtonActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
javax.swing.JTextField | currentText |
javax.swing.JTextField | delay0Text |
javax.swing.JTextField | delay1Text |
javax.swing.JTextField | delayText |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel10 |
javax.swing.JLabel | jLabel11 |
javax.swing.JLabel | jLabel2 |
javax.swing.JLabel | jLabel3 |
javax.swing.JLabel | jLabel4 |
javax.swing.JLabel | jLabel5 |
javax.swing.JLabel | jLabel6 |
javax.swing.JLabel | jLabel7 |
javax.swing.JLabel | jLabel8 |
javax.swing.JPanel | jPanel1 |
javax.swing.JPanel | jPanel2 |
javax.swing.JPanel | jPanel3 |
javax.swing.JPanel | jPanel4 |
javax.swing.JTextField | markSpaceText |
javax.swing.JButton | remapModuleButton |
javax.swing.JButton | removeButton |
javax.swing.JComboBox | rxFibre0Combo |
javax.swing.JComboBox | rxFibre1Combo |
javax.swing.JLabel | serNoLabel |
javax.swing.JTextField | threshold0Text |
javax.swing.JTextField | threshold1Text |
javax.swing.JComboBox | txFibreCombo |
int | mur |
Holds value of property mur. | |
int | position |
Holds value of property position. | |
Proxies.RodProxy | rod |
Holds value of property rod. | |
int | channel |
Holds value of property channel. | |
sctConf.Configuration | config |
Holds value of property config. |
Definition at line 29 of file ChannelParamsPanel.java.
|
Getter for property channel.
Definition at line 322 of file ChannelParamsPanel.java. |
|
Getter for property config.
Definition at line 374 of file ChannelParamsPanel.java. |
|
Getter for property mur.
Definition at line 272 of file ChannelParamsPanel.java. |
|
Getter for property pos.
Definition at line 288 of file ChannelParamsPanel.java. Referenced by GuiComponents.SctConf.ChannelParamsPanel.initComponents(). |
|
Getter for property rod.
Definition at line 306 of file ChannelParamsPanel.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 45 of file ChannelParamsPanel.java. References GuiComponents.SctConf.ChannelParamsPanel.getPosition(). Referenced by GuiComponents.SctConf.ChannelParamsPanel.ChannelParamsPanel(). |
Here is the call graph for this function:
|
Setter for property channel.
Definition at line 330 of file ChannelParamsPanel.java. |
|
Setter for property config.
Definition at line 382 of file ChannelParamsPanel.java. |
|
Setter for property mur.
Definition at line 280 of file ChannelParamsPanel.java. |
|
Setter for property pos.
Definition at line 296 of file ChannelParamsPanel.java. |
|
Setter for property rod.
Definition at line 314 of file ChannelParamsPanel.java. |