Uses of Class
org.pushingpixels.radiance.component.api.ribbon.JRibbonBand
Packages that use JRibbonBand
-
Uses of JRibbonBand in org.pushingpixels.radiance.component.api.ribbon.resize
Methods in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type JRibbonBandModifier and TypeMethodDescriptionstatic List
<RibbonBandResizePolicy> CoreRibbonResizePolicies.getCorePoliciesNone
(JRibbonBand ribbonBand) Returns a list that only has amirror
resize policy that respects the associated ribbon element priority set on the specific components.static List
<RibbonBandResizePolicy> CoreRibbonResizePolicies.getCorePoliciesPermissive
(JRibbonBand ribbonBand) Returns a list that starts with a resize policy that shows all command buttons in theCommandButtonPresentationState.BIG
and ribbon galleries with the largest number of visible buttons.static List
<RibbonBandResizePolicy> CoreRibbonResizePolicies.getCorePoliciesRestrictive
(JRibbonBand ribbonBand) Returns a list that starts with a resize policy that respects the associated ribbon element priority set on the specific components.Constructors in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type JRibbonBandModifierConstructorDescriptionprotected
BaseCoreRibbonBandResizePolicy
(JRibbonBand ribbonBand, CoreRibbonResizePolicies.Mapping mapping) Creates a new resize policy.High2Low
(JRibbonBand ribbonBand) Creates the new resize policy of typeHIGH2LOW
.High2Mid
(JRibbonBand ribbonBand) Creates the new resize policy of typeHIGH2MID
.Low2Mid
(JRibbonBand ribbonBand) Creates the new resize policy of typeLOW2MID
.Mid2Low
(JRibbonBand ribbonBand) Creates the new resize policy of typeMID2LOW
.Mid2Mid
(JRibbonBand ribbonBand) Creates the new resize policy of typeMID2MID
.Mirror
(JRibbonBand ribbonBand) Creates the new resize policy of typeMIRROR
.None
(JRibbonBand ribbonBand) Creates the new resize policy of typeNONE
.