Interface | Description |
---|---|
ActionPopupMenu |
A menu that shows some
DockAction s and is opened when the user
performs a right click onto a DockElementRepresentative or invokes
a MenuDockAction . |
ActionPopupMenuFactory |
This interface is used by the
PopupController to create new popup menus
when the user right clickes on some Component . |
ActionPopupMenuListener |
A listener that is added to a
ActionPopupMenu and is called
if the menu is closed. |
Class | Description |
---|---|
DefaultActionPopupMenu |
This is the default implementation of
ActionPopupMenu , this implementation
makes use of a MenuMenuHandler to create and update its content. |
DefaultActionPopupMenuFactory |
The default implementation of a
ActionPopupMenuFactory creates
new DefaultActionPopupMenu s. |