Interface RibbonTaskbarKeyTipPolicy

All Known Implementing Classes:
DefaultRibbonTaskbarKeyTipPolicy

public interface RibbonTaskbarKeyTipPolicy
Defines the task bar keytip policy for JRibbon.
  • Method Summary

    Modifier and Type
    Method
    Description
    getContentKeyTip(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.
  • Method Details

    • getContentKeyTip

      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

      String getOverflowButtonKeyTip()
      Returns the keytip for the overflow button of the task bar.
      Returns:
      Keytip for the overflow button of the task bar.