DefaultRibbonTaskbarKeyTipPolicypublic interface RibbonTaskbarKeyTipPolicy
JRibbon.| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getContentKeyTip(int contentIndex) |
Returns the keytip for the task bar content (command, component, gallery, menu link)
at the specified index.
|
java.lang.String |
getOverflowButtonKeyTip() |
Returns the keytip for the overflow button of the task bar.
|
java.lang.String getContentKeyTip(int contentIndex)
contentIndex - Index of the task bar content. Content index starts at 1.java.lang.String getOverflowButtonKeyTip()