| Interface | Description |
|---|---|
| JythonInterpreterProvider |
| Class | Description |
|---|---|
| ClassImportCompletionItem |
Offer a class to use and add import for it.
|
| CompletionContext |
CompletionContext describes a place in code where completion was triggered,
containing the type of completion and the context around it.
|
| CompletionSettings | |
| CompletionSupport |
support functions for Jython editor completions.
|
| DataSetUrlCompletionItem |
Completions for the URI when (for example) getDataSet('http:<C>') is entered.
|
| DataSetUrlCompletionProvider | |
| DefaultCompletionItem |
Completion item which will insert text when accepted.
|
| DefaultDocumentationItem | |
| JavadocLookup |
Provide a class for keeping track of the Javadoc lookups,
so this is not buried in code (so much).
|
| JythonCompletionProvider | |
| JythonCompletionTask |
Completions for Jython code.
|
| MessageCompletionItem |
Completion that just shows a message.
|
| MyCompletionResultSetImpl | |
| TestNBCompletion | |
| Utilities |
Utilities for the editor.
|