Class DefaultRibbonTaskbarKeyTipPolicy

java.lang.Object
org.pushingpixels.radiance.component.api.ribbon.DefaultRibbonTaskbarKeyTipPolicy
All Implemented Interfaces:
RibbonTaskbarKeyTipPolicy

public class DefaultRibbonTaskbarKeyTipPolicy extends Object implements RibbonTaskbarKeyTipPolicy
  • Field Details

  • Constructor Details

    • DefaultRibbonTaskbarKeyTipPolicy

      public DefaultRibbonTaskbarKeyTipPolicy()
  • Method Details

    • getOverflowButtonKeyTip

      public String getOverflowButtonKeyTip()
      Description copied from interface: RibbonTaskbarKeyTipPolicy
      Returns the keytip for the overflow button of the task bar.
      Specified by:
      getOverflowButtonKeyTip in interface RibbonTaskbarKeyTipPolicy
      Returns:
      Keytip for the overflow button of the task bar.
    • getContentKeyTip

      public 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.