Uses of Class
org.pushingpixels.radiance.component.internal.ui.ribbon.AbstractBandControlPanel
Packages that use AbstractBandControlPanel
Package
Description
-
Uses of AbstractBandControlPanel in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as AbstractBandControlPanelModifier and TypeFieldDescriptionprivate AbstractBandControlPanel
AbstractRibbonBand.controlPanel
Band control panel.Methods in org.pushingpixels.radiance.component.api.ribbon that return AbstractBandControlPanelModifier and TypeMethodDescriptionAbstractRibbonBand.getControlPanel()
Returns the control panel ofthis
ribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type AbstractBandControlPanelModifier and TypeMethodDescriptionvoid
AbstractRibbonBand.setControlPanel
(AbstractBandControlPanel controlPanel) Sets the control panel ofthis
ribbon band.Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type AbstractBandControlPanelModifierConstructorDescriptionAbstractRibbonBand
(String title, RadianceIcon.Factory iconFactory, CommandAction expandCommandListener, AbstractBandControlPanel controlPanel) Creates a new ribbon band. -
Uses of AbstractBandControlPanel in org.pushingpixels.radiance.component.api.ribbon.resize
Fields in org.pushingpixels.radiance.component.api.ribbon.resize declared as AbstractBandControlPanelModifier and TypeFieldDescriptionprotected AbstractBandControlPanel
CoreRibbonResizePolicies.BaseRibbonBandResizePolicy.controlPanel
-
Uses of AbstractBandControlPanel in org.pushingpixels.radiance.component.internal.ui.ribbon
Modifier and TypeClassDescriptionclass
Control panel of a singleJRibbonBand
.class
Control panel of a singleJFlowRibbonBand
.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as AbstractBandControlPanelModifier and TypeFieldDescriptionprotected AbstractBandControlPanel
AbstractBandControlPanelUI.controlPanel
The associated control panel.