Class SCOPAutoSuggestProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      reset all suggestions
      int getMaxNrSuggestions()
      Get the maximun nr of suggestions
      java.util.Vector<java.lang.String> getSuggestion​(java.lang.String userInput)
      get a list of suggestions for a userInput
      void setMaxNrSuggestions​(int maxNrSuggestions)
      set the maximum number of suggestions to return
      void stop()
      Interrupt searching for suggestions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait