

Public Member Functions | |
| void | performAction () |
| String | getName () |
| HelpCtx | getHelpCtx () |
| boolean | isEnabled () |
| Object | getActionMapKey () |
Protected Member Functions | |
| String | iconResource () |
Static Package Attributes | |
| static final Logger | logger = LogFactory.getLogger(SetPrinterAction.class.getName()) |
Action that can always be invoked and work procedurally.
| Object cern::laser::guiplatform::actions::SetPrinterAction::getActionMapKey | ( | ) | [inline] |
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(PrinterSetupAction.class, "HINT_Action")); }
| HelpCtx cern::laser::guiplatform::actions::SetPrinterAction::getHelpCtx | ( | ) | [inline] |
Help context where to find more about the action.
Reimplemented from cern::gp::actions::support::CallableSystemAction.
| String cern::laser::guiplatform::actions::SetPrinterAction::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::SetPrinterAction::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::SetPrinterAction::isEnabled | ( | ) | [inline] |
| void cern::laser::guiplatform::actions::SetPrinterAction::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.
final Logger cern::laser::guiplatform::actions::SetPrinterAction::logger = LogFactory.getLogger(SetPrinterAction.class.getName()) [static, package] |
Referenced by performAction().
1.6.2