Uses of Class
jline.ConsoleReader

Uses of ConsoleReader in jline
 

Methods in jline with parameters of type ConsoleReader
 void UnsupportedTerminal.afterReadLine(ConsoleReader reader, String prompt, Character mask)
           
 void Terminal.afterReadLine(ConsoleReader reader, String prompt, Character mask)
          Invokes after the console reads a line with the prompt and mask.
 void UnsupportedTerminal.beforeReadLine(ConsoleReader reader, String prompt, Character mask)
           
 void Terminal.beforeReadLine(ConsoleReader reader, String prompt, Character mask)
          Invokes before the console reads a line with the prompt and mask.
 boolean CandidateCycleCompletionHandler.complete(ConsoleReader reader, List candidates, int position)
           
 boolean CompletionHandler.complete(ConsoleReader reader, List candidates, int position)
           
 boolean CandidateListCompletionHandler.complete(ConsoleReader reader, List candidates, int pos)
           
static void CandidateListCompletionHandler.printCandidates(ConsoleReader reader, Collection candidates, boolean eagerNewlines)
          Print out the candidates.
static void CandidateListCompletionHandler.setBuffer(ConsoleReader reader, String value, int offset)
           
static void ConsoleReaderInputStream.setIn(ConsoleReader reader)
           
 

Constructors in jline with parameters of type ConsoleReader
ConsoleReaderInputStream(ConsoleReader reader)
           
 



Copyright © 2002-2009 null. All Rights Reserved.