Class JCommandPopupMenuPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ScrollableHost
Direct Known Subclasses:
JRibbonFrame.GlobalPopupMenuPanel

public class JCommandPopupMenuPanel extends AbstractPopupMenuPanel implements ScrollableHost
Popup menu with groups of command buttons. Use the CommandMenuContentModel(CommandPanelContentModel, List) constructor to place a scrollable command button panel in the top part of the popup menu.
See Also: