Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultRibbonTaskbarKeyTipPolicy

        public DefaultRibbonTaskbarKeyTipPolicy​()
    • Method Detail

      • 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 interface RibbonTaskbarKeyTipPolicy
        Parameters:
        contentIndex - Index of the task bar content. Content index starts at 1.
        Returns:
        Keytip for the specified content.