

Public Member Functions | |
| SearchWindow () | |
| SearchWindow (int windowMode, Category[] choosenCategories) | |
| HelpCtx | getHelpCtx () |
Package Attributes | |
| Selection | selection |
| int | windowMode |
| SearchWindowSettings | settings |
| Logger | logger = Logger.getLogger(this.getClass().getName()) |
Private Member Functions | |
| void | initComponents () |
| void | jButton2ActionPerformed (java.awt.event.ActionEvent evt) |
| void | searchButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | cancelButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | formComponentShown (java.awt.event.ComponentEvent evt) |
| void | jButton1ActionPerformed (java.awt.event.ActionEvent evt) |
| void | hostNameTextFieldCaretUpdate (javax.swing.event.CaretEvent evt) |
| void | hostNameEqualsRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | hostNameAllRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | sortGroupNTbyPriorityRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | sortGroupNTRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | sortByPriorityRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | sortByTimeRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | statusTerminatedCheckBoxActionPerformed (java.awt.event.ActionEvent evt) |
| void | statusMaskedCheckBoxActionPerformed (java.awt.event.ActionEvent evt) |
| void | statusHighlightedCheckBoxActionPerformed (java.awt.event.ActionEvent evt) |
| void | statusAcknowledgedCheckBoxActionPerformed (java.awt.event.ActionEvent evt) |
| void | statusActiveCheckBoxActionPerformed (java.awt.event.ActionEvent evt) |
| void | timestampBeforeTextFieldCaretUpdate (javax.swing.event.CaretEvent evt) |
| void | timestampAfterTextFieldCaretUpdate (javax.swing.event.CaretEvent evt) |
| void | priorityLevel3checkBoxActionPerformed (java.awt.event.ActionEvent evt) |
| void | priorityLevel2checkBoxActionPerformed (java.awt.event.ActionEvent evt) |
| void | priorityLevel1checkBoxActionPerformed (java.awt.event.ActionEvent evt) |
| void | priorityLevel0checkBoxActionPerformed (java.awt.event.ActionEvent evt) |
| void | PDFCtextFieldCaretUpdate (javax.swing.event.CaretEvent evt) |
| void | IFMtextFieldCaretUpdate (javax.swing.event.CaretEvent evt) |
| void | SNFFtextFieldCaretUpdate (javax.swing.event.CaretEvent evt) |
| void | PDFCcontainsRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | IFMcontainsRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | SNFFcontainsRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | PDFCequalsRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | IFMequalsRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | SNFFequalsRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | PDFCallRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | IFMallRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | SNFFallRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | updateBorderNames () |
| void | doSwitch () |
Private Attributes | |
| javax.swing.JRadioButton | IFMallRadioButton |
| javax.swing.ButtonGroup | IFMbuttonGroup |
| javax.swing.JRadioButton | IFMcontainsRadioButton |
| javax.swing.JRadioButton | IFMequalsRadioButton |
| javax.swing.JPanel | IFMpanel |
| javax.swing.JTextField | IFMtextField |
| javax.swing.JRadioButton | PDFCallRadioButton |
| javax.swing.ButtonGroup | PDFCbuttonGroup |
| javax.swing.JRadioButton | PDFCcontainsRadioButton |
| javax.swing.JRadioButton | PDFCequalsRadioButton |
| javax.swing.JPanel | PDFCpanel |
| javax.swing.JTextField | PDFCtextField |
| javax.swing.JRadioButton | SNFFallRadioButton |
| javax.swing.ButtonGroup | SNFFbuttonGroup |
| javax.swing.JRadioButton | SNFFcontainsRadioButton |
| javax.swing.JRadioButton | SNFFequalsRadioButton |
| javax.swing.JPanel | SNFFpanel |
| javax.swing.JTextField | SNFFtextField |
| javax.swing.JPanel | bottomMainPanel |
| javax.swing.JPanel | buttonsPanel |
| javax.swing.JButton | cancelButton |
| javax.swing.JRadioButton | hostNameAllRadioButton |
| javax.swing.ButtonGroup | hostNameButtonGroup |
| javax.swing.JRadioButton | hostNameEqualsRadioButton |
| javax.swing.JPanel | hostNamePanel |
| javax.swing.JTextField | hostNameTextField |
| javax.swing.JButton | jButton1 |
| javax.swing.JButton | jButton2 |
| javax.swing.JPanel | mainPanel |
| javax.swing.JCheckBox | priorityLevel0checkBox |
| javax.swing.JCheckBox | priorityLevel1checkBox |
| javax.swing.JCheckBox | priorityLevel2checkBox |
| javax.swing.JCheckBox | priorityLevel3checkBox |
| javax.swing.JPanel | priorityPanel |
| javax.swing.JButton | searchButton |
| javax.swing.JRadioButton | sortByPriorityRadioButton |
| javax.swing.JRadioButton | sortByTimeRadioButton |
| javax.swing.JRadioButton | sortGroupNTRadioButton |
| javax.swing.JRadioButton | sortGroupNTbyPriorityRadioButton |
| javax.swing.ButtonGroup | sortOptionButtonGroup |
| javax.swing.JPanel | sortOptionPanel |
| javax.swing.JCheckBox | statusAcknowledgedCheckBox |
| javax.swing.JCheckBox | statusActiveCheckBox |
| javax.swing.JCheckBox | statusHighlightedCheckBox |
| javax.swing.JCheckBox | statusMaskedCheckBox |
| javax.swing.JPanel | statusPanel |
| javax.swing.JCheckBox | statusTerminatedCheckBox |
| javax.swing.JTextField | timestampAfterTextField |
| javax.swing.JTextField | timestampBeforeTextField |
| javax.swing.JLabel | timestampLabel1 |
| javax.swing.JLabel | timestampLabel2 |
| javax.swing.JPanel | timestampPanel |
| javax.swing.JPanel | upperMainPanel |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
An openable window available to the IDE's window manager.
| cern::laser::guiplatform::windows::search::SearchWindow::SearchWindow | ( | ) | [inline] |
Default constructor
| cern::laser::guiplatform::windows::search::SearchWindow::SearchWindow | ( | int | windowMode, | |
| Category[] | choosenCategories | |||
| ) | [inline] |
Constructor
| windowMode | mode of window, can be: Constants.SEARCH_WINDOW_MODE_ARCHIVE_SEARCH SEARCH_WINDOW_MODE_GET_ALARMINFO, SEARCH_WINDOW_MODE_SEARCH_ACTIVE_LIST | |
| selection | collection of CategoryBeans used by BL to perform search |
References cern::laser::client::services::selection::CategorySelection::addAll(), org::openide::windows::TopComponent::CLOSE_LAST, initComponents(), selection, cern::laser::client::services::selection::Selection::setCategorySelection(), org::openide::windows::TopComponent::setCloseOperation(), org::openide::windows::TopComponent::setName(), and settings.
| void cern::laser::guiplatform::windows::search::SearchWindow::cancelButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References org::openide::windows::TopComponent::close().
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::doSwitch | ( | ) | [inline, private] |
Switch between SystemName/Identifier/ProblemDescription and FF/FM/FC window mode
References cern::laser::guiplatform::windows::search::SearchWindowSettings::getSwitchMode(), cern::laser::guiplatform::windows::search::SearchWindowSettings::setSwitchMode(), settings, and updateBorderNames().
Referenced by jButton1ActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindow::formComponentShown | ( | java.awt.event.ComponentEvent | evt | ) | [inline, private] |
References updateBorderNames().
Referenced by initComponents().
| HelpCtx cern::laser::guiplatform::windows::search::SearchWindow::getHelpCtx | ( | ) | [inline] |
Get the help context for this component. Subclasses should generally override this to return specific help.
Reimplemented from org::openide::windows::TopComponent.
| void cern::laser::guiplatform::windows::search::SearchWindow::hostNameAllRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References hostNameAllRadioButton, hostNameTextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setCAPHostNameState(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::hostNameEqualsRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References hostNameEqualsRadioButton, hostNameTextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setCAPHostNameState(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::hostNameTextFieldCaretUpdate | ( | javax.swing.event.CaretEvent | evt | ) | [inline, private] |
References hostNameTextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setCAPHostNameEquals(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::IFMallRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References IFMallRadioButton, IFMtextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setIFMState(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::IFMcontainsRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References IFMcontainsRadioButton, IFMtextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setIFMState(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::IFMequalsRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References IFMequalsRadioButton, IFMtextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setIFMState(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::IFMtextFieldCaretUpdate | ( | javax.swing.event.CaretEvent | evt | ) | [inline, private] |
References IFMtextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setIFMContains(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::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 bottomMainPanel, buttonsPanel, cancelButton, cancelButtonActionPerformed(), formComponentShown(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getCAPHostNameEquals(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getCAPHostNameState(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getIFMContains(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getIFMState(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getPDFCContains(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getPDFCState(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getPriority_0(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getPriority_1(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getPriority_2(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getPriority_3(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getSNFFContains(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getSNFFState(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getSortState(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusAcknowledged(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusActive(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusHighlighted(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusMasked(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusTerminated(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getTimeStampAfter(), cern::laser::guiplatform::windows::search::SearchWindowSettings::getTimeStampBefore(), hostNameAllRadioButton, hostNameAllRadioButtonActionPerformed(), hostNameButtonGroup, hostNameEqualsRadioButton, hostNameEqualsRadioButtonActionPerformed(), hostNamePanel, hostNameTextField, hostNameTextFieldCaretUpdate(), IFMallRadioButton, IFMallRadioButtonActionPerformed(), IFMbuttonGroup, IFMcontainsRadioButton, IFMcontainsRadioButtonActionPerformed(), IFMequalsRadioButton, IFMequalsRadioButtonActionPerformed(), IFMpanel, IFMtextField, IFMtextFieldCaretUpdate(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isCAPHostNameEqualsEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isSortByPriorityEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isSortByTimeEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isSortGroupNTByPriorityEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isSortGroupNTEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusAcknowledgedEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusActiveEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusHighlightedEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusMaskedEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusTerminatedEnabled(), cern::laser::guiplatform::windows::search::SearchWindowSettings::isTimeStampEnabled(), jButton1, jButton1ActionPerformed(), jButton2, jButton2ActionPerformed(), mainPanel, PDFCallRadioButton, PDFCallRadioButtonActionPerformed(), PDFCbuttonGroup, PDFCcontainsRadioButton, PDFCcontainsRadioButtonActionPerformed(), PDFCequalsRadioButton, PDFCequalsRadioButtonActionPerformed(), PDFCpanel, PDFCtextField, PDFCtextFieldCaretUpdate(), priorityLevel0checkBox, priorityLevel0checkBoxActionPerformed(), priorityLevel1checkBox, priorityLevel1checkBoxActionPerformed(), priorityLevel2checkBox, priorityLevel2checkBoxActionPerformed(), priorityLevel3checkBox, priorityLevel3checkBoxActionPerformed(), priorityPanel, searchButton, searchButtonActionPerformed(), settings, SNFFallRadioButton, SNFFallRadioButtonActionPerformed(), SNFFbuttonGroup, SNFFcontainsRadioButton, SNFFcontainsRadioButtonActionPerformed(), SNFFequalsRadioButton, SNFFequalsRadioButtonActionPerformed(), SNFFpanel, SNFFtextField, SNFFtextFieldCaretUpdate(), sortByPriorityRadioButton, sortByPriorityRadioButtonActionPerformed(), sortByTimeRadioButton, sortByTimeRadioButtonActionPerformed(), sortGroupNTbyPriorityRadioButton, sortGroupNTbyPriorityRadioButtonActionPerformed(), sortGroupNTRadioButton, sortGroupNTRadioButtonActionPerformed(), sortOptionButtonGroup, sortOptionPanel, statusAcknowledgedCheckBox, statusAcknowledgedCheckBoxActionPerformed(), statusActiveCheckBox, statusActiveCheckBoxActionPerformed(), statusHighlightedCheckBox, statusHighlightedCheckBoxActionPerformed(), statusMaskedCheckBox, statusMaskedCheckBoxActionPerformed(), statusPanel, statusTerminatedCheckBox, statusTerminatedCheckBoxActionPerformed(), timestampAfterTextField, timestampAfterTextFieldCaretUpdate(), timestampBeforeTextField, timestampBeforeTextFieldCaretUpdate(), timestampLabel1, timestampLabel2, timestampPanel, and upperMainPanel.
Referenced by SearchWindow().
| void cern::laser::guiplatform::windows::search::SearchWindow::jButton1ActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References doSwitch().
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::jButton2ActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
| void cern::laser::guiplatform::windows::search::SearchWindow::PDFCallRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References PDFCallRadioButton, PDFCtextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setPDFCState(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::PDFCcontainsRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References PDFCcontainsRadioButton, PDFCtextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setPDFCState(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::PDFCequalsRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References PDFCequalsRadioButton, PDFCtextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setPDFCState(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::PDFCtextFieldCaretUpdate | ( | javax.swing.event.CaretEvent | evt | ) | [inline, private] |
References PDFCtextField, cern::laser::guiplatform::windows::search::SearchWindowSettings::setPDFCContains(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel0checkBoxActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References priorityLevel0checkBox, cern::laser::guiplatform::windows::search::SearchWindowSettings::setPriority_0(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel1checkBoxActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References priorityLevel1checkBox, cern::laser::guiplatform::windows::search::SearchWindowSettings::setPriority_1(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel2checkBoxActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References priorityLevel2checkBox, cern::laser::guiplatform::windows::search::SearchWindowSettings::setPriority_2(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel3checkBoxActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References priorityLevel3checkBox, cern::laser::guiplatform::windows::search::SearchWindowSettings::setPriority_3(), and settings.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::searchButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
| void cern::laser::guiplatform::windows::search::SearchWindow::SNFFallRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setSNFFState(), settings, SNFFallRadioButton, and SNFFtextField.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::SNFFcontainsRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setSNFFState(), settings, SNFFcontainsRadioButton, and SNFFtextField.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::SNFFequalsRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setSNFFState(), settings, SNFFequalsRadioButton, and SNFFtextField.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::SNFFtextFieldCaretUpdate | ( | javax.swing.event.CaretEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setSNFFContains(), settings, and SNFFtextField.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::sortByPriorityRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setSortState(), settings, and sortByPriorityRadioButton.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::sortByTimeRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setSortState(), settings, and sortByTimeRadioButton.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::sortGroupNTbyPriorityRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setSortState(), settings, and sortGroupNTbyPriorityRadioButton.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::sortGroupNTRadioButtonActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setSortState(), settings, and sortGroupNTRadioButton.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::statusAcknowledgedCheckBoxActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusAcknowledged(), settings, and statusAcknowledgedCheckBox.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::statusActiveCheckBoxActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusActive(), settings, and statusActiveCheckBox.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::statusHighlightedCheckBoxActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusHighlighted(), settings, and statusHighlightedCheckBox.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::statusMaskedCheckBoxActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusMasked(), settings, and statusMaskedCheckBox.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::statusTerminatedCheckBoxActionPerformed | ( | java.awt.event.ActionEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusTerminated(), settings, and statusTerminatedCheckBox.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::timestampAfterTextFieldCaretUpdate | ( | javax.swing.event.CaretEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setTimeStampAfter(), settings, and timestampAfterTextField.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::timestampBeforeTextFieldCaretUpdate | ( | javax.swing.event.CaretEvent | evt | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::setTimeStampBefore(), settings, and timestampBeforeTextField.
Referenced by initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindow::updateBorderNames | ( | ) | [inline, private] |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::getSwitchMode(), IFMpanel, PDFCpanel, settings, and SNFFpanel.
Referenced by doSwitch(), and formComponentShown().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::bottomMainPanel [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::buttonsPanel [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::search::SearchWindow::cancelButton [private] |
Referenced by initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::hostNameAllRadioButton [private] |
Referenced by hostNameAllRadioButtonActionPerformed(), and initComponents().
javax.swing.ButtonGroup cern::laser::guiplatform::windows::search::SearchWindow::hostNameButtonGroup [private] |
Referenced by initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::hostNameEqualsRadioButton [private] |
Referenced by hostNameEqualsRadioButtonActionPerformed(), and initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::hostNamePanel [private] |
Referenced by initComponents().
javax.swing.JTextField cern::laser::guiplatform::windows::search::SearchWindow::hostNameTextField [private] |
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::IFMallRadioButton [private] |
Referenced by IFMallRadioButtonActionPerformed(), and initComponents().
javax.swing.ButtonGroup cern::laser::guiplatform::windows::search::SearchWindow::IFMbuttonGroup [private] |
Referenced by initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::IFMcontainsRadioButton [private] |
Referenced by IFMcontainsRadioButtonActionPerformed(), and initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::IFMequalsRadioButton [private] |
Referenced by IFMequalsRadioButtonActionPerformed(), and initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::IFMpanel [private] |
Referenced by initComponents(), and updateBorderNames().
javax.swing.JTextField cern::laser::guiplatform::windows::search::SearchWindow::IFMtextField [private] |
javax.swing.JButton cern::laser::guiplatform::windows::search::SearchWindow::jButton1 [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::search::SearchWindow::jButton2 [private] |
Referenced by initComponents().
Logger cern::laser::guiplatform::windows::search::SearchWindow::logger = Logger.getLogger(this.getClass().getName()) [package] |
Referenced by searchButtonActionPerformed().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::mainPanel [private] |
Referenced by initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::PDFCallRadioButton [private] |
Referenced by initComponents(), and PDFCallRadioButtonActionPerformed().
javax.swing.ButtonGroup cern::laser::guiplatform::windows::search::SearchWindow::PDFCbuttonGroup [private] |
Referenced by initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::PDFCcontainsRadioButton [private] |
Referenced by initComponents(), and PDFCcontainsRadioButtonActionPerformed().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::PDFCequalsRadioButton [private] |
Referenced by initComponents(), and PDFCequalsRadioButtonActionPerformed().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::PDFCpanel [private] |
Referenced by initComponents(), and updateBorderNames().
javax.swing.JTextField cern::laser::guiplatform::windows::search::SearchWindow::PDFCtextField [private] |
javax.swing.JCheckBox cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel0checkBox [private] |
Referenced by initComponents(), and priorityLevel0checkBoxActionPerformed().
javax.swing.JCheckBox cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel1checkBox [private] |
Referenced by initComponents(), and priorityLevel1checkBoxActionPerformed().
javax.swing.JCheckBox cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel2checkBox [private] |
Referenced by initComponents(), and priorityLevel2checkBoxActionPerformed().
javax.swing.JCheckBox cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel3checkBox [private] |
Referenced by initComponents(), and priorityLevel3checkBoxActionPerformed().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::priorityPanel [private] |
Referenced by initComponents().
javax.swing.JButton cern::laser::guiplatform::windows::search::SearchWindow::searchButton [private] |
Referenced by initComponents().
Referenced by searchButtonActionPerformed(), and SearchWindow().
final long cern::laser::guiplatform::windows::search::SearchWindow::serialVersionUID = 1L [static, private] |
generated Serialized Version UID
Reimplemented from org::openide::windows::TopComponent.
Referenced by doSwitch(), hostNameAllRadioButtonActionPerformed(), hostNameEqualsRadioButtonActionPerformed(), hostNameTextFieldCaretUpdate(), IFMallRadioButtonActionPerformed(), IFMcontainsRadioButtonActionPerformed(), IFMequalsRadioButtonActionPerformed(), IFMtextFieldCaretUpdate(), initComponents(), PDFCallRadioButtonActionPerformed(), PDFCcontainsRadioButtonActionPerformed(), PDFCequalsRadioButtonActionPerformed(), PDFCtextFieldCaretUpdate(), priorityLevel0checkBoxActionPerformed(), priorityLevel1checkBoxActionPerformed(), priorityLevel2checkBoxActionPerformed(), priorityLevel3checkBoxActionPerformed(), SearchWindow(), SNFFallRadioButtonActionPerformed(), SNFFcontainsRadioButtonActionPerformed(), SNFFequalsRadioButtonActionPerformed(), SNFFtextFieldCaretUpdate(), sortByPriorityRadioButtonActionPerformed(), sortByTimeRadioButtonActionPerformed(), sortGroupNTbyPriorityRadioButtonActionPerformed(), sortGroupNTRadioButtonActionPerformed(), statusAcknowledgedCheckBoxActionPerformed(), statusActiveCheckBoxActionPerformed(), statusHighlightedCheckBoxActionPerformed(), statusMaskedCheckBoxActionPerformed(), statusTerminatedCheckBoxActionPerformed(), timestampAfterTextFieldCaretUpdate(), timestampBeforeTextFieldCaretUpdate(), and updateBorderNames().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::SNFFallRadioButton [private] |
Referenced by initComponents(), and SNFFallRadioButtonActionPerformed().
javax.swing.ButtonGroup cern::laser::guiplatform::windows::search::SearchWindow::SNFFbuttonGroup [private] |
Referenced by initComponents().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::SNFFcontainsRadioButton [private] |
Referenced by initComponents(), and SNFFcontainsRadioButtonActionPerformed().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::SNFFequalsRadioButton [private] |
Referenced by initComponents(), and SNFFequalsRadioButtonActionPerformed().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::SNFFpanel [private] |
Referenced by initComponents(), and updateBorderNames().
javax.swing.JTextField cern::laser::guiplatform::windows::search::SearchWindow::SNFFtextField [private] |
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::sortByPriorityRadioButton [private] |
Referenced by initComponents(), and sortByPriorityRadioButtonActionPerformed().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::sortByTimeRadioButton [private] |
Referenced by initComponents(), and sortByTimeRadioButtonActionPerformed().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::sortGroupNTbyPriorityRadioButton [private] |
Referenced by initComponents(), and sortGroupNTbyPriorityRadioButtonActionPerformed().
javax.swing.JRadioButton cern::laser::guiplatform::windows::search::SearchWindow::sortGroupNTRadioButton [private] |
Referenced by initComponents(), and sortGroupNTRadioButtonActionPerformed().
javax.swing.ButtonGroup cern::laser::guiplatform::windows::search::SearchWindow::sortOptionButtonGroup [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::sortOptionPanel [private] |
Referenced by initComponents().
javax.swing.JCheckBox cern::laser::guiplatform::windows::search::SearchWindow::statusAcknowledgedCheckBox [private] |
Referenced by initComponents(), and statusAcknowledgedCheckBoxActionPerformed().
javax.swing.JCheckBox cern::laser::guiplatform::windows::search::SearchWindow::statusActiveCheckBox [private] |
Referenced by initComponents(), and statusActiveCheckBoxActionPerformed().
javax.swing.JCheckBox cern::laser::guiplatform::windows::search::SearchWindow::statusHighlightedCheckBox [private] |
Referenced by initComponents(), and statusHighlightedCheckBoxActionPerformed().
javax.swing.JCheckBox cern::laser::guiplatform::windows::search::SearchWindow::statusMaskedCheckBox [private] |
Referenced by initComponents(), and statusMaskedCheckBoxActionPerformed().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::statusPanel [private] |
Referenced by initComponents().
javax.swing.JCheckBox cern::laser::guiplatform::windows::search::SearchWindow::statusTerminatedCheckBox [private] |
Referenced by initComponents(), and statusTerminatedCheckBoxActionPerformed().
javax.swing.JTextField cern::laser::guiplatform::windows::search::SearchWindow::timestampAfterTextField [private] |
Referenced by initComponents(), and timestampAfterTextFieldCaretUpdate().
javax.swing.JTextField cern::laser::guiplatform::windows::search::SearchWindow::timestampBeforeTextField [private] |
Referenced by initComponents(), and timestampBeforeTextFieldCaretUpdate().
javax.swing.JLabel cern::laser::guiplatform::windows::search::SearchWindow::timestampLabel1 [private] |
Referenced by initComponents().
javax.swing.JLabel cern::laser::guiplatform::windows::search::SearchWindow::timestampLabel2 [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::timestampPanel [private] |
Referenced by initComponents().
javax.swing.JPanel cern::laser::guiplatform::windows::search::SearchWindow::upperMainPanel [private] |
Referenced by initComponents().
1.6.2