Uses of Class
org.pushingpixels.radiance.component.api.ribbon.AbstractRibbonBand
Packages that use AbstractRibbonBand
Package
Description
-
Uses of AbstractRibbonBand in org.pushingpixels.radiance.component.api.ribbon
Subclasses of AbstractRibbonBand in org.pushingpixels.radiance.component.api.ribbonModifier and TypeClassDescriptionclass
Flow ribbon band component.class
Ribbon band component.Fields in org.pushingpixels.radiance.component.api.ribbon declared as AbstractRibbonBandModifier and TypeFieldDescriptionprivate AbstractRibbonBand
AbstractRibbonBand.popupRibbonBand
Ribbon band shown in a popup panel when this ribbon band is in a collapsed state.Fields in org.pushingpixels.radiance.component.api.ribbon with type parameters of type AbstractRibbonBandModifier and TypeFieldDescriptionprivate ArrayList
<AbstractRibbonBand> JRibbon.bands
Bands of the currently shown task.private ArrayList
<AbstractRibbonBand> RibbonTask.bands
List of all bands.Methods in org.pushingpixels.radiance.component.api.ribbon that return AbstractRibbonBandModifier and TypeMethodDescriptionabstract AbstractRibbonBand
AbstractRibbonBand.cloneBand()
Returns a clone of this ribbon band.JFlowRibbonBand.cloneBand()
JRibbonBand.cloneBand()
RibbonTask.getBand
(int index) Returns band at the specified index fromthis
task.AbstractRibbonBand.getPopupRibbonBand()
Returns the ribbon band shown in a popup panel when this ribbon band is in a collapsed state.Methods in org.pushingpixels.radiance.component.api.ribbon that return types with arguments of type AbstractRibbonBandModifier and TypeMethodDescriptionRibbonTask.getBands()
Returns an unmodifiable view on the ribbon bands of this task.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type AbstractRibbonBandModifier and TypeMethodDescriptionvoid
AbstractRibbonBand.setPopupRibbonBand
(AbstractRibbonBand popupRibbonBand) Sets the specified parameter to be the ribbon band shown in a popup panel when this ribbon band is in a collapsed state.Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type AbstractRibbonBandModifierConstructorDescriptionRibbonTask
(String title, AbstractRibbonBand... bands) Creates a ribbon task that contains the specified bands.Constructor parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type AbstractRibbonBandModifierConstructorDescriptionRibbonTask
(String title, Iterable<AbstractRibbonBand> bands) Creates a ribbon task that contains the specified bands. -
Uses of AbstractRibbonBand in org.pushingpixels.radiance.component.api.ribbon.resize
Classes in org.pushingpixels.radiance.component.api.ribbon.resize with type parameters of type AbstractRibbonBandModifier and TypeClassDescriptionstatic class
Fields in org.pushingpixels.radiance.component.api.ribbon.resize declared as AbstractRibbonBandModifier and TypeFieldDescriptionprotected B
CoreRibbonResizePolicies.BaseRibbonBandResizePolicy.ribbonBand
The associated ribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon.resize that return AbstractRibbonBandModifier and TypeMethodDescriptionCoreRibbonResizeSequencingPolicies.CollapseFromLast.next()
CoreRibbonResizeSequencingPolicies.RoundRobin.next()
RibbonBandResizeSequencingPolicy.next()
Returns the next ribbon band for collapse.Constructors in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type AbstractRibbonBandModifierConstructorDescriptionIconRibbonBandResizePolicy
(AbstractRibbonBand ribbonBand) Creates a new collapsed resize policy. -
Uses of AbstractRibbonBand in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as AbstractRibbonBandModifier and TypeFieldDescriptionprivate AbstractRibbonBand
AbstractBandControlPanel.ribbonBand
protected AbstractRibbonBand
BasicRibbonBandUI.ribbonBand
The associated ribbon band.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return AbstractRibbonBandMethods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type AbstractRibbonBandModifier and TypeMethodDescriptionvoid
AbstractBandControlPanel.setRibbonBand
(AbstractRibbonBand ribbonBand) -
Uses of AbstractRibbonBand in org.pushingpixels.radiance.component.internal.utils
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type AbstractRibbonBandModifier and TypeMethodDescriptionstatic void
ComponentUtilities.checkResizePoliciesConsistency
(AbstractRibbonBand ribbonBand) private static void
ComponentUtilities.checkResizePoliciesConsistencyBase
(AbstractRibbonBand ribbonBand) private static void
ComponentUtilities.restrictIconifyPreferredWidthIfNecessary
(AbstractRibbonBand ribbonBand, int availableHeight, int gap)