Uses of Class
org.pushingpixels.radiance.component.api.ribbon.JRibbonBand.PresentationPriority
-
-
Uses of JRibbonBand.PresentationPriority in org.pushingpixels.radiance.component.api.ribbon
Methods in org.pushingpixels.radiance.component.api.ribbon that return JRibbonBand.PresentationPriority Modifier and Type Method Description static JRibbonBand.PresentationPriorityJRibbonBand.PresentationPriority. valueOf(java.lang.String name)Returns 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.PresentationPriority Modifier and Type Method Description voidJRibbonBand. 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.PresentationPriority Modifier and Type Field Description private java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer>RibbonGalleryPresentationModel.Builder. preferredVisibleCommandCountsprivate java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer>RibbonGalleryPresentationModel. preferredVisibleCommandCountsMethods in org.pushingpixels.radiance.component.api.ribbon.model that return types with arguments of type JRibbonBand.PresentationPriority Modifier and Type Method Description java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer>RibbonGalleryPresentationModel. getPreferredVisibleCommandCounts()Method parameters in org.pushingpixels.radiance.component.api.ribbon.model with type arguments of type JRibbonBand.PresentationPriority Modifier and Type Method Description RibbonGalleryPresentationModel.BuilderRibbonGalleryPresentationModel.Builder. setPreferredVisibleCommandCounts(java.util.Map<JRibbonBand.PresentationPriority,java.lang.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.PresentationPriority Modifier and Type Method Description JRibbonBand.PresentationPriorityCoreRibbonResizePolicies.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.PresentationPriority Modifier and Type Method Description private intCoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy. getPreferredWidth(JCommandButton button, JRibbonBand.PresentationPriority buttonPresentationPriority)Returns the preferred width of the specified command button under the specified presentation priority.JRibbonBand.PresentationPriorityCoreRibbonResizePolicies.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.PresentationPriority Modifier and Type Field Description private 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.PresentationPriority Modifier and Type Field Description private java.util.Map<JRibbonBand.PresentationPriority,java.util.List<JCommandButton>>JBandControlPanel.ControlPanelGroup. ribbonButtonsMapping from priority to ribbon buttons.private java.util.Map<JCommandButton,JRibbonBand.PresentationPriority>JBandControlPanel.ControlPanelGroup. ribbonButtonsPrioritiesMapping from ribbon button to priority.private java.util.Map<JRibbonBand.PresentationPriority,java.util.List<JRibbonGallery>>JBandControlPanel.ControlPanelGroup. ribbonGalleriesMapping from priority to galleries.private java.util.Map<JRibbonGallery,JRibbonBand.PresentationPriority>JBandControlPanel.ControlPanelGroup. ribbonGalleriesPrioritiesMapping from gallery to priority.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return JRibbonBand.PresentationPriority Modifier and Type Method Description JRibbonBand.PresentationPriorityJRibbonComponent. getPresentationPriority()JRibbonBand.PresentationPriorityJRibbonGallery. getPresentationPriority()Returns the current presentation priority forthisin-ribbon gallery.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type JRibbonBand.PresentationPriority Modifier and Type Method Description voidJBandControlPanel. 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.java.awt.DimensionBasicRibbonComponentUI. getPreferredSize(JRibbonBand.PresentationPriority priority)abstract java.awt.DimensionRibbonComponentUI. getPreferredSize(JRibbonBand.PresentationPriority priority)intJRibbonGallery. getPreferredWidth(JRibbonBand.PresentationPriority state, int availableHeight)Returns the preferred width ofthisin-ribbon gallery for the specified presentation state.java.util.List<JCommandButton>JBandControlPanel.ControlPanelGroup. getRibbonButtons(JRibbonBand.PresentationPriority priority)Retrieves all ribbon buttons of specified priority fromthiscontrol panel.java.util.List<JRibbonGallery>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.
-