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

Contains an abstract implementation of CombinedMenu including helper classes.

See:
          Description

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.
 

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

Contains an abstract implementation of CombinedMenu including helper classes.