RibbonTaskbarKeyTipPolicypublic class DefaultRibbonTaskbarKeyTipPolicy extends java.lang.Object implements RibbonTaskbarKeyTipPolicy
| Constructor | Description |
|---|---|
DefaultRibbonTaskbarKeyTipPolicy() |
| 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.
|
public java.lang.String getOverflowButtonKeyTip()
RibbonTaskbarKeyTipPolicygetOverflowButtonKeyTip in interface RibbonTaskbarKeyTipPolicypublic java.lang.String getContentKeyTip(int contentIndex)
RibbonTaskbarKeyTipPolicygetContentKeyTip in interface RibbonTaskbarKeyTipPolicycontentIndex - Index of the task bar content. Content index starts at 1.