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.FlowTwoRows
policy followed by theCoreRibbonResizePolicies.FlowThreeRows
resize 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 forJFlowRibbonBand
s.FlowThreeRows(JFlowRibbonBand flowRibbonBand)
Creates a new three-row resize policy forJFlowRibbonBand
s.FlowTwoRows(JFlowRibbonBand flowRibbonBand)
Creates a new two-row resize policy forJFlowRibbonBand
s.
-