org.das2.jythoncompletion.support.LazyCompletionItem

The interface representing a completion item with lazy initialization


accept

accept( ) → boolean

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.

Returns:

boolean

[search for examples] [view on GitHub] [view on old javadoc] [view source]