| java.lang.Object org.netbeans.modules.gsfret.editor.hyperlink.GsfHyperlinkProvider
GsfHyperlinkProvider | final public class GsfHyperlinkProvider implements HyperlinkProviderExt(Code) | | Implementation of the hyperlink provider for generic languages.
The hyperlinks are constructed for identifiers.
The click action corresponds to performing the goto-declaration action.
author: Jan Lahoda |
GsfHyperlinkProvider | public GsfHyperlinkProvider()(Code) | | Creates a new instance of GsfHyperlinkProvider
|
getHyperlinkSpan | public int[] getHyperlinkSpan(Document doc, int offset, HyperlinkType type)(Code) | | |
getSupportedHyperlinkTypes | public Set<HyperlinkType> getSupportedHyperlinkTypes()(Code) | | |
isHyperlinkPoint | public boolean isHyperlinkPoint(Document doc, int offset, HyperlinkType type)(Code) | | |
performClickAction | public void performClickAction(Document doc, int offset, HyperlinkType type)(Code) | | |
|
|