Package | Description |
---|---|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
Modifier and Type | Class and Description |
---|---|
static class |
Actions.MenuItem
Extension of Swing menu item with connection to
system actions.
|
static class |
Actions.SubMenu
Deprecated.
Extends deprecated
JMenuPlus . Instead create a regular JMenu and add items to it (or use DynamicMenuContent ). |
class |
JInlineMenu
Deprecated.
since org.openide.awt 6.5 JInlineMenu is a simple implementation of
DynamicMenuContent , it
doesn't update when visible and doesn't handle the separators itself anymore. |