Uses of Class
org.pushingpixels.radiance.component.api.ribbon.JFlowRibbonBand
-
Packages that use JFlowRibbonBand Package Description org.pushingpixels.radiance.component.api.ribbon.resize -
-
Uses of JFlowRibbonBand in org.pushingpixels.radiance.component.api.ribbon.resize
Methods in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type JFlowRibbonBand 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.Constructors in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type JFlowRibbonBand Constructor Description FlowOneRow(JFlowRibbonBand flowRibbonBand)Creates a new single-row resize policy forJFlowRibbonBands.FlowThreeRows(JFlowRibbonBand flowRibbonBand)Creates a new three-row resize policy forJFlowRibbonBands.FlowTwoRows(JFlowRibbonBand flowRibbonBand)Creates a new two-row resize policy forJFlowRibbonBands.
-