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 TypeClassDescriptionclassFlow ribbon band component.classRibbon band component.Fields in org.pushingpixels.radiance.component.api.ribbon declared as AbstractRibbonBandModifier and TypeFieldDescriptionprivate AbstractRibbonBandAbstractRibbonBand.popupRibbonBandRibbon 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.bandsBands of the currently shown task.private ArrayList<AbstractRibbonBand> RibbonTask.bandsList of all bands.Methods in org.pushingpixels.radiance.component.api.ribbon that return AbstractRibbonBandModifier and TypeMethodDescriptionabstract AbstractRibbonBandAbstractRibbonBand.cloneBand()Returns a clone of this ribbon band.JFlowRibbonBand.cloneBand()JRibbonBand.cloneBand()RibbonTask.getBand(int index) Returns band at the specified index fromthistask.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 TypeMethodDescriptionvoidAbstractRibbonBand.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 classSubclasses with type arguments of type AbstractRibbonBand in org.pushingpixels.radiance.component.api.ribbon.resizeModifier and TypeClassDescriptionstatic classSpecial resize policy that is used for collapsed ribbon bands.Fields in org.pushingpixels.radiance.component.api.ribbon.resize declared as AbstractRibbonBandModifier and TypeFieldDescriptionprotected BCoreRibbonResizePolicies.BaseRibbonBandResizePolicy.ribbonBandThe 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 AbstractRibbonBandAbstractBandControlPanel.ribbonBandprotected AbstractRibbonBandBasicRibbonBandUI.ribbonBandThe 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 TypeMethodDescriptionvoidAbstractBandControlPanel.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 voidComponentUtilities.checkResizePoliciesConsistency(AbstractRibbonBand ribbonBand) private static voidComponentUtilities.checkResizePoliciesConsistencyBase(AbstractRibbonBand ribbonBand) private static voidComponentUtilities.restrictIconifyPreferredWidthIfNecessary(AbstractRibbonBand ribbonBand, int availableHeight, int gap)