Interface IAutoCompleter
-
- All Known Implementing Classes:
AutoCompleter
public interface IAutoCompleter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addView(AbstractAutoCompleterView view)
void
resetKeys()
-
-
-
Method Detail
-
addView
void addView(AbstractAutoCompleterView view)
-
resetKeys
void resetKeys()
-
-