Class AuthorTooltipCustomizer


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public abstract class AuthorTooltipCustomizer
    extends java.lang.Object
    Customize the tooltips which appear when hovering in the Author page.
    Since:
    18
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void customizeTooltip​(AuthorAccess authorAccess, TooltipInformation tooltipInformation)
      Customize a tooltip description which will be shown when hovering in the Author editing mode.
      • Methods inherited from class java.lang.Object

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

      • AuthorTooltipCustomizer

        public AuthorTooltipCustomizer()
    • Method Detail

      • customizeTooltip

        public abstract void customizeTooltip​(AuthorAccess authorAccess,
                                              TooltipInformation tooltipInformation)
        Customize a tooltip description which will be shown when hovering in the Author editing mode.
        Parameters:
        authorAccess - Access to the author API.
        tooltipInformation - Information about the tooltip which will be displayed. This can also be used to force set a custom tooltip.