Uses of Interface
org.fife.ui.autocomplete.DescWindowCallback
-
-
Uses of DescWindowCallback in org.fife.ui.autocomplete
Classes in org.fife.ui.autocomplete that implement DescWindowCallback Modifier and Type Class Description (package private) classAutoCompleteDescWindowThe optional "description" window that describes the currently selected item in the auto-completion window.Methods in org.fife.ui.autocomplete with parameters of type DescWindowCallback Modifier and Type Method Description voidExternalURLHandler. urlClicked(javax.swing.event.HyperlinkEvent e, Completion c, DescWindowCallback callback)Called when an external URL is clicked in the description window.
-