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, handleLinkpublic java.lang.String getDescription(java.lang.String refSuffix,
Editor editor)
TooltipLinkHandlerTooltipLinkHandler.handleLink(String, com.intellij.openapi.editor.Editor)
returned false.getDescription in class TooltipLinkHandlerrefSuffix - part of link's href attribute after registered prefix.editor - an editor in which tooltip with a link was shown.