| 
 | org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.AbstractResultThe very basic funztionality of Result is implemented by this class, but parts general enough to not need to be overriden. | 
| static class | CompletionQuery.DefaultResultFull 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||