Uses of Interface
org.pushingpixels.radiance.component.api.ribbon.resize.RibbonBandResizePolicy
Packages that use RibbonBandResizePolicy
Package
Description
-
Uses of RibbonBandResizePolicy in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as RibbonBandResizePolicyModifier and TypeFieldDescriptionprivate RibbonBandResizePolicy
AbstractRibbonBand.currResizePolicy
The current resize policy for this band.Fields in org.pushingpixels.radiance.component.api.ribbon with type parameters of type RibbonBandResizePolicyModifier and TypeFieldDescriptionprotected List
<RibbonBandResizePolicy> AbstractRibbonBand.resizePolicies
The list of available resize policies.Methods in org.pushingpixels.radiance.component.api.ribbon that return RibbonBandResizePolicyModifier and TypeMethodDescriptionAbstractRibbonBand.getCurrentResizePolicy()
Returns the current resize policy of this ribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon that return types with arguments of type RibbonBandResizePolicyModifier and TypeMethodDescriptionAbstractRibbonBand.getResizePolicies()
Returns an unmodifiable list of available resize policies of this ribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type RibbonBandResizePolicyModifier and TypeMethodDescriptionvoid
AbstractRibbonBand.setCurrentResizePolicy
(RibbonBandResizePolicy resizePolicy) Sets the specified parameter to be the current resize policy of this ribbon band.Method parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type RibbonBandResizePolicyModifier and TypeMethodDescriptionvoid
AbstractRibbonBand.setResizePolicies
(List<RibbonBandResizePolicy> resizePolicies) Sets the specified parameter as the available resize policies of this ribbon band. -
Uses of RibbonBandResizePolicy in org.pushingpixels.radiance.component.api.ribbon.resize
Classes in org.pushingpixels.radiance.component.api.ribbon.resize that implement RibbonBandResizePolicyModifier and TypeClassDescriptionstatic class
The base class for mapping-based core resize policies.static class
static class
Core resize policy forJFlowRibbonBand
that places the content in a single row.static class
Core resize policy forJFlowRibbonBand
that places the content in three rows.static class
Core resize policy forJFlowRibbonBand
that places the content in two rows.static final class
Core resize policy that maps allJRibbonBand.PresentationPriority
s toJRibbonBand.PresentationPriority.LOW
.static final class
static class
Special resize policy that is used for collapsed ribbon bands.static final class
static final class
static final class
static final class
Mirror core resize policy that maps the values ofJRibbonBand.PresentationPriority
s to themselves.static final class
Core resize policy that maps allJRibbonBand.PresentationPriority
s toJRibbonBand.PresentationPriority.TOP
.Methods in org.pushingpixels.radiance.component.api.ribbon.resize that return types with arguments of type RibbonBandResizePolicyModifier and TypeMethodDescriptionstatic List
<RibbonBandResizePolicy> CoreRibbonResizePolicies.getCoreFlowPoliciesRestrictive
(JFlowRibbonBand ribbonBand, int stepsToRepeat) Returns a list that hasCoreRibbonResizePolicies.FlowTwoRows
policy followed by theCoreRibbonResizePolicies.FlowThreeRows
resize policy.static 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.