Package | Description |
---|---|
bibliothek.gui.dock.action.popup |
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionPopupMenu
This is the default implementation of
ActionPopupMenu , this implementation
makes use of a MenuMenuHandler to create and update its content. |
Modifier and Type | Method and Description |
---|---|
ActionPopupMenu |
ActionPopupMenuFactory.createMenu(java.awt.Component owner,
Dockable dockable,
DockActionSource actions,
java.lang.Object source)
Creates a new menu using
actions as content. |
ActionPopupMenu |
DefaultActionPopupMenuFactory.createMenu(java.awt.Component owner,
Dockable dockable,
DockActionSource actions,
java.lang.Object source) |
Modifier and Type | Method and Description |
---|---|
void |
ActionPopupMenuListener.closed(ActionPopupMenu menu)
Called by
menu once it is closed. |