站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

LazyCompletionItem (Editor Code Completion) - NetBeans API Javadoc (Current Development Version)

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

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.8

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.