Forge - UI Impl 2.0.0.Alpha3

org.jboss.forge.ui.impl
Class NoopCompleter

java.lang.Object
  extended by 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

Constructor Summary
NoopCompleter()
           
 
Method Summary
 Iterable<String> getCompletionProposals(InputComponent input, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopCompleter

public NoopCompleter()
Method Detail

getCompletionProposals

public Iterable<String> getCompletionProposals(InputComponent input,
                                               String value)
Specified by:
getCompletionProposals in interface UICompleter

Forge - UI Impl 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.