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 RibbonBandResizePolicyAbstractRibbonBand.currResizePolicyThe 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.resizePoliciesThe 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 TypeMethodDescriptionvoidAbstractRibbonBand.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 TypeMethodDescriptionvoidAbstractRibbonBand.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 classThe base class for mapping-based core resize policies.static classstatic classCore resize policy forJFlowRibbonBandthat places the content in a single row.static classCore resize policy forJFlowRibbonBandthat places the content in three rows.static classCore resize policy forJFlowRibbonBandthat places the content in two rows.static final classCore resize policy that maps allJRibbonBand.PresentationPrioritys toJRibbonBand.PresentationPriority.LOW.static final classstatic classSpecial resize policy that is used for collapsed ribbon bands.static final classstatic final classstatic final classstatic final classMirror core resize policy that maps the values ofJRibbonBand.PresentationPrioritys to themselves.static final classCore resize policy that maps allJRibbonBand.PresentationPrioritys 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.FlowTwoRowspolicy followed by theCoreRibbonResizePolicies.FlowThreeRowsresize policy.static 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 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 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.