cern::laser::guiplatform::windows::search::SearchWindow Class Reference

Inheritance diagram for cern::laser::guiplatform::windows::search::SearchWindow:
Inheritance graph
[legend]
Collaboration diagram for cern::laser::guiplatform::windows::search::SearchWindow:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

An openable window available to the IDE's window manager.

Author:
woloszyn

Constructor & Destructor Documentation

cern::laser::guiplatform::windows::search::SearchWindow::SearchWindow (  )  [inline]

Default constructor

cern::laser::guiplatform::windows::search::SearchWindow::SearchWindow ( int  windowMode,
Category[]  choosenCategories 
) [inline]

Member Function Documentation

void cern::laser::guiplatform::windows::search::SearchWindow::cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::doSwitch (  )  [inline, private]
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.

Returns:
the help context

Reimplemented from org::openide::windows::TopComponent.

void cern::laser::guiplatform::windows::search::SearchWindow::hostNameAllRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::hostNameEqualsRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::hostNameTextFieldCaretUpdate ( javax.swing.event.CaretEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::IFMallRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::IFMcontainsRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::IFMequalsRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::IFMtextFieldCaretUpdate ( javax.swing.event.CaretEvent  evt  )  [inline, private]
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]
void cern::laser::guiplatform::windows::search::SearchWindow::PDFCcontainsRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::PDFCequalsRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::PDFCtextFieldCaretUpdate ( javax.swing.event.CaretEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel0checkBoxActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel1checkBoxActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel2checkBoxActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel3checkBoxActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
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]
void cern::laser::guiplatform::windows::search::SearchWindow::SNFFcontainsRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::SNFFequalsRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::SNFFtextFieldCaretUpdate ( javax.swing.event.CaretEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::sortByPriorityRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::sortByTimeRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::sortGroupNTbyPriorityRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::sortGroupNTRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::statusAcknowledgedCheckBoxActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::statusActiveCheckBoxActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::statusHighlightedCheckBoxActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::statusMaskedCheckBoxActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::statusTerminatedCheckBoxActionPerformed ( java.awt.event.ActionEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::timestampAfterTextFieldCaretUpdate ( javax.swing.event.CaretEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::timestampBeforeTextFieldCaretUpdate ( javax.swing.event.CaretEvent  evt  )  [inline, private]
void cern::laser::guiplatform::windows::search::SearchWindow::updateBorderNames (  )  [inline, private]

Member Data Documentation

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Logger cern::laser::guiplatform::windows::search::SearchWindow::logger = Logger.getLogger(this.getClass().getName()) [package]

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

generated Serialized Version UID

Reimplemented from org::openide::windows::TopComponent.

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().

Referenced by initComponents().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2