JavaScript is disabled on your browser.
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.completion/1 1.52.0 2
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
C
D
E
F
G
H
I
L
O
P
Q
R
S
T
S
setAnchorOffset(int)
- Method in class org.netbeans.spi.editor.completion.
CompletionResultSet
Set the document offset to which the returned completion items or documentation or tooltip should be anchored.
setDocumentation(CompletionDocumentation)
- Method in class org.netbeans.spi.editor.completion.
CompletionResultSet
Set the documentation to this result set.
setHasAdditionalItems(boolean)
- Method in class org.netbeans.spi.editor.completion.
CompletionResultSet
Indicate that additional items could be added to this result set.
setHasAdditionalItemsText(String)
- Method in class org.netbeans.spi.editor.completion.
CompletionResultSet
Set the text to be displayed in a completion popup whenever a
CompletionProvider
indicates that additional items could be added to this result set by passing
true
to
CompletionResultSet.setHasAdditionalItems(boolean)
.
setTitle(String)
- Method in class org.netbeans.spi.editor.completion.
CompletionResultSet
Deprecated.
setToolTip(JToolTip)
- Method in class org.netbeans.spi.editor.completion.
CompletionResultSet
Set the tooltip to this result set.
setWaitText(String)
- Method in class org.netbeans.spi.editor.completion.
CompletionResultSet
Set the explicit value displayed in a label when the completion results do not get computed during a certain timeout (e.g.
showCompletion()
- Method in class org.netbeans.api.editor.completion.
Completion
Request showing of the code completion popup for the currently focused text component.
showDocumentation()
- Method in class org.netbeans.api.editor.completion.
Completion
Request showing of the documentation popup for the currently focused text component.
showToolTip()
- Method in class org.netbeans.api.editor.completion.
Completion
Request showing of the tooltip popup for the currently focused text component.
A
C
D
E
F
G
H
I
L
O
P
Q
R
S
T
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.completion/1 1.52.0 2
Prev Letter
Next Letter
Frames
No Frames
All Classes