| 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 for providing code completion items.
|
| CompletionTask |
The inteface of a task performing a code completion query.
|
| LazyCompletionItem |
The interface representing a completion item with lazy initialization
|
| Class | Description |
|---|---|
| CompletionResultSet |
Listener interface for passing the query results.
|
Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.