

Public Member Functions | |
| DisableColumnAction () | |
| String | getName () |
Protected Member Functions | |
| boolean | enable (org.openide.nodes.Node[] node) |
| String | iconResource () |
| boolean | surviveFocusChange () |
Static Package Attributes | |
| static Logger | logger |
This class disables column, this column should be deleted from alarm screen
| cern::laser::guiplatform::actions::DisableColumnAction::DisableColumnAction | ( | ) | [inline] |
Creates a new instance of DisableColumnAction
| boolean cern::laser::guiplatform::actions::DisableColumnAction::enable | ( | org.openide.nodes.Node[] | node | ) | [inline, protected] |
| String cern::laser::guiplatform::actions::DisableColumnAction::getName | ( | ) | [inline] |
Human presentable name of the action. This should be presented as an item in a menu.
Reimplemented from cern::gp::actions::support::BeanAction.
| String cern::laser::guiplatform::actions::DisableColumnAction::iconResource | ( | ) | [inline, protected] |
Returns the pathname of the icon to use to display this action
Reimplemented from cern::gp::actions::support::BeanAction.
| boolean cern::laser::guiplatform::actions::DisableColumnAction::surviveFocusChange | ( | ) | [inline, protected] |
this is only used if we connect JButtons to this action. it makes sure the JButtons are refreshed properly when there is a focus change.
Reimplemented from cern::gp::actions::support::BeanAction.
Logger cern::laser::guiplatform::actions::DisableColumnAction::logger [static, package] |
LogFactory.getLogger(DisableColumnAction.class.getName())
1.6.2