

Public Member Functions | |
| LoadURLDlg (String initialValue, LoggingClient client) | |
| URL | getURL () |
| void | actionPerformed (ActionEvent e) |
Private Member Functions | |
| void | initGUI () |
Private Attributes | |
| JTextField | urlTF = new JTextField(40) |
| LoadSwitchesPanel | guiSwitches |
| JButton | loadBtn = new JButton("Load URL") |
| JButton | cancelBtn = new JButton("Cancel") |
| URL | url = null |
| LoggingClient | loggingClient = null |
The dialog to get the URL to load
| alma::acs::logging::dialogs::LoadURLDlg::LoadURLDlg | ( | String | initialValue, | |
| LoggingClient | client | |||
| ) | [inline] |
Constructor
| initialValue | The initial value of the URL |
References initGUI(), loggingClient, and urlTF.
| void alma::acs::logging::dialogs::LoadURLDlg::actionPerformed | ( | ActionEvent | e | ) | [inline] |
| URL alma::acs::logging::dialogs::LoadURLDlg::getURL | ( | ) | [inline] |
Return the URL inserted by the user
References url.
Referenced by alma::acs::logging::table::LogTableDataModel::loadFromURL().
| void alma::acs::logging::dialogs::LoadURLDlg::initGUI | ( | ) | [inline, private] |
Setup the GUI
References cancelBtn, guiSwitches, loadBtn, loggingClient, and urlTF.
Referenced by LoadURLDlg().
JButton alma::acs::logging::dialogs::LoadURLDlg::cancelBtn = new JButton("Cancel") [private] |
Referenced by actionPerformed(), and initGUI().
Referenced by initGUI().
JButton alma::acs::logging::dialogs::LoadURLDlg::loadBtn = new JButton("Load URL") [private] |
Referenced by actionPerformed(), and initGUI().
LoggingClient alma::acs::logging::dialogs::LoadURLDlg::loggingClient = null [private] |
Referenced by initGUI(), and LoadURLDlg().
URL alma::acs::logging::dialogs::LoadURLDlg::url = null [private] |
Referenced by actionPerformed(), and getURL().
JTextField alma::acs::logging::dialogs::LoadURLDlg::urlTF = new JTextField(40) [private] |
Referenced by actionPerformed(), initGUI(), and LoadURLDlg().
1.6.2