cern::laser::guiplatform::actions::ArchiveSearchAction Class Reference

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

List of all members.

Public Member Functions

void performAction ()
String getName ()
HelpCtx getHelpCtx ()
boolean isEnabled ()

Protected Member Functions

String iconResource ()

Private Attributes

Logger logger = LogFactory.getLogger(ArchiveSearchAction.class.getName())

Detailed Description

Action that can always be invoked and work procedurally.

Author:
bartek

Member Function Documentation

HelpCtx cern::laser::guiplatform::actions::ArchiveSearchAction::getHelpCtx (  )  [inline]

Help context where to find more about the action.

Returns:
the help context for this action

Reimplemented from cern::gp::actions::support::CallableSystemAction.

String cern::laser::guiplatform::actions::ArchiveSearchAction::getName (  )  [inline]

Human presentable name of the action. This should be presented as an item in a menu.

Returns:
the name of the action

Reimplemented from cern::gp::actions::support::CallableSystemAction.

String cern::laser::guiplatform::actions::ArchiveSearchAction::iconResource (  )  [inline, protected]

Returns the pathname of the icon to use to display this action

Returns:
the pathname of the icon

Reimplemented from cern::gp::actions::support::CallableSystemAction.

boolean cern::laser::guiplatform::actions::ArchiveSearchAction::isEnabled (  )  [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(ArchiveSearchAction.class, "HINT_Action")); }

void cern::laser::guiplatform::actions::ArchiveSearchAction::performAction (  )  [inline, virtual]

Performs the action for the given nodes.

Parameters:
activatedNodes the non null (possibly empty) array of nodes selected at the moment the action has been triggered

Implements cern::gp::actions::support::CallableSystemAction.


Member Data Documentation

Logger cern::laser::guiplatform::actions::ArchiveSearchAction::logger = LogFactory.getLogger(ArchiveSearchAction.class.getName()) [private]

logger


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

Generated by  doxygen 1.6.2