Class DefaultRibbonTaskbarKeyTipPolicy
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.ribbon.DefaultRibbonTaskbarKeyTipPolicy
-
- All Implemented Interfaces:
RibbonTaskbarKeyTipPolicy
public class DefaultRibbonTaskbarKeyTipPolicy extends java.lang.Object implements RibbonTaskbarKeyTipPolicy
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
LETTERS
-
Constructor Summary
Constructors Constructor Description DefaultRibbonTaskbarKeyTipPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
LETTERS
private static final java.lang.String LETTERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOverflowButtonKeyTip
public java.lang.String 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
public java.lang.String getContentKeyTip(int contentIndex)
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.
-
-