Interface RibbonTaskbarKeyTipPolicy
-
- All Known Implementing Classes:
DefaultRibbonTaskbarKeyTipPolicy
public interface RibbonTaskbarKeyTipPolicyDefines the task bar keytip policy forJRibbon.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContentKeyTip(int contentIndex)Returns the keytip for the task bar content (command, component, gallery, menu link) at the specified index.java.lang.StringgetOverflowButtonKeyTip()Returns the keytip for the overflow button of the task bar.
-
-
-
Method Detail
-
getContentKeyTip
java.lang.String getContentKeyTip(int contentIndex)
Returns the keytip for the task bar content (command, component, gallery, menu link) at the specified index.- Parameters:
contentIndex- Index of the task bar content. Content index starts at 1.- Returns:
- Keytip for the specified content.
-
getOverflowButtonKeyTip
java.lang.String getOverflowButtonKeyTip()
Returns the keytip for the overflow button of the task bar.- Returns:
- Keytip for the overflow button of the task bar.
-
-