

Public Member Functions | |
| ProgressDialog () | |
| void | setInfoText (int lineNumber, String text) |
| void | clearInfoText () |
| boolean | isSearchCancelled () |
| void | onSearchAlarm (cern.laser.client.data.Alarm alarm) |
| void | onSearchException (LaserSearchException laserSearchException) |
| void | searchFinished () |
Private Member Functions | |
| void | initComponents () |
Private Attributes | |
| javax.swing.JPanel | buttonsPanel |
| javax.swing.JLabel | infoLabel1 |
| javax.swing.JLabel | infoLabel2 |
| javax.swing.JLabel | infoLabel3 |
| javax.swing.JLabel | infoLabel4 |
| javax.swing.JLabel | infoLabel5 |
| javax.swing.JLabel | infoLable6 |
| javax.swing.JButton | jButton1 |
| javax.swing.JPanel | mainPanel |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
An openable window available to the IDE's window manager.
| cern::laser::guiplatform::windows::search::ProgressDialog::ProgressDialog | ( | ) | [inline] |
| void cern::laser::guiplatform::windows::search::ProgressDialog::clearInfoText | ( | ) | [inline] |
References infoLabel1, infoLabel2, infoLabel3, infoLabel4, and infoLabel5.
Referenced by onSearchException(), and searchFinished().
| void cern::laser::guiplatform::windows::search::ProgressDialog::initComponents | ( | ) | [inline, private] |
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 FormEditor.
References buttonsPanel, infoLabel1, infoLabel2, infoLabel3, infoLabel4, infoLabel5, infoLable6, jButton1, and mainPanel.
Referenced by ProgressDialog().
| boolean cern::laser::guiplatform::windows::search::ProgressDialog::isSearchCancelled | ( | ) | [inline] |
| void cern::laser::guiplatform::windows::search::ProgressDialog::onSearchAlarm | ( | cern.laser.client.data.Alarm | alarm | ) | [inline] |
| void cern::laser::guiplatform::windows::search::ProgressDialog::onSearchException | ( | LaserSearchException | e | ) | [inline] |
Callback method. Called on communication problems
| e | the LaserSelectionException carrying the exception code |
Implements cern::laser::client::services::selection::AlarmSearchListener.
References clearInfoText(), org::openide::windows::TopComponent::close(), and setInfoText().
| void cern::laser::guiplatform::windows::search::ProgressDialog::searchFinished | ( | ) | [inline] |
| void cern::laser::guiplatform::windows::search::ProgressDialog::setInfoText | ( | int | lineNumber, | |
| String | text | |||
| ) | [inline] |
Set text in info label
References infoLabel1, infoLabel2, infoLabel3, infoLabel4, and infoLabel5.
Referenced by onSearchException(), and searchFinished().
javax.swing.JPanel cern::laser::guiplatform::windows::search::ProgressDialog::buttonsPanel [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::search::ProgressDialog::infoLabel1 [private] |
Referenced by clearInfoText(), initComponents(), and setInfoText().
javax.swing.JLabel cern::laser::guiplatform::windows::search::ProgressDialog::infoLabel2 [private] |
Referenced by clearInfoText(), initComponents(), and setInfoText().
javax.swing.JLabel cern::laser::guiplatform::windows::search::ProgressDialog::infoLabel3 [private] |
Referenced by clearInfoText(), initComponents(), and setInfoText().
javax.swing.JLabel cern::laser::guiplatform::windows::search::ProgressDialog::infoLabel4 [private] |
Referenced by clearInfoText(), initComponents(), and setInfoText().
javax.swing.JLabel cern::laser::guiplatform::windows::search::ProgressDialog::infoLabel5 [private] |
Referenced by clearInfoText(), initComponents(), and setInfoText().
javax.swing.JLabel cern::laser::guiplatform::windows::search::ProgressDialog::infoLable6 [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::search::ProgressDialog::jButton1 [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::search::ProgressDialog::mainPanel [private] |
Referenced by initComponents().
final long cern::laser::guiplatform::windows::search::ProgressDialog::serialVersionUID = 1L [static, private] |
generated Serialized Version UID
Reimplemented from org::openide::windows::TopComponent.
1.6.2