public class AssignmentTooltipLinkHandler extends TooltipLinkHandler
#assignment/escaped_full_tooltip_text
.
On a click comparison table opens.INSPECTION_INFO
Constructor and Description |
---|
AssignmentTooltipLinkHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription(java.lang.String refSuffix,
Editor editor)
Override to show extended description on mouse clicks on a link or expand action.
|
java.lang.String |
getDescriptionTitle(java.lang.String refSuffix,
Editor editor)
Override to change the title above shown
TooltipLinkHandler.getDescription(String, Editor) |
handleLink
public java.lang.String getDescription(java.lang.String refSuffix, Editor editor)
TooltipLinkHandler
TooltipLinkHandler.handleLink(String, com.intellij.openapi.editor.Editor)
returned false
.getDescription
in class TooltipLinkHandler
refSuffix
- part of link's href attribute after registered prefix.editor
- an editor in which tooltip with a link was shown.public java.lang.String getDescriptionTitle(java.lang.String refSuffix, Editor editor)
TooltipLinkHandler
TooltipLinkHandler.getDescription(String, Editor)
getDescriptionTitle
in class TooltipLinkHandler
refSuffix
- part of link's href attribute after registered prefix.editor
- an editor in which tooltip with a link was shown.