Package | Description |
---|---|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
Constructor and Description |
---|
SubMenu(Action aAction,
Actions.SubMenuModel model,
boolean popup)
Deprecated.
Constructs a new ActMenuItem with the specified label
and no keyboard shortcut and connects it to the given SystemAction.
|
SubMenu(SystemAction aAction,
Actions.SubMenuModel model)
Deprecated.
Constructs a new ActMenuItem with the specified label
and no keyboard shortcut and connects it to the given SystemAction.
|
SubMenu(SystemAction aAction,
Actions.SubMenuModel model,
boolean popup)
Deprecated.
Constructs a new ActMenuItem with the specified label
and no keyboard shortcut and connects it to the given SystemAction.
|