

Public Member Functions | |
| String | getName () |
Protected Member Functions | |
| boolean | enable (Node[] nodes) |
| void | performAction (GPNode[] activatedNodes, Object context) |
| String | iconResource () |
| void | performAction (cern.gp.nodes.GPNode[] activatedNodes) |
| boolean | surviveFocusChange () |
Static Protected Attributes | |
| static final Logger | logger |
Static Private Attributes | |
| static final String | addStr |
This class copies BeanSupport objects from TreeExplorer to ListExplorer. (from CateogoryTree to ChoosenCategories)
| boolean cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::enable | ( | Node[] | nodes | ) | [inline, protected] |
Creates a new instance of CategoryCopyOverNodesAction 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.
| String cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::getName | ( | ) | [inline] |
Human presentable name of the action. This should be presented as an item in a menu.
Reimplemented from cern::gp::actions::support::NodeAction.
References addStr.
| String cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::iconResource | ( | ) | [inline, protected] |
Returns the pathname of the icon to use to display this action
Reimplemented from cern::gp::actions::support::NodeAction.
| void cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::performAction | ( | cern.gp.nodes.GPNode[] | activatedNodes | ) | [inline, protected] |
References cern::laser::guiplatform::windows::search::CategorySelectorWindow::addCategory(), cern::laser::guiplatform::windows::configuration::ConsoleConfigurationWindow::addCategory(), logger, cern::laser::guiplatform::windows::search::CategorySelectorWindow::updateCategoryTreeExplorer(), and cern::laser::guiplatform::windows::configuration::ConsoleConfigurationWindow::updateCategoryTreeExplorer().
| void cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::performAction | ( | GPNode[] | activatedNodes, | |
| Object | context | |||
| ) | [inline, protected] |
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.
| activatedNodes | the nodes currently selected | |
| context | the object set with setContext() can be null |
| boolean cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::surviveFocusChange | ( | ) | [inline, protected] |
Reimplemented from cern::gp::actions::support::NodeAction.
final String cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::addStr [static, private] |
NbBundle.getMessage(
CategoryCopyOverNodesAction.class,
"LBL_CategoryCopyOverNodesAction_name")
Referenced by getName().
final Logger cern::laser::guiplatform::actions::category::CategoryCopyOverNodesAction::logger [static, protected] |
LogFactory.getLogger(CategoryCopyOverNodesAction.class.getName())
Referenced by performAction().
1.6.2