Public Member Functions | Protected Member Functions

cern.gp.actions.support.CallableSystemAction Class Reference

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 (  ) 

Help context where to find more about the action.

Returns:
the help context for this action
String cern.gp.actions.support.CallableSystemAction.getName (  ) 

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

Returns:
the name of the action
String cern.gp.actions.support.CallableSystemAction.iconResource (  )  [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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties