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

Uses of Interface org.netbeans.spi.editor.completion.CompletionItem (Editor Code Completion) - NetBeans API Javadoc (Current Development Version)

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

Uses of Interface
org.netbeans.spi.editor.completion.CompletionItem

Packages that use CompletionItem
org.netbeans.spi.editor.completion   
 

Uses of CompletionItem in org.netbeans.spi.editor.completion
 

Subinterfaces of CompletionItem in org.netbeans.spi.editor.completion
 interface LazyCompletionItem
          The interface representing a completion item with lazy initialization
 

Methods in org.netbeans.spi.editor.completion with parameters of type CompletionItem
 boolean CompletionResultSet.addItem(CompletionItem item)
          Add the completion item to this result set.
 

Method parameters in org.netbeans.spi.editor.completion with type arguments of type CompletionItem
 boolean CompletionResultSet.addAllItems(Collection<? extends CompletionItem> items)
          Add the collection of the completion items to this result set.
 


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

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