- refresh(CompletionResultSet) - Method in interface org.netbeans.spi.editor.completion.CompletionTask
-
Called by the code completion infrastructure to inform the task about
changes in the corresponding document.
- refresh(CompletionResultSet) - Method in class org.netbeans.spi.editor.completion.support.AsyncCompletionTask
-
Called by completion infrastructure in AWT thread once there
is a change in the component (caret position changes or document
gets modified).
- render(Graphics, Font, Color, Color, int, int, boolean) - Method in interface org.netbeans.spi.editor.completion.CompletionItem
-
Render this item into the given graphics.
- renderHtml(ImageIcon, String, String, Graphics, Font, Color, int, int, boolean) - Static method in class org.netbeans.spi.editor.completion.support.CompletionUtilities
-
Render a completion item using the provided icon and left and right
html texts.
- resolveLink(String) - Method in interface org.netbeans.spi.editor.completion.CompletionDocumentation
-
Returns a documentation item representing an object linked from the item's
HTML text.
- run() - Method in class org.netbeans.spi.editor.completion.support.AsyncCompletionTask
-
This method will be run() from the RequestProcessor during
performing of the query.