Package | Description |
---|---|
org.netbeans.spi.editor.completion |
Modifier and Type | Interface and Description |
---|---|
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 |
---|---|
boolean |
CompletionResultSet.addAllItems(Collection<? extends CompletionItem> items)
Add the collection of the completion items to this result set.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.