|
org.netbeans.modules.editor.completion/1 1.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompletionItem | |
---|---|
org.netbeans.spi.editor.completion |
Uses of CompletionItem in org.netbeans.spi.editor.completion |
---|
Subinterfaces of CompletionItem in org.netbeans.spi.editor.completion | |
---|---|
interface |
LazyCompletionItem
The interface representing a completion item with lazy initialization |
Methods in org.netbeans.spi.editor.completion with parameters of type CompletionItem | |
---|---|
boolean |
CompletionResultSet.addItem(CompletionItem item)
Add the completion item to this result set. |
Method parameters in org.netbeans.spi.editor.completion with type arguments of type CompletionItem | |
---|---|
boolean |
CompletionResultSet.addAllItems(Collection<? extends CompletionItem> items)
Add the collection of the completion items to this result set. |
|
org.netbeans.modules.editor.completion/1 1.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |