|
org.netbeans.modules.editor.completion/1 1.26.1 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LazyCompletionItem
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. |
Methods inherited from interface org.netbeans.spi.editor.completion.CompletionItem |
---|
createDocumentationTask, createToolTipTask, defaultAction, getInsertPrefix, getPreferredWidth, getSortPriority, getSortText, instantSubstitution, processKeyEvent, render |
Method Detail |
---|
boolean accept()
true
means that the item was successfuly initialized
and it should be displayed in the result list.
|
org.netbeans.modules.editor.completion/1 1.26.1 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |