public interface CompletionDocumentation
Modifier and Type | Method and Description |
---|---|
Action |
getGotoSourceAction()
Returns an action that opens the item's source representation in the editor
or
null if the item has no source representation. |
String |
getText()
Returns a HTML text dispaleyd in the documentation popup.
|
URL |
getURL()
Returns a URL of the item's external representation that can be displayed
in an external browser or
null if the item has no external
representation. |
CompletionDocumentation |
resolveLink(String link)
Returns a documentation item representing an object linked from the item's
HTML text.
|
String getText()
URL getURL()
null
if the item has no external
representation.CompletionDocumentation resolveLink(String link)
Action getGotoSourceAction()
null
if the item has no source representation.