public class NavigationLinkHandler extends TooltipLinkHandler
#navigation/file_path:offset.
On a click opens specified file in an editor and positions caret to the given offset.INSPECTION_INFO| Constructor and Description |
|---|
NavigationLinkHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleLink(java.lang.String refSuffix,
Editor editor)
Override to handle mouse clicks on a link.
|
getDescription, getDescriptionTitlepublic boolean handleLink(java.lang.String refSuffix,
Editor editor)
TooltipLinkHandlerhandleLink in class TooltipLinkHandlerrefSuffix - part of link's href attribute after registered prefix.editor - an editor in which tooltip with a link was shown.true if a link was handled.