Class AuthorTooltipCustomizer
java.lang.Object
ro.sync.exml.workspace.api.editor.page.author.tooltip.AuthorTooltipCustomizer
Customize the tooltips which appear when hovering in the Author page.
- Since:
- 18
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
customizeTooltip
(AuthorAccess authorAccess, TooltipInformation tooltipInformation) Customize a tooltip description which will be shown when hovering in the Author editing mode.
-
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.
-