DockAction
and presenting them
as MenuViewItem
in
order to display the actions in a menu.See: Description
Interface | Description |
---|---|
MenuViewItem<C extends javax.swing.JComponent> |
An item that is shown in a menu.
|
Class | Description |
---|---|
AbstractMenuHandler<I extends javax.swing.JMenuItem,D extends StandardDockAction> |
A handler that connects a
JMenuItem with a DockAction . |
ButtonMenuHandler |
A handler building a connection between a
JMenuItem and a ButtonDockAction . |
DropDownMenuHandler |
A handler that shows a
DropDownAction in a menu. |
MenuMenuHandler |
A handler that manages a menu.
|
SelectableMenuHandler |
A handler which ensures that the selected-state of a
JMenuItem and
a SelectableDockAction are always the same. |
DockAction
and presenting them
as MenuViewItem
in
order to display the actions in a menu.