

Classes | |
| class | MyMenu |
Public Member Functions | |
| Popup (Action toolsAction) | |
| void | addNotify () |
| void | run () |
Static Package Attributes | |
| static final long | serialVersionUID = 2269006599727576059L |
Private Attributes | |
| JMenu | menu = new MyMenu() |
| boolean | inited = false |
| Action | toolsAction |
Inline menu that is either empty or contains one submenu.
| org::openide::actions::ToolsAction::Popup::Popup | ( | Action | toolsAction | ) | [inline] |
References menu.
| void org::openide::actions::ToolsAction::Popup::addNotify | ( | ) | [inline] |
References inited.
| void org::openide::actions::ToolsAction::Popup::run | ( | ) | [inline] |
Runs the update
References inited.
boolean org::openide::actions::ToolsAction::Popup::inited = false [private] |
Referenced by addNotify(), and run().
JMenu org::openide::actions::ToolsAction::Popup::menu = new MyMenu() [private] |
sub menu
Referenced by Popup().
final long org::openide::actions::ToolsAction::Popup::serialVersionUID = 2269006599727576059L [static, package] |
Action org::openide::actions::ToolsAction::Popup::toolsAction [private] |
Associated tools action.
Referenced by org::openide::actions::ToolsAction::Popup::MyMenu::fillSubmenu().
1.6.2