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