当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
LazyCompletionItem (Editor Code Completion) - NetBeans API Javadoc (Current Development Version)
org.netbeans.spi.editor.completion
Interface LazyCompletionItem
- All Superinterfaces:
- CompletionItem
public interface LazyCompletionItem
- extends CompletionItem
The interface representing a completion item with lazy initialization
Method Summary |
boolean |
accept()
Gets invoked when a completion item is going to be displayed in the popup. |
accept
boolean accept()
- Gets invoked when a completion item is going to be displayed in the popup.
Returning
true
means that the item was successfuly initialized
and it should be displayed in the result list.