

Public Member Functions | |
| NodeManager (List alarms) | |
| java.util.Comparator | getComparator () |
| void | initChildrenMap (cern.gp.nodes.children.NodeMap nodeMap) |
| void | updateManager (List newList) |
Private Attributes | |
| Logger | logger |
| List | list = null |
| NodeMap | nodeMap = null |
| cern::laser::guiplatform::windows::alarms::AlarmInfoExplorer::NodeManager::NodeManager | ( | List | alarms | ) | [inline] |
References list.
| java.util.Comparator cern::laser::guiplatform::windows::alarms::AlarmInfoExplorer::NodeManager::getComparator | ( | ) | [inline] |
Returns a comparator that can be used to sort the collection of nodes managed by this class. null can be returned to specify that the collection should not be sorted. If a comparator is returned it should be able to compare two nodes belonging to the children managed by this manager. An adapter can be used to deal with the bean associated to the node instead of the nodes itself.
null Implements cern::gp::nodes::children::ChildrenManager.
| void cern::laser::guiplatform::windows::alarms::AlarmInfoExplorer::NodeManager::initChildrenMap | ( | cern.gp.nodes.children.NodeMap | nodeMap | ) | [inline] |
| void cern::laser::guiplatform::windows::alarms::AlarmInfoExplorer::NodeManager::updateManager | ( | List | newList | ) | [inline] |
References cern::gp::nodes::children::NodeMap::addNode(), cern::laser::guiplatform::alarms::AlarmBean::getAlarmId(), cern::gp::nodes::children::NodeMap::keySet(), list, logger, nodeMap, and cern::gp::nodes::children::NodeMap::removeNodes().
Referenced by cern::laser::guiplatform::windows::alarms::AlarmInfoExplorer::update().
List cern::laser::guiplatform::windows::alarms::AlarmInfoExplorer::NodeManager::list = null [private] |
Referenced by initChildrenMap(), NodeManager(), and updateManager().
LogFactory.getLogger(NodeManager.class.getName())
logger
Referenced by initChildrenMap(), and updateManager().
NodeMap cern::laser::guiplatform::windows::alarms::AlarmInfoExplorer::NodeManager::nodeMap = null [private] |
Referenced by initChildrenMap(), and updateManager().
1.6.2