

Public Member Functions | |
| String | getName () |
Protected Member Functions | |
| void | performAction (cern.gp.nodes.GPNode[] gPNode) |
| String | iconResource () |
| boolean | surviveFocusChange () |
Static Protected Attributes | |
| static Logger | logger |
Static Private Attributes | |
| static final String | deleteStr |
This class removes filter from filters list
| String cern::laser::guiplatform::actions::filters::DeleteFilterAction::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 deleteStr.
| String cern::laser::guiplatform::actions::filters::DeleteFilterAction::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::DeleteFilterAction::performAction | ( | cern.gp.nodes.GPNode[] | gPNode | ) | [inline, protected] |
Creates a new instance of DeleteFilterAction
References cern::laser::guiplatform::windows::configuration::ConsoleConfigurationWindow::removeFilter().
| boolean cern::laser::guiplatform::actions::filters::DeleteFilterAction::surviveFocusChange | ( | ) | [inline, protected] |
Reimplemented from cern::gp::actions::support::NodeAction.
final String cern::laser::guiplatform::actions::filters::DeleteFilterAction::deleteStr [static, private] |
NbBundle.getMessage(DeleteFilterAction.class, "LBL_DeleteFilterAction_name")
Referenced by getName().
Logger cern::laser::guiplatform::actions::filters::DeleteFilterAction::logger [static, protected] |
LogFactory.getLogger(DeleteFilterAction.class.getName())
1.6.2