首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.5.1
C-Index (NetBeans Editor Code Completion SPI) - NetBeans API Javadoc 5.5.1
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.completion/1 1.6.31
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
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_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 of the code completion querying SPI.
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.
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.completion/1 1.6.31
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
O
P
Q
R
S
T
Built on March 26 2007. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.