Interface | Description |
---|---|
CompletionDocumentation |
The interface of an item that can be displayed in the documentation popup.
|
CompletionItem |
The interface representing a single item of the result list that can be displayed
in the completion popup.
|
CompletionProvider |
The basic interface of the code completion querying SPI.
|
CompletionTask |
The inteface of a task performing a code completion query.
|
LazyCompletionItem |
The interface representing a completion item with lazy initialization
|
Class | Description |
---|---|
AsyncCompletionQuery |
Defines query processing of an asynchronous completion task.
|
AsyncCompletionTask |
Asynchronous completion task allowing asynchronous query execution
through
AsyncCompletionQuery . |
CompletionResultSet |
Listener interface for passing the query results.
|
CompletionUtilities |
Various code completion utilities including completion item
contents rendering.
|
PatchedHtmlRenderer |
Temporary patched
org.openide.awt.HtmlRenderer to allow disabling
of the color change in case when the particular item is selected. |