

Public Member Functions | |
| void | performAction () |
| String | getName () |
| HelpCtx | getHelpCtx () |
| boolean | isEnabled () |
Protected Member Functions | |
| String | iconResource () |
Private Attributes | |
| String | instantListCompName |
Static Private Attributes | |
| static Logger | logger |
Action that can always be invoked and work procedurally.
| HelpCtx cern::laser::guiplatform::actions::ShowInstantFaultListAction::getHelpCtx | ( | ) | [inline] |
Help context where to find more about the action.
Reimplemented from cern::gp::actions::support::CallableSystemAction.
| String cern::laser::guiplatform::actions::ShowInstantFaultListAction::getName | ( | ) | [inline] |
Human presentable name of the action. This should be presented as an item in a menu.
Reimplemented from cern::gp::actions::support::CallableSystemAction.
| String cern::laser::guiplatform::actions::ShowInstantFaultListAction::iconResource | ( | ) | [inline, protected] |
Returns the pathname of the icon to use to display this action
Reimplemented from cern::gp::actions::support::CallableSystemAction.
| boolean cern::laser::guiplatform::actions::ShowInstantFaultListAction::isEnabled | ( | ) | [inline] |
References instantListCompName.
| void cern::laser::guiplatform::actions::ShowInstantFaultListAction::performAction | ( | ) | [inline, virtual] |
Performs the action for the given nodes.
| activatedNodes | the non null (possibly empty) array of nodes selected at the moment the action has been triggered |
Implements cern::gp::actions::support::CallableSystemAction.
NbBundle.getMessage(
cern.laser.guiplatform.windows.DisplayableColumnExplorer.class,
"LBL_Instant_list_component_name"
)
Referenced by isEnabled().
Logger cern::laser::guiplatform::actions::ShowInstantFaultListAction::logger [static, private] |
LogFactory.getLogger(ShowInstantFaultListAction.class.getName())
logger
1.6.2