
Classes | |
| class | AlarmIdentifierField |
Public Member Functions | |
| SearchWindowSettings (int windowMode) | |
| int | getWindowMode () |
| void | setWindowMode (int newWindowMode) |
| int | getSwitchMode () |
| void | setSwitchMode (int newSwitchMode) |
| int | getSNFFState () |
| void | setSNFFState (int newState) |
| String | getSNFFContains () |
| void | setSNFFContains (String newContains) |
| int | getIFMState () |
| void | setIFMState (int newState) |
| String | getIFMContains () |
| void | setIFMContains (String newContains) |
| int | getPDFCState () |
| void | setPDFCState (int newState) |
| String | getPDFCContains () |
| void | setPDFCContains (String newContains) |
| boolean | getPriority_0 () |
| boolean | getPriority_1 () |
| boolean | getPriority_2 () |
| boolean | getPriority_3 () |
| void | setPriority_0 (boolean newPriority_0) |
| void | setPriority_1 (boolean newPriority_1) |
| void | setPriority_2 (boolean newPriority_2) |
| void | setPriority_3 (boolean newPriority_3) |
| boolean | isTimeStampEnabled () |
| String | getTimeStampAfter () |
| void | setTimeStampAfter (String newAfter) |
| String | getTimeStampBefore () |
| void | setTimeStampBefore (String newBefore) |
| boolean | getStatusActive () |
| boolean | getStatusAcknowledged () |
| boolean | getStatusHighlighted () |
| boolean | getStatusMasked () |
| boolean | getStatusTerminated () |
| void | setStatusActive (boolean newActive) |
| void | setStatusAcknowledged (boolean newAcknowledged) |
| void | setStatusHighlighted (boolean newHighlighted) |
| void | setStatusMasked (boolean newMasked) |
| void | setStatusTerminated (boolean newTerminated) |
| boolean | isStatusActiveEnabled () |
| boolean | isStatusAcknowledgedEnabled () |
| boolean | isStatusHighlightedEnabled () |
| boolean | isStatusMaskedEnabled () |
| boolean | isStatusTerminatedEnabled () |
| int | getSortState () |
| void | setSortState (int newState) |
| boolean | isSortByPriorityEnabled () |
| boolean | isSortByTimeEnabled () |
| boolean | isSortGroupNTEnabled () |
| boolean | isSortGroupNTByPriorityEnabled () |
| int | getCAPHostNameState () |
| void | setCAPHostNameState (int newState) |
| String | getCAPHostNameEquals () |
| void | setCAPHostNameEquals (String newEquals) |
| boolean | isCAPHostNameEqualsEnabled () |
Static Public Attributes | |
| static final int | ID_ALL = 1 |
| static final int | ID_EQUAL = 2 |
| static final int | ID_CONTAINS = 3 |
| static final int | SORT_NONE = 0 |
| static final int | SORT_BY_TIME = 1 |
| static final int | SORT_BY_PRIORITY = 2 |
| static final int | SORT_BY_GROUP_NT = 3 |
| static final int | SORT_BY_GROUP_NT_BY_PR = 4 |
| static final int | CAP_HOST_NAME_ALL = 1 |
| static final int | CAP_HOST_NAME_EQUALS = 2 |
| static int | SWITCH_MODE_SN_I_PD = 1 |
| static int | SWITCH_MODE_FF_FM_FC = 2 |
Private Member Functions | |
| void | setSNFFWindowMode (int newWindowMode) |
| int | getSNFFWindowMode () |
| void | setIFMWindowMode (int newWindowMode) |
| int | getIFMWindowMode () |
| void | setPDFCWindowMode (int newWindowMode) |
| int | getPDFCWindowMode () |
Private Attributes | |
| int | windowMode |
| int | switchMode |
| AlarmIdentifierField | SNFF |
| AlarmIdentifierField | IFM |
| AlarmIdentifierField | PDFC |
| boolean | priority_0 |
| boolean | priority_1 |
| boolean | priority_2 |
| boolean | priority_3 |
| String | after |
| String | before |
| boolean | active |
| boolean | acknowledged |
| boolean | highlighted |
| boolean | masked |
| boolean | terminated |
| int | sortState |
| int | CAPHostNameState |
| String | CAPHostNameEquals |
This class contains settings of SearchWindow.
| cern::laser::guiplatform::windows::search::SearchWindowSettings::SearchWindowSettings | ( | int | windowMode | ) | [inline] |
Creates a new instance of SearchWindowSettings
| windowMode | mode which SearchWindow will work in |
References acknowledged, active, after, before, CAP_HOST_NAME_ALL, CAPHostNameEquals, CAPHostNameState, highlighted, IFM, masked, PDFC, priority_0, priority_1, priority_2, priority_3, SNFF, SORT_BY_TIME, sortState, SWITCH_MODE_SN_I_PD, switchMode, and terminated.
| String cern::laser::guiplatform::windows::search::SearchWindowSettings::getCAPHostNameEquals | ( | ) | [inline] |
References CAPHostNameEquals.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getCAPHostNameState | ( | ) | [inline] |
References CAPHostNameState.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| String cern::laser::guiplatform::windows::search::SearchWindowSettings::getIFMContains | ( | ) | [inline] |
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getIFMState | ( | ) | [inline] |
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getIFMWindowMode | ( | ) | [inline, private] |
| String cern::laser::guiplatform::windows::search::SearchWindowSettings::getPDFCContains | ( | ) | [inline] |
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getPDFCState | ( | ) | [inline] |
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getPDFCWindowMode | ( | ) | [inline, private] |
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::getPriority_0 | ( | ) | [inline] |
References priority_0.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::getPriority_1 | ( | ) | [inline] |
References priority_1.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::getPriority_2 | ( | ) | [inline] |
References priority_2.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::getPriority_3 | ( | ) | [inline] |
References priority_3.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| String cern::laser::guiplatform::windows::search::SearchWindowSettings::getSNFFContains | ( | ) | [inline] |
getter for SystemName/FF text used to search when Contains radio button selected
References cern::laser::guiplatform::windows::search::SearchWindowSettings::AlarmIdentifierField::getContains(), and SNFF.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getSNFFState | ( | ) | [inline] |
getter for SystemName/FF radio buttons group
References cern::laser::guiplatform::windows::search::SearchWindowSettings::AlarmIdentifierField::getState(), and SNFF.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getSNFFWindowMode | ( | ) | [inline, private] |
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getSortState | ( | ) | [inline] |
References SORT_NONE, sortState, and windowMode.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusAcknowledged | ( | ) | [inline] |
References acknowledged, and isStatusAcknowledgedEnabled().
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusActive | ( | ) | [inline] |
References active, and isStatusActiveEnabled().
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusHighlighted | ( | ) | [inline] |
References highlighted, and isStatusHighlightedEnabled().
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusMasked | ( | ) | [inline] |
References isStatusMaskedEnabled(), and masked.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::getStatusTerminated | ( | ) | [inline] |
References isStatusTerminatedEnabled(), and terminated.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getSwitchMode | ( | ) | [inline] |
| String cern::laser::guiplatform::windows::search::SearchWindowSettings::getTimeStampAfter | ( | ) | [inline] |
References after, and windowMode.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| String cern::laser::guiplatform::windows::search::SearchWindowSettings::getTimeStampBefore | ( | ) | [inline] |
References before.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| int cern::laser::guiplatform::windows::search::SearchWindowSettings::getWindowMode | ( | ) | [inline] |
References windowMode.
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isCAPHostNameEqualsEnabled | ( | ) | [inline] |
References windowMode.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isSortByPriorityEnabled | ( | ) | [inline] |
References windowMode.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isSortByTimeEnabled | ( | ) | [inline] |
References windowMode.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isSortGroupNTByPriorityEnabled | ( | ) | [inline] |
References windowMode.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isSortGroupNTEnabled | ( | ) | [inline] |
References windowMode.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusAcknowledgedEnabled | ( | ) | [inline] |
References windowMode.
Referenced by getStatusAcknowledged(), and cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusActiveEnabled | ( | ) | [inline] |
References windowMode.
Referenced by getStatusActive(), and cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusHighlightedEnabled | ( | ) | [inline] |
References windowMode.
Referenced by getStatusHighlighted(), and cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusMaskedEnabled | ( | ) | [inline] |
References windowMode.
Referenced by getStatusMasked(), and cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isStatusTerminatedEnabled | ( | ) | [inline] |
References windowMode.
Referenced by getStatusTerminated(), and cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::isTimeStampEnabled | ( | ) | [inline] |
References windowMode.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::initComponents().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setCAPHostNameEquals | ( | String | newEquals | ) | [inline] |
References CAPHostNameEquals.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::hostNameTextFieldCaretUpdate().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setCAPHostNameState | ( | int | newState | ) | [inline] |
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setIFMContains | ( | String | newContains | ) | [inline] |
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setIFMState | ( | int | newState | ) | [inline] |
References IFM, and cern::laser::guiplatform::windows::search::SearchWindowSettings::AlarmIdentifierField::setState().
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::IFMallRadioButtonActionPerformed(), cern::laser::guiplatform::windows::search::SearchWindow::IFMcontainsRadioButtonActionPerformed(), and cern::laser::guiplatform::windows::search::SearchWindow::IFMequalsRadioButtonActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setIFMWindowMode | ( | int | newWindowMode | ) | [inline, private] |
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setPDFCContains | ( | String | newContains | ) | [inline] |
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setPDFCState | ( | int | newState | ) | [inline] |
References PDFC, and cern::laser::guiplatform::windows::search::SearchWindowSettings::AlarmIdentifierField::setState().
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::PDFCallRadioButtonActionPerformed(), cern::laser::guiplatform::windows::search::SearchWindow::PDFCcontainsRadioButtonActionPerformed(), and cern::laser::guiplatform::windows::search::SearchWindow::PDFCequalsRadioButtonActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setPDFCWindowMode | ( | int | newWindowMode | ) | [inline, private] |
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setPriority_0 | ( | boolean | newPriority_0 | ) | [inline] |
References priority_0.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel0checkBoxActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setPriority_1 | ( | boolean | newPriority_1 | ) | [inline] |
References priority_1.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel1checkBoxActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setPriority_2 | ( | boolean | newPriority_2 | ) | [inline] |
References priority_2.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel2checkBoxActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setPriority_3 | ( | boolean | newPriority_3 | ) | [inline] |
References priority_3.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::priorityLevel3checkBoxActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setSNFFContains | ( | String | newContains | ) | [inline] |
setter for SystemName/FF text used to search when Contains radio button selected
| newContains | new value for text field Contains |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::AlarmIdentifierField::setContains(), and SNFF.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::SNFFtextFieldCaretUpdate().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setSNFFState | ( | int | newState | ) | [inline] |
setter for SystemName/FF radio buttons group
| newState | newState (one of ID_* constants) |
References cern::laser::guiplatform::windows::search::SearchWindowSettings::AlarmIdentifierField::setState(), and SNFF.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::SNFFallRadioButtonActionPerformed(), cern::laser::guiplatform::windows::search::SearchWindow::SNFFcontainsRadioButtonActionPerformed(), and cern::laser::guiplatform::windows::search::SearchWindow::SNFFequalsRadioButtonActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setSNFFWindowMode | ( | int | newWindowMode | ) | [inline, private] |
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setSortState | ( | int | newState | ) | [inline] |
References sortState.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::sortByPriorityRadioButtonActionPerformed(), cern::laser::guiplatform::windows::search::SearchWindow::sortByTimeRadioButtonActionPerformed(), cern::laser::guiplatform::windows::search::SearchWindow::sortGroupNTbyPriorityRadioButtonActionPerformed(), and cern::laser::guiplatform::windows::search::SearchWindow::sortGroupNTRadioButtonActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusAcknowledged | ( | boolean | newAcknowledged | ) | [inline] |
References acknowledged.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::statusAcknowledgedCheckBoxActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusActive | ( | boolean | newActive | ) | [inline] |
References active.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::statusActiveCheckBoxActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusHighlighted | ( | boolean | newHighlighted | ) | [inline] |
References highlighted.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::statusHighlightedCheckBoxActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusMasked | ( | boolean | newMasked | ) | [inline] |
References masked.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::statusMaskedCheckBoxActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setStatusTerminated | ( | boolean | newTerminated | ) | [inline] |
References terminated.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::statusTerminatedCheckBoxActionPerformed().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setSwitchMode | ( | int | newSwitchMode | ) | [inline] |
References switchMode.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::doSwitch().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setTimeStampAfter | ( | String | newAfter | ) | [inline] |
References after.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::timestampAfterTextFieldCaretUpdate().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setTimeStampBefore | ( | String | newBefore | ) | [inline] |
References before.
Referenced by cern::laser::guiplatform::windows::search::SearchWindow::timestampBeforeTextFieldCaretUpdate().
| void cern::laser::guiplatform::windows::search::SearchWindowSettings::setWindowMode | ( | int | newWindowMode | ) | [inline] |
Referenced by getStatusAcknowledged(), SearchWindowSettings(), and setStatusAcknowledged().
boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::active [private] |
Referenced by getStatusActive(), SearchWindowSettings(), and setStatusActive().
Referenced by getTimeStampAfter(), SearchWindowSettings(), and setTimeStampAfter().
Referenced by getTimeStampBefore(), SearchWindowSettings(), and setTimeStampBefore().
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::CAP_HOST_NAME_ALL = 1 [static] |
CAP Host name Radio buttons set to ALL
Referenced by SearchWindowSettings().
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::CAP_HOST_NAME_EQUALS = 2 [static] |
CAP Host name Radio buttons set to EQUALS
Referenced by getCAPHostNameEquals(), SearchWindowSettings(), and setCAPHostNameEquals().
Referenced by getCAPHostNameState(), SearchWindowSettings(), and setCAPHostNameState().
Referenced by getStatusHighlighted(), SearchWindowSettings(), and setStatusHighlighted().
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::ID_ALL = 1 [static] |
Identifier field set up to ALL
Referenced by cern::laser::guiplatform::windows::search::SearchWindowSettings::AlarmIdentifierField::AlarmIdentifierField().
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::ID_CONTAINS = 3 [static] |
Identifier field set up to CONTAINS
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::ID_EQUAL = 2 [static] |
Identifier field set up to EQUAL
Referenced by getIFMContains(), getIFMState(), getIFMWindowMode(), SearchWindowSettings(), setIFMContains(), setIFMState(), setIFMWindowMode(), and setWindowMode().
boolean cern::laser::guiplatform::windows::search::SearchWindowSettings::masked [private] |
Referenced by getStatusMasked(), SearchWindowSettings(), and setStatusMasked().
Referenced by getPriority_0(), SearchWindowSettings(), and setPriority_0().
Referenced by getPriority_1(), SearchWindowSettings(), and setPriority_1().
Referenced by getPriority_2(), SearchWindowSettings(), and setPriority_2().
Referenced by getPriority_3(), SearchWindowSettings(), and setPriority_3().
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::SORT_BY_GROUP_NT = 3 [static] |
Type of sorting - GROUP NEW & TERMINATED
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::SORT_BY_GROUP_NT_BY_PR = 4 [static] |
Type of sorting - GROUP NEW & TERMINATED BY PRIORITY
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::SORT_BY_PRIORITY = 2 [static] |
Type of sorting - BY PRIORITY
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::SORT_BY_TIME = 1 [static] |
Type of sorting - BY TIME
Referenced by SearchWindowSettings().
final int cern::laser::guiplatform::windows::search::SearchWindowSettings::SORT_NONE = 0 [static] |
Type of sorting - WITHOUT SORTING
Referenced by getSortState().
Referenced by getSortState(), SearchWindowSettings(), and setSortState().
int cern::laser::guiplatform::windows::search::SearchWindowSettings::SWITCH_MODE_FF_FM_FC = 2 [static] |
Window in Mode FF/FM/FC
int cern::laser::guiplatform::windows::search::SearchWindowSettings::SWITCH_MODE_SN_I_PD = 1 [static] |
Window in Mode SystemName/Identifier/ProblemDescription
Referenced by SearchWindowSettings().
Referenced by getSwitchMode(), SearchWindowSettings(), and setSwitchMode().
Referenced by getStatusTerminated(), SearchWindowSettings(), and setStatusTerminated().
Referenced by getSortState(), getTimeStampAfter(), getWindowMode(), isCAPHostNameEqualsEnabled(), isSortByPriorityEnabled(), isSortByTimeEnabled(), isSortGroupNTByPriorityEnabled(), isSortGroupNTEnabled(), isStatusAcknowledgedEnabled(), isStatusActiveEnabled(), isStatusHighlightedEnabled(), isStatusMaskedEnabled(), isStatusTerminatedEnabled(), isTimeStampEnabled(), and setWindowMode().
1.6.2