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
Subclasses with type arguments of type JRibbonBand.PresentationPriority in org.pushingpixels.radiance.component.api.ribbonModifier and TypeClassDescriptionstatic enumPresentation priority of ribbon band components.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 TypeMethodDescriptionvoidJRibbonBand.addRibbonCommand(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds the specified command projection tothisband.voidJRibbonBand.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.preferredVisibleCommandCountsprivate Map<JRibbonBand.PresentationPriority, Integer> RibbonGalleryPresentationModel.preferredVisibleCommandCountsMethods 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 intCoreRibbonResizePolicies.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.PresentationPriorityJRibbonComponent.presentationPriorityprivate JRibbonBand.PresentationPriorityJRibbonGallery.presentationPriorityThe current presentation priority ofthisin-ribbon gallery.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type JRibbonBand.PresentationPriorityModifier and TypeFieldDescriptionprivate Map<JRibbonBand.PresentationPriority, List<JCommandButton>> JBandControlPanel.ControlPanelGroup.ribbonButtonsMapping from priority to ribbon buttons.JBandControlPanel.ControlPanelGroup.ribbonButtonsPrioritiesMapping from ribbon button to priority.private Map<JRibbonBand.PresentationPriority, List<JRibbonGallery>> JBandControlPanel.ControlPanelGroup.ribbonGalleriesMapping from priority to galleries.JBandControlPanel.ControlPanelGroup.ribbonGalleriesPrioritiesMapping 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 forthisin-ribbon gallery.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type JRibbonBand.PresentationPriorityModifier and TypeMethodDescriptionvoidJBandControlPanel.addCommandButton(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds a new ribbon button tothiscontrol panel.voidJBandControlPanel.ControlPanelGroup.addCommandButton(JCommandButton ribbonButton, JRibbonBand.PresentationPriority priority) Adds a new ribbon button tothiscontrol panel.voidJBandControlPanel.addRibbonGallery(JRibbonGallery ribbonGallery, JRibbonBand.PresentationPriority priority) Adds a new in-ribbon gallery tothiscontrol panel.voidJBandControlPanel.ControlPanelGroup.addRibbonGallery(JRibbonGallery ribbonGallery, JRibbonBand.PresentationPriority priority) Adds a new in-ribbon gallery tothiscontrol panel.BasicRibbonComponentUI.getPreferredSize(JRibbonBand.PresentationPriority priority) abstract DimensionRibbonComponentUI.getPreferredSize(JRibbonBand.PresentationPriority priority) intJRibbonGallery.getPreferredWidth(JRibbonBand.PresentationPriority state, int availableHeight) Returns the preferred width ofthisin-ribbon gallery for the specified presentation state.JBandControlPanel.ControlPanelGroup.getRibbonButtons(JRibbonBand.PresentationPriority priority) Retrieves all ribbon buttons of specified priority fromthiscontrol panel.JBandControlPanel.ControlPanelGroup.getRibbonGalleries(JRibbonBand.PresentationPriority priority) Retrieves all in-ribbon galleries of specified priority fromthiscontrol panel.private booleanBasicRibbonComponentUI.isCaptionVisible(JRibbonBand.PresentationPriority presentationPriority) private booleanBasicRibbonComponentUI.isIconVisible(JRibbonBand.PresentationPriority presentationPriority) voidJRibbonComponent.setPresentationPriority(JRibbonBand.PresentationPriority presentationPriority) voidJRibbonGallery.setPresentationPriority(JRibbonBand.PresentationPriority presentationPriority) Sets new presentation priority forthisin-ribbon gallery.