Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
jline.CandidateCycleCompletionHandler
CompletionHandler
that deals with multiple distinct completions
by cycling through each one every time tab is pressed. This
mimics the behavior of the
editline
library.
This class is currently a stub; it does nothing
Method Summary | |
boolean |
|
public boolean complete(ConsoleReader reader, List candidates, int position) throws IOException
- Specified by:
- complete in interface CompletionHandler