|
org.netbeans.modules.editor.completion/1 1.6.22 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompletionTask | |
---|---|
org.netbeans.spi.editor.completion | |
org.netbeans.spi.editor.completion.support |
Uses of CompletionTask in org.netbeans.spi.editor.completion |
---|
Methods in org.netbeans.spi.editor.completion that return CompletionTask | |
---|---|
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. |
Uses of CompletionTask in org.netbeans.spi.editor.completion.support |
---|
Classes in org.netbeans.spi.editor.completion.support that implement CompletionTask | |
---|---|
class |
AsyncCompletionTask
Asynchronous completion task allowing asynchronous query execution through AsyncCompletionQuery . |
|
org.netbeans.modules.editor.completion/1 1.6.22 | |||||||||
PREV NEXT | FRAMES NO FRAMES |