Uses of Class
org.pushingpixels.radiance.component.api.ribbon.JFlowRibbonBand
Packages that use JFlowRibbonBand
-
Uses of JFlowRibbonBand in org.pushingpixels.radiance.component.api.ribbon.resize
Subclasses with type arguments of type JFlowRibbonBand in org.pushingpixels.radiance.component.api.ribbon.resizeModifier and TypeClassDescriptionstatic 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.Methods in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type JFlowRibbonBandModifier and TypeMethodDescriptionstatic 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 JFlowRibbonBandModifierConstructorDescriptionFlowOneRow(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.