Uses of Interface
org.fife.ui.autocomplete.AutoCompletionListener
-
-
Uses of AutoCompletionListener in org.fife.ui.autocomplete
Methods in org.fife.ui.autocomplete with parameters of type AutoCompletionListener Modifier and Type Method Description void
AutoCompletion. addAutoCompletionListener(AutoCompletionListener l)
Adds a listener interested in popup window events from this instance.void
AutoCompletion. removeAutoCompletionListener(AutoCompletionListener l)
Removes a listener interested in popup window events from this instance.
-