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 AbstractBandControlPanelAbstractRibbonBand.controlPanelBand control panel.Methods in org.pushingpixels.radiance.component.api.ribbon that return AbstractBandControlPanelModifier and TypeMethodDescriptionAbstractRibbonBand.getControlPanel()Returns the control panel ofthisribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type AbstractBandControlPanelModifier and TypeMethodDescriptionvoidAbstractRibbonBand.setControlPanel(AbstractBandControlPanel controlPanel) Sets the control panel ofthisribbon 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 AbstractBandControlPanelCoreRibbonResizePolicies.BaseRibbonBandResizePolicy.controlPanel -
Uses of AbstractBandControlPanel in org.pushingpixels.radiance.component.internal.ui.ribbon
Modifier and TypeClassDescriptionclassControl panel of a singleJRibbonBand.classControl panel of a singleJFlowRibbonBand.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as AbstractBandControlPanelModifier and TypeFieldDescriptionprotected AbstractBandControlPanelAbstractBandControlPanelUI.controlPanelThe associated control panel.