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 RibbonBandResizePolicyAbstractRibbonBand. currResizePolicyThe 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. resizePoliciesThe list of available resize policies.Methods in org.pushingpixels.radiance.component.api.ribbon that return RibbonBandResizePolicy Modifier and Type Method Description RibbonBandResizePolicyAbstractRibbonBand. 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 voidAbstractRibbonBand. 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 voidAbstractRibbonBand. 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.FlowTwoRowspolicy followed by theCoreRibbonResizePolicies.FlowThreeRowsresize policy.static java.util.List<RibbonBandResizePolicy>CoreRibbonResizePolicies. getCorePoliciesNone(JRibbonBand ribbonBand)Returns a list that only has amirrorresize 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.BIGand 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.
-