cern::laser::guiplatform::actions::alarms::ShowActiveNodeChildrenAction Class Reference

Inheritance diagram for cern::laser::guiplatform::actions::alarms::ShowActiveNodeChildrenAction:
Inheritance graph
[legend]
Collaboration diagram for cern::laser::guiplatform::actions::alarms::ShowActiveNodeChildrenAction:
Collaboration graph
[legend]

List of all members.

Public Member Functions

String getName ()
HelpCtx getHelpCtx ()

Protected Member Functions

void performAction (Node[] _nodes)
boolean enable (Node[] nodes)
String iconResource ()

Private Member Functions

boolean checkBean (Node node)

Static Private Attributes

static final Logger logger

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::ShowActiveNodeChildrenAction::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(ShowNodeChildrenAction.class, "HINT_Action")); } check if this action should be enable depending on AlarmBean state

Returns:

Referenced by enable().

boolean cern::laser::guiplatform::actions::alarms::ShowActiveNodeChildrenAction::enable ( Node[]  nodes  )  [inline, protected]

References checkBean().

HelpCtx cern::laser::guiplatform::actions::alarms::ShowActiveNodeChildrenAction::getHelpCtx (  )  [inline]
String cern::laser::guiplatform::actions::alarms::ShowActiveNodeChildrenAction::getName (  )  [inline]
String cern::laser::guiplatform::actions::alarms::ShowActiveNodeChildrenAction::iconResource (  )  [inline, protected]
void cern::laser::guiplatform::actions::alarms::ShowActiveNodeChildrenAction::performAction ( Node[]  _nodes  )  [inline, protected]

Member Data Documentation

Initial value:
 
            LogFactory.getLogger(ShowNodeChildrenAction.class.getName())

logger

Referenced by performAction().


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

Generated by  doxygen 1.6.2