public class DocumentationManagerUtil
extends java.lang.Object
Constructor and Description |
---|
DocumentationManagerUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
createHyperlink(java.lang.StringBuilder buffer,
PsiElement refElement,
java.lang.String refText,
java.lang.String label,
boolean plainLink)
Appends a hyperlink to the specified element to the specified string buffer.
|
static void |
createHyperlink(java.lang.StringBuilder buffer,
java.lang.String refText,
java.lang.String label,
boolean plainLink) |
protected void |
createHyperlinkImpl(java.lang.StringBuilder buffer,
PsiElement refElement,
java.lang.String refText,
java.lang.String label,
boolean plainLink) |
static DocumentationManagerUtil |
getInstance() |
public static DocumentationManagerUtil getInstance()
protected void createHyperlinkImpl(java.lang.StringBuilder buffer, PsiElement refElement, java.lang.String refText, java.lang.String label, boolean plainLink)
public static void createHyperlink(java.lang.StringBuilder buffer, java.lang.String refText, java.lang.String label, boolean plainLink)
public static void createHyperlink(java.lang.StringBuilder buffer, PsiElement refElement, java.lang.String refText, java.lang.String label, boolean plainLink)
buffer
- the target buffer.refElement
- the element to which the link is generated.refText
- the hyperlink reference textlabel
- the label for the hyperlinkplainLink
- if false, the label of the link is wrapped in the <code> tag.