Class AutoSuggestor

java.lang.Object
es.imim.DISGENET.search.AutoSuggestor

public class AutoSuggestor extends Object
  • Constructor Details

  • Method Details

    • getAddedSuggestionLabels

      public ArrayList<es.imim.DISGENET.search.SuggestionLabel> getAddedSuggestionLabels()
    • addWordToSuggestions

      protected void addWordToSuggestions(String word)
    • getCurrentlyTypedWord

      public String getCurrentlyTypedWord()
    • setDictionary

      public void setDictionary(ArrayList<String> words)
    • getAutoSuggestionPopUpWindow

      public JWindow getAutoSuggestionPopUpWindow()
    • getContainer

      public Window getContainer()
    • getTextField

      public JTextField getTextField()
    • addToDictionary

      public void addToDictionary(String word)