cern::laser::guiplatform::actions::alarms::ShowMultiplicityChildrenAction Class Reference
List of all members.
Detailed Description
Action sensitive to the node selection that does something useful. Consider using a cookie action instead if you can define what the action is applicable to in terms of cookies.
- Author:
- Bartlomiej Pawlowski <Bartlomiej.Pawlowski@cern.ch>
Member Function Documentation
| boolean cern::laser::guiplatform::actions::alarms::ShowMultiplicityChildrenAction::checkBean |
( |
Node |
node |
) |
[inline, private] |
Perform extra initialization of this action's singleton. PLEASE do not use constructors for this purpose! protected void initialize() { super.initialize(); putProperty(Action.SHORT_DESCRIPTION, NbBundle.getMessage(ShowMultiplicityChildrenAction.class, "HINT_Action")); } check if this action should be enable depending on AlarmBean state
- Returns:
Referenced by enable().
| boolean cern::laser::guiplatform::actions::alarms::ShowMultiplicityChildrenAction::enable |
( |
Node[] |
nodes |
) |
[inline, protected] |
| HelpCtx cern::laser::guiplatform::actions::alarms::ShowMultiplicityChildrenAction::getHelpCtx |
( |
|
) |
[inline] |
| String cern::laser::guiplatform::actions::alarms::ShowMultiplicityChildrenAction::getName |
( |
|
) |
[inline] |
| String cern::laser::guiplatform::actions::alarms::ShowMultiplicityChildrenAction::iconResource |
( |
|
) |
[inline, protected] |
| void cern::laser::guiplatform::actions::alarms::ShowMultiplicityChildrenAction::performAction |
( |
Node[] |
_nodes |
) |
[inline, protected] |
Member Data Documentation
Initial value:
LogFactory.getLogger(ShowMultiplicityChildrenAction.class.getName())
logger
Referenced by performAction().
The documentation for this class was generated from the following file: