Package bibliothek.gui.dock.station.stack.menu

Interface Summary
CombinedMenuContent A popup menu often used by CombinedMenus to show their content.
CombinedMenuContentListener A listener added to a CombinedMenuContent.
 

Class Summary
AbstractCombinedMenu An abstract implementation of CombinedMenu, this menu delegates creation and management of its Component to its subclasses and uses a CombinedMenuContent to show its content.
CombinedMenuContent.Item Describes one item of a menu.
PopupCombinedMenuContent A CombinedMenuContent that opens a normal JPopupMenu to display the selection.