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