

Public Member Functions | |
| TreePopupMenu (LogLvlTreeModel model) | |
| void | actionPerformed (ActionEvent e) |
Private Member Functions | |
| void | initialize () |
Private Attributes | |
| JMenuItem | refreshTreeMI = new JMenuItem("Refresh") |
| JCheckBoxMenuItem | viewClientsCMI = new JCheckBoxMenuItem("View clients node") |
| JCheckBoxMenuItem | viewComponentsCMI = new JCheckBoxMenuItem("View components node") |
| LogLvlTreeModel | model |
The popup menu for the LogLevelTree
| alma::acs::gui::loglevel::tree::TreePopupMenu::TreePopupMenu | ( | LogLvlTreeModel | model | ) | [inline] |
Constructor
References initialize().
| void alma::acs::gui::loglevel::tree::TreePopupMenu::actionPerformed | ( | ActionEvent | e | ) | [inline] |
| void alma::acs::gui::loglevel::tree::TreePopupMenu::initialize | ( | ) | [inline, private] |
Init the menu
References refreshTreeMI, viewClientsCMI, and viewComponentsCMI.
Referenced by TreePopupMenu().
Referenced by actionPerformed().
JMenuItem alma::acs::gui::loglevel::tree::TreePopupMenu::refreshTreeMI = new JMenuItem("Refresh") [private] |
Referenced by actionPerformed(), and initialize().
JCheckBoxMenuItem alma::acs::gui::loglevel::tree::TreePopupMenu::viewClientsCMI = new JCheckBoxMenuItem("View clients node") [private] |
Referenced by actionPerformed(), and initialize().
JCheckBoxMenuItem alma::acs::gui::loglevel::tree::TreePopupMenu::viewComponentsCMI = new JCheckBoxMenuItem("View components node") [private] |
Referenced by actionPerformed(), and initialize().
1.6.2