Uses of Interface
org.codehaus.groovy.sandbox.ui.Completer

Packages that use Completer
groovy.ui An interactive command line terminal along with a Swing console for evaluating Groovy scripts. 
org.codehaus.groovy.sandbox.ui   
 

Uses of Completer in groovy.ui
 

Classes in groovy.ui that implement Completer
 class ShellCompleter
          Readline completion for InteractiveShell.
 

Uses of Completer in org.codehaus.groovy.sandbox.ui
 

Methods in org.codehaus.groovy.sandbox.ui with parameters of type Completer
 void Prompt.setCompleter(Completer completer)
           
 void JavaPrompt.setCompleter(Completer completer)
           
 



Copyright © 2003-2007 The Codehaus. All Rights Reserved.