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.PresentationPriority
JRibbonBand.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 void
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.PresentationPriority Modifier and Type Field Description private java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer>
RibbonGalleryPresentationModel.Builder. preferredVisibleCommandCounts
private java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer>
RibbonGalleryPresentationModel. preferredVisibleCommandCounts
Methods 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.Builder
RibbonGalleryPresentationModel.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.PresentationPriority
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.Methods in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type JRibbonBand.PresentationPriority Modifier and Type Method Description private int
CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy. getPreferredWidth(JCommandButton button, JRibbonBand.PresentationPriority buttonPresentationPriority)
Returns the preferred width of the specified command button under the specified presentation priority.JRibbonBand.PresentationPriority
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.PresentationPriority Modifier and Type Field Description private 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.PresentationPriority Modifier and Type Field Description private java.util.Map<JRibbonBand.PresentationPriority,java.util.List<JCommandButton>>
JBandControlPanel.ControlPanelGroup. ribbonButtons
Mapping from priority to ribbon buttons.private java.util.Map<JCommandButton,JRibbonBand.PresentationPriority>
JBandControlPanel.ControlPanelGroup. ribbonButtonsPriorities
Mapping from ribbon button to priority.private java.util.Map<JRibbonBand.PresentationPriority,java.util.List<JRibbonGallery>>
JBandControlPanel.ControlPanelGroup. ribbonGalleries
Mapping from priority to galleries.private java.util.Map<JRibbonGallery,JRibbonBand.PresentationPriority>
JBandControlPanel.ControlPanelGroup. ribbonGalleriesPriorities
Mapping from gallery to priority.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return JRibbonBand.PresentationPriority Modifier and Type Method Description JRibbonBand.PresentationPriority
JRibbonComponent. getPresentationPriority()
JRibbonBand.PresentationPriority
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.PresentationPriority Modifier and Type Method Description void
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.java.awt.Dimension
BasicRibbonComponentUI. getPreferredSize(JRibbonBand.PresentationPriority priority)
abstract java.awt.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.java.util.List<JCommandButton>
JBandControlPanel.ControlPanelGroup. getRibbonButtons(JRibbonBand.PresentationPriority priority)
Retrieves all ribbon buttons of specified priority fromthis
control panel.java.util.List<JRibbonGallery>
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.
-