Class DefaultRibbonTaskbarKeyTipPolicy
- java.lang.Object
-
- org.pushingpixels.flamingo.api.ribbon.DefaultRibbonTaskbarKeyTipPolicy
-
- All Implemented Interfaces:
RibbonTaskbarKeyTipPolicy
public class DefaultRibbonTaskbarKeyTipPolicy extends java.lang.Object implements RibbonTaskbarKeyTipPolicy
-
-
Constructor Summary
Constructors Constructor Description DefaultRibbonTaskbarKeyTipPolicy()
-
Method Summary
All Methods Instance Methods Concrete 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
-
getOverflowButtonKeyTip
public java.lang.String getOverflowButtonKeyTip()
Description copied from interface:RibbonTaskbarKeyTipPolicyReturns the keytip for the overflow button of the task bar.- Specified by:
getOverflowButtonKeyTipin interfaceRibbonTaskbarKeyTipPolicy- Returns:
- Keytip for the overflow button of the task bar.
-
getContentKeyTip
public java.lang.String getContentKeyTip(int contentIndex)
Description copied from interface:RibbonTaskbarKeyTipPolicyReturns the keytip for the task bar content (command, component, gallery, menu link) at the specified index.- Specified by:
getContentKeyTipin interfaceRibbonTaskbarKeyTipPolicy- Parameters:
contentIndex- Index of the task bar content. Content index starts at 1.- Returns:
- Keytip for the specified content.
-
-