Interface | Description |
---|---|
JRibbonBand.RibbonGalleryPopupCallback |
This callback allows application code to place additional menu entries in
the popup menu shown when the ribbon gallery expand button is clicked.
|
RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback |
Callback that allows application code to provide custom content on the
secondary panel of the
RibbonApplicationMenu . |
Class | Description |
---|---|
AbstractRibbonBand<T extends AbstractBandControlPanel> |
Ribbon band.
|
JFlowRibbonBand |
Flow ribbon band component.
|
JRibbon |
The ribbon component.
|
JRibbonBand |
Ribbon band component.
|
JRibbonComponent |
Wrapper around core and 3rd party Swing controls to allow placing them in the
JRibbonBand . |
JRibbonFrame |
Ribbon frame.
|
RibbonApplicationMenu |
Metadata description of the application menu of the
JRibbon
component. |
RibbonApplicationMenuEntryFooter |
Metadata description for the footer entries of the
RibbonApplicationMenu . |
RibbonApplicationMenuEntryPrimary |
Metadata description for the primary menu entries of the
RibbonApplicationMenu . |
RibbonApplicationMenuEntrySecondary |
Metadata description for the secondary menu entries of the
RibbonApplicationMenu . |
RibbonContextualTaskGroup |
A contextual group of
RibbonTask s. |
RibbonTask |
Single ribbon task in
JRibbon . |
Enum | Description |
---|---|
RibbonElementPriority |
Priority of ribbon band components.
|