org.jboss.forge.ui.impl
Class NoopCompleter
java.lang.Object
org.jboss.forge.ui.impl.NoopCompleter
- All Implemented Interfaces:
- UICompleter
public class NoopCompleter
- extends Object
- implements UICompleter
A UICompleter that always returns zero proposals.
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoopCompleter
public NoopCompleter()
getCompletionProposals
public Iterable<String> getCompletionProposals(InputComponent input,
String value)
- Specified by:
getCompletionProposals in interface UICompleter
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.