Package es.imim.DISGENET.search
Class AutoSuggestor
java.lang.Object
es.imim.DISGENET.search.AutoSuggestor
-
Constructor Summary
ConstructorDescriptionAutoSuggestor(JTextField textField, Window mainWindow, ArrayList<String> words, Color popUpBackground, Color textColor, Color suggestionFocusedColor, float opacity)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToDictionary(String word)
protected void
addWordToSuggestions(String word)
ArrayList<es.imim.DISGENET.search.SuggestionLabel>
void
setDictionary(ArrayList<String> words)
-
Constructor Details
-
AutoSuggestor
-
-
Method Details
-
getAddedSuggestionLabels
-
addWordToSuggestions
-
getCurrentlyTypedWord
-
setDictionary
-
getAutoSuggestionPopUpWindow
-
getContainer
-
getTextField
-
addToDictionary
-