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

Uses of Interface org.netbeans.editor.ext.CompletionQuery.Result (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Interface
org.netbeans.editor.ext.CompletionQuery.Result

Packages that use CompletionQuery.Result
org.netbeans.editor.ext Completion Design View 
 

Uses of CompletionQuery.Result in org.netbeans.editor.ext
 

Classes in org.netbeans.editor.ext that implement CompletionQuery.Result
static class CompletionQuery.AbstractResult
          The very basic funztionality of Result is implemented by this class, but parts general enough to not need to be overriden.
static class CompletionQuery.DefaultResult
          Full implementation of Result, managing substitution of the text and finding and substituting common prefix of items
 

Methods in org.netbeans.editor.ext that return CompletionQuery.Result
 CompletionQuery.Result Completion.getLastResult()
          Get the result of the last valid completion query or null if there's no valid result available.
 CompletionQuery.Result CompletionQuery.query(JTextComponent component, int offset, SyntaxSupport support)
          Perform the query on the given component.
 

Methods in org.netbeans.editor.ext with parameters of type CompletionQuery.Result
 void ListCompletionView.setResult(CompletionQuery.Result result)
          Populate the view with the result from a query.
 void CompletionView.setResult(CompletionQuery.Result result)
          Populate the view with the result from a query.
 


org.netbeans.modules.editor.lib/1 1.14.0 3

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