Package | Description |
---|---|
org.netbeans.spi.editor.completion | |
org.netbeans.spi.editor.completion.support |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeCompletionItem
Interface representing a completion item containing possible sub-items.
|
interface |
LazyCompletionItem
The interface representing a completion item with lazy initialization
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompletionResultSet.addItem(CompletionItem item)
Add the completion item to this result set.
|
Modifier and Type | Method and Description |
---|---|
CompletionItem |
CompletionUtilities.CompletionItemBuilder.build()
Builds completion item.
|