public class InspectionDescriptionLinkHandler extends TooltipLinkHandler
#inspection/inspection_short_name
.
On a click or expend acton returns more detailed description for given inspection.INSPECTION_INFO
Constructor and Description |
---|
InspectionDescriptionLinkHandler() |
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.
|
getDescriptionTitle, 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.