Uses of Class
org.pushingpixels.radiance.component.internal.ui.ribbon.AbstractBandControlPanel
-
-
Uses of AbstractBandControlPanel in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as AbstractBandControlPanel Modifier and Type Field Description private AbstractBandControlPanel
AbstractRibbonBand. controlPanel
Band control panel.Methods in org.pushingpixels.radiance.component.api.ribbon that return AbstractBandControlPanel Modifier and Type Method Description AbstractBandControlPanel
AbstractRibbonBand. getControlPanel()
Returns the control panel ofthis
ribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type AbstractBandControlPanel Modifier and Type Method Description void
AbstractRibbonBand. setControlPanel(AbstractBandControlPanel controlPanel)
Sets the control panel ofthis
ribbon band.Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type AbstractBandControlPanel Constructor Description AbstractRibbonBand(java.lang.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 AbstractBandControlPanel Modifier and Type Field Description protected AbstractBandControlPanel
CoreRibbonResizePolicies.BaseRibbonBandResizePolicy. controlPanel
-
Uses of AbstractBandControlPanel in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of AbstractBandControlPanel in org.pushingpixels.radiance.component.internal.ui.ribbon Modifier and Type Class Description class
JBandControlPanel
Control panel of a singleJRibbonBand
.class
JFlowBandControlPanel
Control panel of a singleJFlowRibbonBand
.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as AbstractBandControlPanel Modifier and Type Field Description protected AbstractBandControlPanel
AbstractBandControlPanelUI. controlPanel
The associated control panel.
-