- cancel() - Method in interface org.netbeans.spi.editor.completion.CompletionTask
-
Called by the code completion infrastructure to cancel the task.
- cancel() - Method in class org.netbeans.spi.editor.completion.support.AsyncCompletionTask
-
Called by completion infrastructure to cancel the running task.
- canFilter(JTextComponent) - Method in class org.netbeans.spi.editor.completion.support.AsyncCompletionQuery
-
Check whether the query results can successfully be filtered.
- Completion - Class in org.netbeans.api.editor.completion
-
Code completion allows the clients to request explicit showing
or hiding of the code completion.
- COMPLETION_ALL_QUERY_TYPE - Static variable in interface org.netbeans.spi.editor.completion.CompletionProvider
-
The int
value representing the query for an all code completion.
- COMPLETION_QUERY_TYPE - Static variable in interface org.netbeans.spi.editor.completion.CompletionProvider
-
The int
value representing the query for a code completion.
- CompletionDocumentation - Interface in org.netbeans.spi.editor.completion
-
The interface of an item that can be displayed in the documentation popup.
- CompletionItem - Interface in org.netbeans.spi.editor.completion
-
The interface representing a single item of the result list that can be displayed
in the completion popup.
- CompletionProvider - Interface in org.netbeans.spi.editor.completion
-
The basic interface for providing code completion items.
- CompletionResultSet - Class in org.netbeans.spi.editor.completion
-
Listener interface for passing the query results.
- CompletionTask - Interface in org.netbeans.spi.editor.completion
-
The inteface of a task performing a code completion query.
- CompletionUtilities - Class in org.netbeans.spi.editor.completion.support
-
Various code completion utilities including completion item
contents rendering.
- CompositeCompletionItem - Interface in org.netbeans.spi.editor.completion
-
Interface representing a completion item containing possible sub-items.
- createDocumentationTask() - Method in interface org.netbeans.spi.editor.completion.CompletionItem
-
Returns a task used to obtain a documentation associated with the item if there
is any.
- createTask(int, JTextComponent) - Method in interface org.netbeans.spi.editor.completion.CompletionProvider
-
Creates a task that performs a query of the given type on the given component.
- createToolTipTask() - Method in interface org.netbeans.spi.editor.completion.CompletionItem
-
Returns a task used to obtain a tooltip hint associated with the item if there
is any.