org.netbeans.modules.editor.completion/1 1.26.1 1

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.
 
Methods inherited from interface org.netbeans.spi.editor.completion.CompletionItem
createDocumentationTask, createToolTipTask, defaultAction, getInsertPrefix, getPreferredWidth, getSortPriority, getSortText, instantSubstitution, processKeyEvent, render
 

Method Detail

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.


org.netbeans.modules.editor.completion/1 1.26.1 1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.