tk.exgerm.console
Class AutoComplete

java.lang.Object
  extended by tk.exgerm.console.AutoComplete

public class AutoComplete
extends Object


Constructor Summary
AutoComplete(Console console)
           
 
Method Summary
 void reset()
          Briše prethodne rezultate pretrage i započinje novu (usled nekog događaja)
 void run()
          Započinje pretragu za (sledećim) kandidatom za autoComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoComplete

public AutoComplete(Console console)
Method Detail

run

public void run()
Započinje pretragu za (sledećim) kandidatom za autoComplete


reset

public void reset()
Briše prethodne rezultate pretrage i započinje novu (usled nekog događaja)