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 voidAutoCompletion. addAutoCompletionListener(AutoCompletionListener l)Adds a listener interested in popup window events from this instance.voidAutoCompletion. removeAutoCompletionListener(AutoCompletionListener l)Removes a listener interested in popup window events from this instance.
-