Package | Description |
---|---|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
Constructor | 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(org.openide.util.actions.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(org.openide.util.actions.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.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.