Class JRibbon.TaskbarGalleryDropdownHandler
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.ribbon.JRibbon.TaskbarGalleryDropdownHandler
-
- All Implemented Interfaces:
JRibbon.TaskbarContentHandler<RibbonGalleryContentModel>
- Enclosing class:
- JRibbon
private static class JRibbon.TaskbarGalleryDropdownHandler extends java.lang.Object implements JRibbon.TaskbarContentHandler<RibbonGalleryContentModel>
-
-
Field Summary
Fields Modifier and Type Field Description private RibbonGalleryProjectiongalleryProjection
-
Constructor Summary
Constructors Constructor Description TaskbarGalleryDropdownHandler(RibbonGalleryProjection galleryProjection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentbuildComponent(RibbonTaskbarKeyTipPolicy keyTipPolicy, int currentKeyTipIndex)RibbonGalleryContentModelgetKey()intnumberOfKeyTipsNeeded()
-
-
-
Field Detail
-
galleryProjection
private RibbonGalleryProjection galleryProjection
-
-
Constructor Detail
-
TaskbarGalleryDropdownHandler
public TaskbarGalleryDropdownHandler(RibbonGalleryProjection galleryProjection)
-
-
Method Detail
-
getKey
public RibbonGalleryContentModel getKey()
- Specified by:
getKeyin interfaceJRibbon.TaskbarContentHandler<RibbonGalleryContentModel>
-
numberOfKeyTipsNeeded
public int numberOfKeyTipsNeeded()
- Specified by:
numberOfKeyTipsNeededin interfaceJRibbon.TaskbarContentHandler<RibbonGalleryContentModel>
-
buildComponent
public javax.swing.JComponent buildComponent(RibbonTaskbarKeyTipPolicy keyTipPolicy, int currentKeyTipIndex)
- Specified by:
buildComponentin interfaceJRibbon.TaskbarContentHandler<RibbonGalleryContentModel>
-
-