
Public Member Functions | |
| boolean | add (Category category) |
| boolean | addAll (Collection categories) |
| boolean | remove (Category category) |
| boolean | contains (Category category) |
| Category[] | list () |
The category selection interface. It is the part of an alarm selection containing the interested categories.
| boolean cern::laser::client::services::selection::CategorySelection::add | ( | Category | category | ) |
| boolean cern::laser::client::services::selection::CategorySelection::addAll | ( | Collection | categories | ) |
Adds all of the categories in the specified collection to this selection if they're not already present.
| categories | collection whose elements are to be added to this selection |
Implemented in cern::laser::client::impl::services::selection::CategorySelectionImpl.
Referenced by cern::laser::guiplatform::windows::configuration::ConsoleConfigurationPanel::createConfiguration(), cern::laser::guiplatform::windows::search::SearchWindow::SearchWindow(), cern::laser::test::TestConfiguration::TestConfiguration(), cern::laser::console::TestConfiguration::TestConfiguration(), cern::laser::test::TestSelection::TestSelection(), and cern::laser::test::TstConfiguration2::TstConfiguration2().
| boolean cern::laser::client::services::selection::CategorySelection::contains | ( | Category | category | ) |
Check if the category is part of the selection.
| category | the category to check |
Implemented in cern::laser::client::impl::services::selection::CategorySelectionImpl.
Referenced by cern::laser::guiplatform::alarms::AlarmContainer::belongsToSelectedCategories(), cern::laser::guiplatform::alarms::AlarmContainer::clearInhibitList(), cern::laser::guiplatform::alarms::AlarmContainer::clearMaskList(), cern::laser::guiplatform::alarms::AlarmContainer::uninhibit(), and cern::laser::guiplatform::alarms::AlarmContainer::unmask().
| Category [] cern::laser::client::services::selection::CategorySelection::list | ( | ) |
List the selected categories.
Implemented in cern::laser::client::impl::services::selection::CategorySelectionImpl.
| boolean cern::laser::client::services::selection::CategorySelection::remove | ( | Category | category | ) |
Remove a category from the selection.
| category | the category to be removed |
Implemented in cern::laser::client::impl::services::selection::CategorySelectionImpl.
1.6.2