Skip navigation links
org.netbeans.modules.editor.completion/1 1.64.0 2
A B C D E F G H I L N O P Q R S T 

C

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.
CompletionUtilities.CompletionItemBuilder - Class in org.netbeans.spi.editor.completion.support
Builder for simple CompletionItem instances.
CompletionUtilities.OnSelectContext - Class in org.netbeans.spi.editor.completion.support
A parameter passed to CompletionItemBuilder's onSelect callback.
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.
A B C D E F G H I L N O P Q R S T 
Skip navigation links
org.netbeans.modules.editor.completion/1 1.64.0 2