All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class JRibbonBand extends AbstractRibbonBand
Ribbon band component. Can host three types of content:

Commands are added with associated JRibbonBand.PresentationPriority. The higher the priority, the longer the presentation button "stays" in the CommandButtonPresentationState.BIG or CommandButtonPresentationState.MEDIUM state - depending on the available resize policies.

The content and behavior of galleries added with addRibbonGallery(RibbonGalleryProjection, PresentationPriority) can be reconfigured using the following APIs on the model classes:

A ribbon band can have multiple visual groups delineated by vertical separator lines. To start a new unnamed group use the startGroup() API. To start a new named group use the startGroup(String) API. Unnamed groups will have three rows of controls. Named groups will have two rows of controls, with an additional top row showing the group title.

See Also: