|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjline.CandidateCycleCompletionHandler
public class CandidateCycleCompletionHandler
A 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
| Constructor Summary | |
|---|---|
CandidateCycleCompletionHandler()
|
|
| Method Summary | |
|---|---|
boolean |
complete(ConsoleReader reader,
java.util.List candidates,
int position)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CandidateCycleCompletionHandler()
| Method Detail |
|---|
public boolean complete(ConsoleReader reader,
java.util.List candidates,
int position)
throws java.io.IOException
complete in interface CompletionHandlerjava.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||