Uses of Class
org.pushingpixels.radiance.component.api.ribbon.JRibbonFrame
-
Packages that use JRibbonFrame Package Description org.pushingpixels.radiance.component.api.ribbon org.pushingpixels.radiance.component.internal.utils -
-
Uses of JRibbonFrame in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as JRibbonFrame Modifier and Type Field Description private JRibbonFrame
JRibbon. ribbonFrame
The host ribbon frame.Methods in org.pushingpixels.radiance.component.api.ribbon that return JRibbonFrame Modifier and Type Method Description JRibbonFrame
JRibbon. getRibbonFrame()
Returns the ribbon frame that hosts this ribbon.Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type JRibbonFrame Constructor Description JRibbon(JRibbonFrame ribbonFrame)
Creates an empty ribbon for the specified ribbon frame. -
Uses of JRibbonFrame in org.pushingpixels.radiance.component.internal.utils
Fields in org.pushingpixels.radiance.component.internal.utils declared as JRibbonFrame Modifier and Type Field Description private JRibbonFrame
KeyTipManager. rootOwner
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type JRibbonFrame Modifier and Type Method Description private void
KeyTipManager. fireKeyTipsHidden(JRibbonFrame ribbonFrame)
private void
KeyTipManager. fireKeyTipsShown(JRibbonFrame ribbonFrame)
void
KeyTipManager. showRootKeyTipChain(JRibbonFrame ribbonFrame)
-