Uses of Interface
org.pushingpixels.radiance.component.api.ribbon.resize.RibbonBandResizePolicy
-
Packages that use RibbonBandResizePolicy Package Description org.pushingpixels.radiance.component.api.ribbon org.pushingpixels.radiance.component.api.ribbon.resize -
-
Uses of RibbonBandResizePolicy in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as RibbonBandResizePolicy Modifier and Type Field Description private RibbonBandResizePolicy
AbstractRibbonBand. currResizePolicy
The current resize policy for this band.Fields in org.pushingpixels.radiance.component.api.ribbon with type parameters of type RibbonBandResizePolicy Modifier and Type Field Description protected java.util.List<RibbonBandResizePolicy>
AbstractRibbonBand. resizePolicies
The list of available resize policies.Methods in org.pushingpixels.radiance.component.api.ribbon that return RibbonBandResizePolicy Modifier and Type Method Description RibbonBandResizePolicy
AbstractRibbonBand. 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 RibbonBandResizePolicy Modifier and Type Method Description java.util.List<RibbonBandResizePolicy>
AbstractRibbonBand. 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 RibbonBandResizePolicy Modifier and Type Method Description void
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 RibbonBandResizePolicy Modifier and Type Method Description void
AbstractRibbonBand. setResizePolicies(java.util.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
Methods in org.pushingpixels.radiance.component.api.ribbon.resize that return types with arguments of type RibbonBandResizePolicy Modifier and Type Method Description static java.util.List<RibbonBandResizePolicy>
CoreRibbonResizePolicies. getCoreFlowPoliciesRestrictive(JFlowRibbonBand ribbonBand, int stepsToRepeat)
Returns a list that hasCoreRibbonResizePolicies.FlowTwoRows
policy followed by theCoreRibbonResizePolicies.FlowThreeRows
resize policy.static java.util.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 java.util.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 java.util.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.
-