Class AuthorTooltipCustomizer

java.lang.Object
ro.sync.exml.workspace.api.editor.page.author.tooltip.AuthorTooltipCustomizer

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

    • AuthorTooltipCustomizer

      public AuthorTooltipCustomizer()
  • Method Details

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