Public Member Functions | |
CategoryCopyAllOverNodesAction () | |
String | getName () |
Protected Member Functions | |
boolean | enable (Node[] nodes) |
String | iconResource () |
void | performAction (GPNode[] activatedNodes, Object context) |
void | performAction (GPNode[] activatedNodes) |
Static Protected Attributes | |
final Logger | logger |
Static Private Attributes | |
final String | addAllStr |
|
Creates a new instance of CategoryCopyAllOverNodesAction |
|
the action will be enabled only if the super class enables it and if the context is not null.
Reimplemented from cern::gp::actions::support::NodeAction.
|
|
Human presentable name of the action. This should be presented as an item in a menu.
Reimplemented from cern::gp::actions::support::NodeAction.
|
|
Returns the pathname of the icon to use to display this action
Reimplemented from cern::gp::actions::support::NodeAction.
|
|
Performs the action for the given nodes.
Implements cern::gp::actions::support::NodeAction.
|
|
A method called by GP when you invoke this action. You have to implement this method with the action you want to execute. Please note that the context parameter may be null.
|
|
Initial value:
|
|
Initial value:
|