站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

C-Index (NetBeans Editor Code Completion SPI) - NetBeans API Javadoc 5.0.0

 
A C D E F G H I O P Q R S T

C

COMPLETION_QUERY_TYPE - Static variable in interface org.netbeans.spi.editor.completion.CompletionProvider
The int value representing the query for a code completion.
Completion - class org.netbeans.api.editor.completion.Completion.
Code completion allows the clients to request explicit showing or hiding of the code completion.
CompletionDocumentation - interface org.netbeans.spi.editor.completion.CompletionDocumentation.
The interface of an item that can be displayed in the documentation popup.
CompletionItem - interface org.netbeans.spi.editor.completion.CompletionItem.
The interface representing a single item of the result list that can be displayed in the completion popup.
CompletionProvider - interface org.netbeans.spi.editor.completion.CompletionProvider.
The basic interface of the code completion querying SPI.
CompletionResultSet - class org.netbeans.spi.editor.completion.CompletionResultSet.
Listener interface for passing the query results.
CompletionTask - interface org.netbeans.spi.editor.completion.CompletionTask.
The inteface of a task performing a code completion query.
CompletionUtilities - class org.netbeans.spi.editor.completion.support.CompletionUtilities.
Various code completion utilities including completion item contents rendering.
canFilter(JTextComponent) - Method in class org.netbeans.spi.editor.completion.support.AsyncCompletionQuery
Check whether the query results can successfully be filtered.
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.
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 C D E F G H I O P Q R S T
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.