| Interface | Description |
|---|---|
| LazyListModel.Filter |
Interface for those that wish to filter content of the list.
|
| Class | Description |
|---|---|
| CompletionImpl |
Implementation of the completion processing.
|
| CompletionItemComparator |
Comparator for completion items either by sort priority or by sort text.
|
| CompletionJList | |
| CompletionLayout |
Layout of the completion, documentation and tooltip popup windows.
|
| CompletionResultSetImpl | |
| CompletionScrollPane |
Pane displaying the completion view and accompanying components
like label for title etc.
|
| CompletionSettings |
Maintenance of the editor settings related to the code completion.
|
| CompletionSpiPackageAccessor |
Accessor for the package-private functionality in org.netbeans.api.editor.completion.
|
| DocumentationScrollPane | |
| HTMLDocView |
HTML documentation view.
|
| LazyListModel |
Model that can compute its values lazily and moreover handle some
kind of filtering.
|
| PatchedHtmlRenderer |
Temporary patched
org.openide.awt.HtmlRenderer to allow disabling
of the color change in case when the particular item is selected. |