Class DefaultRibbonTaskbarKeyTipPolicy
java.lang.Object
org.pushingpixels.radiance.component.api.ribbon.DefaultRibbonTaskbarKeyTipPolicy
- All Implemented Interfaces:
RibbonTaskbarKeyTipPolicy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentKeyTip
(int contentIndex) Returns the keytip for the task bar content (command, component, gallery, menu link) at the specified index.Returns the keytip for the overflow button of the task bar.
-
Field Details
-
LETTERS
- See Also:
-
-
Constructor Details
-
DefaultRibbonTaskbarKeyTipPolicy
public DefaultRibbonTaskbarKeyTipPolicy()
-
-
Method Details
-
getOverflowButtonKeyTip
Description copied from interface:RibbonTaskbarKeyTipPolicy
Returns the keytip for the overflow button of the task bar.- Specified by:
getOverflowButtonKeyTip
in interfaceRibbonTaskbarKeyTipPolicy
- Returns:
- Keytip for the overflow button of the task bar.
-
getContentKeyTip
Description copied from interface:RibbonTaskbarKeyTipPolicy
Returns the keytip for the task bar content (command, component, gallery, menu link) at the specified index.- Specified by:
getContentKeyTip
in interfaceRibbonTaskbarKeyTipPolicy
- Parameters:
contentIndex
- Index of the task bar content. Content index starts at 1.- Returns:
- Keytip for the specified content.
-