public class SwingCompletionHandler extends Object implements jline.CompletionHandler
| Constructor and Description | 
|---|
SwingCompletionHandler(Console console)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
complete(jline.ConsoleReader reader,
        List candidates,
        int position)  | 
protected void | 
printCandidates(List<String> candidates)  | 
public SwingCompletionHandler(Console console)
public boolean complete(jline.ConsoleReader reader, List candidates, int position) throws IOException
complete in interface jline.CompletionHandlerIOExceptionprotected void printCandidates(List<String> candidates)
Copyright © 2019 Nuxeo. All rights reserved.