

Public Member Functions | |
| String | getName () |
Protected Member Functions | |
| void | performAction (cern.gp.nodes.GPNode[] gPNode) |
| boolean | enable (org.openide.nodes.Node[] node) |
| String | iconResource () |
Static Package Attributes | |
| static Logger | logger |
Static Private Attributes | |
| static final String | editStr |
This action allows to edit previously defined filters
| boolean cern::laser::guiplatform::actions::filters::EditFilterAction::enable | ( | org.openide.nodes.Node[] | node | ) | [inline, protected] |
| String cern::laser::guiplatform::actions::filters::EditFilterAction::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 editStr.
| String cern::laser::guiplatform::actions::filters::EditFilterAction::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::filters::EditFilterAction::performAction | ( | cern.gp.nodes.GPNode[] | gPNode | ) | [inline, protected] |
Creates a new instance of EditFilterAction
References cern::laser::guiplatform::filters::FilterItemBean::getName(), cern::laser::guiplatform::filters::FilterItemBean::getOperator(), cern::laser::guiplatform::filters::FilterItemBean::getValue(), and cern::laser::guiplatform::windows::configuration::ConsoleConfigurationWindow::setInUpdateMode().
final String cern::laser::guiplatform::actions::filters::EditFilterAction::editStr [static, private] |
NbBundle.getMessage(EditFilterAction.class, "LBL_EditFilterAction_name")
Referenced by getName().
Logger cern::laser::guiplatform::actions::filters::EditFilterAction::logger [static, package] |
Logger.getLogger(
EditFilterAction.class.getName())
1.6.2