Class JRibbon.TaskbarCommandHandler<M extends BaseCommand<MCM>,MCM extends BaseCommandMenuContentModel,P extends BaseCommandButtonPresentationModel<MPM,P>,MPM extends BaseCommandPopupMenuPresentationModel>
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.ribbon.JRibbon.TaskbarCommandHandler<M,MCM,P,MPM>
-
- All Implemented Interfaces:
JRibbon.TaskbarContentHandler<M>
- Enclosing class:
- JRibbon
private class JRibbon.TaskbarCommandHandler<M extends BaseCommand<MCM>,MCM extends BaseCommandMenuContentModel,P extends BaseCommandButtonPresentationModel<MPM,P>,MPM extends BaseCommandPopupMenuPresentationModel> extends java.lang.Object implements JRibbon.TaskbarContentHandler<M>
-
-
Field Summary
Fields Modifier and Type Field Description private BaseCommandButtonProjection<M,MCM,P,MPM>
projection
-
Constructor Summary
Constructors Constructor Description TaskbarCommandHandler(BaseCommandButtonProjection<M,MCM,P,MPM> projection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponent
buildComponent(RibbonTaskbarKeyTipPolicy keyTipPolicy, int currentKeyTipIndex)
M
getKey()
int
numberOfKeyTipsNeeded()
-
-
-
Field Detail
-
projection
private BaseCommandButtonProjection<M extends BaseCommand<MCM>,MCM extends BaseCommandMenuContentModel,P extends BaseCommandButtonPresentationModel<MPM,P>,MPM extends BaseCommandPopupMenuPresentationModel> projection
-
-
Constructor Detail
-
TaskbarCommandHandler
public TaskbarCommandHandler(BaseCommandButtonProjection<M,MCM,P,MPM> projection)
-
-
Method Detail
-
getKey
public M getKey()
- Specified by:
getKey
in interfaceJRibbon.TaskbarContentHandler<M extends BaseCommand<MCM>>
-
numberOfKeyTipsNeeded
public int numberOfKeyTipsNeeded()
- Specified by:
numberOfKeyTipsNeeded
in interfaceJRibbon.TaskbarContentHandler<M extends BaseCommand<MCM>>
-
buildComponent
public javax.swing.JComponent buildComponent(RibbonTaskbarKeyTipPolicy keyTipPolicy, int currentKeyTipIndex)
- Specified by:
buildComponent
in interfaceJRibbon.TaskbarContentHandler<M extends BaseCommand<MCM>>
-
-