public final class ElementLinkHandler extends TooltipLinkHandler
#element/qualified.name.
On a click opens specified element in an editor and positions caret to the corresponding offset.INSPECTION_INFO| Constructor and Description |
|---|
ElementLinkHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleLink(java.lang.String name,
Editor editor)
Override to handle mouse clicks on a link.
|
getDescription, getDescriptionTitlepublic boolean handleLink(java.lang.String name,
Editor editor)
TooltipLinkHandlerhandleLink in class TooltipLinkHandlername - 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.