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
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 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. -
Uses of JRibbonBand.PresentationPriority in org.pushingpixels.radiance.component.internal.ui.ribbon
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.voidJRibbonComponent.setPresentationPriority(JRibbonBand.PresentationPriority presentationPriority) voidJRibbonGallery.setPresentationPriority(JRibbonBand.PresentationPriority presentationPriority) Sets new presentation priority forthisin-ribbon gallery.