Uses of Class
org.pushingpixels.radiance.component.internal.ui.ribbon.BandControlPanelUI
-
Packages that use BandControlPanelUI Package Description org.pushingpixels.radiance.component.internal.theming.ribbon.ui org.pushingpixels.radiance.component.internal.ui.ribbon -
-
Uses of BandControlPanelUI in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Subclasses of BandControlPanelUI in org.pushingpixels.radiance.component.internal.theming.ribbon.ui Modifier and Type Class Description class
RadianceBandControlPanelUI
UI forJBandControlPanel
components in Radiance look and feel.class
RadianceFlowBandControlPanelUI
UI forJFlowBandControlPanel
components in Radiance look and feel. -
Uses of BandControlPanelUI in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of BandControlPanelUI in org.pushingpixels.radiance.component.internal.ui.ribbon Modifier and Type Class Description (package private) class
AbstractBandControlPanelUI
Basic UI for control panel of ribbon bandJBandControlPanel
.class
BasicBandControlPanelUI
Basic UI for control panel of ribbon bandJBandControlPanel
.class
BasicFlowBandControlPanelUI
Basic UI for control panel of ribbon bandJBandControlPanel
.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return BandControlPanelUI Modifier and Type Method Description BandControlPanelUI
AbstractBandControlPanel. getUI()
BandControlPanelUI
JBandControlPanel. getUI()
BandControlPanelUI
JFlowBandControlPanel. getUI()
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BandControlPanelUI Modifier and Type Method Description void
JBandControlPanel. setUI(BandControlPanelUI ui)
Sets the new UI delegate.void
JFlowBandControlPanel. setUI(BandControlPanelUI ui)
Sets the new UI delegate.
-