

Public Member Functions | |
| void | performAction () |
| String | getName () |
| HelpCtx | getHelpCtx () |
Protected Member Functions | |
| String | iconResource () |
Private Attributes | |
| Logger | logger = LogFactory.getLogger(SearchTrial.class.getName()) |
| HelpCtx cern::laser::guiplatform::actions::SearchTrial::getHelpCtx | ( | ) | [inline] |
Help context where to find more about the action.
Reimplemented from cern::gp::actions::support::CallableSystemAction.
| String cern::laser::guiplatform::actions::SearchTrial::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::SearchTrial::iconResource | ( | ) | [inline, protected] |
Returns the pathname of the icon to use to display this action
Reimplemented from cern::gp::actions::support::CallableSystemAction.
| void cern::laser::guiplatform::actions::SearchTrial::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.
References logger, and org::openide::windows::TopComponent::open().
Logger cern::laser::guiplatform::actions::SearchTrial::logger = LogFactory.getLogger(SearchTrial.class.getName()) [private] |
Referenced by performAction().
1.6.2