Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cern::gp::actions::support::CallableSystemAction Class Reference

Inheritance diagram for cern::gp::actions::support::CallableSystemAction:

Inheritance graph
[legend]
List of all members.

Public Member Functions

String getName ()
HelpCtx getHelpCtx ()
abstract void performAction ()

Protected Member Functions

String iconResource ()

Detailed Description

Generic action that should be used as a parent class for all non contextual actions.

Subclasses should overwrite the following methods in order to provide custom name and icon (if not overwritten a generic name and icon will be used) :

Subclasses must overwrite the following abstract methods :

The action can be attached to any menu or button.

Version:
Revision
1.2
Date
2006/09/25 08:52:36
Author:
Lionel Mestre


Member Function Documentation

HelpCtx cern::gp::actions::support::CallableSystemAction::getHelpCtx  )  [inline]
 

Help context where to find more about the action.

Returns:
the help context for this action

Reimplemented in cern::gp::actions::MainLauncherAction.

String cern::gp::actions::support::CallableSystemAction::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 in cern::gp::actions::MainLauncherAction.

String cern::gp::actions::support::CallableSystemAction::iconResource  )  [inline, protected]
 

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

Returns:
the pathname of the icon

abstract void cern::gp::actions::support::CallableSystemAction::performAction  )  [pure 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

Implemented in cern::gp::actions::MainLauncherAction.


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:08:14 2009 for ACS Java API by doxygen 1.3.8