Uses of Enum
org.pushingpixels.radiance.component.api.ribbon.JRibbonBand.PresentationPriority
Packages that use JRibbonBand.PresentationPriority
Package
Description
-
Uses of JRibbonBand.PresentationPriority in org.pushingpixels.radiance.component.api.ribbon
Methods in org.pushingpixels.radiance.component.api.ribbon that return JRibbonBand.PresentationPriorityModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static JRibbonBand.PresentationPriority[]
JRibbonBand.PresentationPriority.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type JRibbonBand.PresentationPriorityModifier and TypeMethodDescriptionvoid
JRibbonBand.addRibbonCommand
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds the specified command projection tothis
band.void
JRibbonBand.addRibbonGallery
(RibbonGalleryProjection galleryProjection, JRibbonBand.PresentationPriority priority) -
Uses of JRibbonBand.PresentationPriority in org.pushingpixels.radiance.component.api.ribbon.model
Fields in org.pushingpixels.radiance.component.api.ribbon.model with type parameters of type JRibbonBand.PresentationPriorityModifier and TypeFieldDescriptionprivate Map
<JRibbonBand.PresentationPriority, Integer> RibbonGalleryPresentationModel.Builder.preferredVisibleCommandCounts
private Map
<JRibbonBand.PresentationPriority, Integer> RibbonGalleryPresentationModel.preferredVisibleCommandCounts
Methods in org.pushingpixels.radiance.component.api.ribbon.model that return types with arguments of type JRibbonBand.PresentationPriorityModifier and TypeMethodDescriptionRibbonGalleryPresentationModel.getPreferredVisibleCommandCounts()
Method parameters in org.pushingpixels.radiance.component.api.ribbon.model with type arguments of type JRibbonBand.PresentationPriorityModifier and TypeMethodDescriptionRibbonGalleryPresentationModel.Builder.setPreferredVisibleCommandCounts
(Map<JRibbonBand.PresentationPriority, Integer> preferredVisibleCommandCounts) -
Uses of JRibbonBand.PresentationPriority in org.pushingpixels.radiance.component.api.ribbon.resize
Methods in org.pushingpixels.radiance.component.api.ribbon.resize that return JRibbonBand.PresentationPriorityModifier and TypeMethodDescriptionCoreRibbonResizePolicies.Mapping.map
(JRibbonBand.PresentationPriority priority) Maps the element priority associated with a ribbon band component to the element priority assigned by the specific resize policy.Methods in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type JRibbonBand.PresentationPriorityModifier and TypeMethodDescriptionprivate int
CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy.getPreferredWidth
(JCommandButton button, JRibbonBand.PresentationPriority buttonPresentationPriority) Returns the preferred width of the specified command button under the specified presentation priority.CoreRibbonResizePolicies.Mapping.map
(JRibbonBand.PresentationPriority priority) Maps the element priority associated with a ribbon band component to the element priority assigned by the specific resize policy. -
Uses of JRibbonBand.PresentationPriority in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as JRibbonBand.PresentationPriorityModifier and TypeFieldDescriptionprivate JRibbonBand.PresentationPriority
JRibbonComponent.presentationPriority
private JRibbonBand.PresentationPriority
JRibbonGallery.presentationPriority
The current presentation priority ofthis
in-ribbon gallery.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type JRibbonBand.PresentationPriorityModifier and TypeFieldDescriptionJBandControlPanel.ControlPanelGroup.ribbonButtons
Mapping from priority to ribbon buttons.JBandControlPanel.ControlPanelGroup.ribbonButtonsPriorities
Mapping from ribbon button to priority.JBandControlPanel.ControlPanelGroup.ribbonGalleries
Mapping from priority to galleries.JBandControlPanel.ControlPanelGroup.ribbonGalleriesPriorities
Mapping from gallery to priority.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return JRibbonBand.PresentationPriorityModifier and TypeMethodDescriptionJRibbonComponent.getPresentationPriority()
JRibbonGallery.getPresentationPriority()
Returns the current presentation priority forthis
in-ribbon gallery.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type JRibbonBand.PresentationPriorityModifier and TypeMethodDescriptionvoid
JBandControlPanel.addCommandButton
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds a new ribbon button tothis
control panel.void
JBandControlPanel.ControlPanelGroup.addCommandButton
(JCommandButton ribbonButton, JRibbonBand.PresentationPriority priority) Adds a new ribbon button tothis
control panel.void
JBandControlPanel.addRibbonGallery
(JRibbonGallery ribbonGallery, JRibbonBand.PresentationPriority priority) Adds a new in-ribbon gallery tothis
control panel.void
JBandControlPanel.ControlPanelGroup.addRibbonGallery
(JRibbonGallery ribbonGallery, JRibbonBand.PresentationPriority priority) Adds a new in-ribbon gallery tothis
control panel.BasicRibbonComponentUI.getPreferredSize
(JRibbonBand.PresentationPriority priority) abstract Dimension
RibbonComponentUI.getPreferredSize
(JRibbonBand.PresentationPriority priority) int
JRibbonGallery.getPreferredWidth
(JRibbonBand.PresentationPriority state, int availableHeight) Returns the preferred width ofthis
in-ribbon gallery for the specified presentation state.JBandControlPanel.ControlPanelGroup.getRibbonButtons
(JRibbonBand.PresentationPriority priority) Retrieves all ribbon buttons of specified priority fromthis
control panel.JBandControlPanel.ControlPanelGroup.getRibbonGalleries
(JRibbonBand.PresentationPriority priority) Retrieves all in-ribbon galleries of specified priority fromthis
control panel.private boolean
BasicRibbonComponentUI.isCaptionVisible
(JRibbonBand.PresentationPriority presentationPriority) private boolean
BasicRibbonComponentUI.isIconVisible
(JRibbonBand.PresentationPriority presentationPriority) void
JRibbonComponent.setPresentationPriority
(JRibbonBand.PresentationPriority presentationPriority) void
JRibbonGallery.setPresentationPriority
(JRibbonBand.PresentationPriority presentationPriority) Sets new presentation priority forthis
in-ribbon gallery.