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 AbstractBandControlPanelAbstractRibbonBand. controlPanelBand control panel.Methods in org.pushingpixels.radiance.component.api.ribbon that return AbstractBandControlPanel Modifier and Type Method Description AbstractBandControlPanelAbstractRibbonBand. getControlPanel()Returns the control panel ofthisribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type AbstractBandControlPanel Modifier and Type Method Description voidAbstractRibbonBand. setControlPanel(AbstractBandControlPanel controlPanel)Sets the control panel ofthisribbon 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 AbstractBandControlPanelCoreRibbonResizePolicies.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 classJBandControlPanelControl panel of a singleJRibbonBand.classJFlowBandControlPanelControl panel of a singleJFlowRibbonBand.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as AbstractBandControlPanel Modifier and Type Field Description protected AbstractBandControlPanelAbstractBandControlPanelUI. controlPanelThe associated control panel.
-