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 

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.
sortPriority(int) - Method in class org.netbeans.spi.editor.completion.support.CompletionUtilities.CompletionItemBuilder
Item's priority.
sortText(CharSequence) - Method in class org.netbeans.spi.editor.completion.support.CompletionUtilities.CompletionItemBuilder
A text used to sort items alphabetically.
startOffset(int) - Method in class org.netbeans.spi.editor.completion.support.CompletionUtilities.CompletionItemBuilder
Start offset of the region to be removed on the item's selection.
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