
Public Member Functions | |
| MURPanelBrief (Configuration conf, Proxies.RodProxy r, int o) | |
| If type is 1 then read only sub-panel otherwise editable. | |
Static Public Member Functions | |
| static void | main (String args[]) |
Package Functions | |
| void | buildGUI () |
| String | getTitle () |
| String | getModuleName (int id) |
| int | getPosition () |
| [instance initializer] | |
Static Package Functions | |
| static String | getFileName () |
Package Attributes | |
| sctConf.Configuration | config |
| Proxies.RodProxy | rod |
| int | mur |
| int | order |
Static Package Attributes | |
| static JFileChooser | fileChooser |
Private Member Functions | |
| void | initComponents () |
| This method is called from within the constructor to initialize the form. | |
| void | editButtonPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
| javax.swing.JButton | jButton1 |
| javax.swing.JLabel | jLabel1 |
| javax.swing.JLabel | jLabel2 |
| javax.swing.JLabel | jLabel3 |
| javax.swing.JLabel | jLabel4 |
| javax.swing.JLabel | jLabel5 |
| javax.swing.JLabel | jLabel6 |
Definition at line 20 of file MURPanelBrief.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 60 of file MURPanelBrief.java. References GuiComponents.SctConf.MURPanelBrief.editButtonPerformed(), GuiComponents.SctConf.MURPanelBrief.getModuleName(), GuiComponents.SctConf.MURPanelBrief.getTitle(), GuiComponents.SctConf.MURPanelBrief.jButton1, GuiComponents.SctConf.MURPanelBrief.jLabel1, GuiComponents.SctConf.MURPanelBrief.jLabel2, GuiComponents.SctConf.MURPanelBrief.jLabel3, GuiComponents.SctConf.MURPanelBrief.jLabel4, GuiComponents.SctConf.MURPanelBrief.jLabel5, and GuiComponents.SctConf.MURPanelBrief.jLabel6. Referenced by GuiComponents.SctConf.MURPanelBrief.MURPanelBrief(). Here is the call graph for this function: ![]() |
1.4.6