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, getDescriptionTitle
public boolean handleLink(java.lang.String name, Editor editor)
TooltipLinkHandler
handleLink
in class TooltipLinkHandler
name
- 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.