Uses of Class
org.pushingpixels.radiance.component.internal.ui.ribbon.JRibbonComponent
-
-
Uses of JRibbonComponent in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui with parameters of type JRibbonComponent Modifier and Type Method Description protected void
RadianceRibbonComponentUI. paintIcon(java.awt.Graphics g, JRibbonComponent ribbonComp, javax.swing.Icon icon, int x, int y)
-
Uses of JRibbonComponent in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as JRibbonComponent Modifier and Type Field Description protected JRibbonComponent
BasicRibbonComponentUI. ribbonComponent
The associated ribbon component.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type JRibbonComponent Modifier and Type Field Description private java.util.List<JRibbonComponent>
JBandControlPanel.ControlPanelGroup. coreComps
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return types with arguments of type JRibbonComponent Modifier and Type Method Description java.util.List<JRibbonComponent>
JBandControlPanel.ControlPanelGroup. getRibbonComps()
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type JRibbonComponent Modifier and Type Method Description void
JBandControlPanel. addRibbonComponent(JRibbonComponent comp)
void
JBandControlPanel.ControlPanelGroup. addRibbonComponent(JRibbonComponent comp)
protected abstract void
BasicRibbonComponentUI. paintIcon(java.awt.Graphics g, JRibbonComponent ribbonComp, javax.swing.Icon icon, int x, int y)
-
Uses of JRibbonComponent in org.pushingpixels.radiance.component.internal.utils
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type JRibbonComponent Modifier and Type Method Description private KeyTipManager.KeyTipLink
KeyTipManager. getRibbonComponentLink(JRibbonComponent rc)
-