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

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.26.1 1

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