

Public Member Functions | |
| UserInfoDlg () | |
| void | actionPerformed (ActionEvent e) |
| boolean | okPressed () |
| String | getInfoName () |
| String | getInfo () |
Private Member Functions | |
| void | initGUI () |
Private Attributes | |
| JTextField | nameTF = new JTextField(20) |
| JTextArea | valueTA = new JTextArea(10,20) |
| JButton | okB = new JButton("Ok") |
| JButton | cancelB = new JButton("Cancel") |
| boolean | exitOk = false |
The class to add info (<name, value> to a log
| com::cosylab::logging::settings::UserInfoDlg::UserInfoDlg | ( | ) | [inline] |
References initGUI().
| void com::cosylab::logging::settings::UserInfoDlg::actionPerformed | ( | ActionEvent | e | ) | [inline] |
| String com::cosylab::logging::settings::UserInfoDlg::getInfo | ( | ) | [inline] |
References valueTA.
Referenced by alma::acs::logging::table::TablePopupMenu::actionPerformed().
| String com::cosylab::logging::settings::UserInfoDlg::getInfoName | ( | ) | [inline] |
References nameTF.
Referenced by alma::acs::logging::table::TablePopupMenu::actionPerformed().
| void com::cosylab::logging::settings::UserInfoDlg::initGUI | ( | ) | [inline, private] |
| boolean com::cosylab::logging::settings::UserInfoDlg::okPressed | ( | ) | [inline] |
References exitOk.
Referenced by alma::acs::logging::table::TablePopupMenu::actionPerformed().
JButton com::cosylab::logging::settings::UserInfoDlg::cancelB = new JButton("Cancel") [private] |
Referenced by initGUI().
boolean com::cosylab::logging::settings::UserInfoDlg::exitOk = false [private] |
Referenced by actionPerformed(), and okPressed().
JTextField com::cosylab::logging::settings::UserInfoDlg::nameTF = new JTextField(20) [private] |
The text field where the user inserts the name (key)
Referenced by actionPerformed(), getInfoName(), and initGUI().
JButton com::cosylab::logging::settings::UserInfoDlg::okB = new JButton("Ok") [private] |
Referenced by actionPerformed(), and initGUI().
JTextArea com::cosylab::logging::settings::UserInfoDlg::valueTA = new JTextArea(10,20) [private] |
Referenced by actionPerformed(), getInfo(), and initGUI().
1.6.2