Package | Description |
---|---|
org.netbeans.spi.editor.completion | |
org.netbeans.spi.editor.completion.support |
Modifier and Type | Method and Description |
---|---|
CompletionTask |
CompletionItem.createDocumentationTask()
Returns a task used to obtain a documentation associated with the item if there
is any.
|
CompletionTask |
CompletionProvider.createTask(int queryType,
JTextComponent component)
Creates a task that performs a query of the given type on the given component.
|
CompletionTask |
CompletionItem.createToolTipTask()
Returns a task used to obtain a tooltip hint associated with the item if there
is any.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncCompletionTask
Asynchronous completion task allowing asynchronous query execution
through
AsyncCompletionQuery . |