Uses of Interface
org.fife.ui.autocomplete.ExternalURLHandler
-
-
Uses of ExternalURLHandler in org.fife.ui.autocomplete
Fields in org.fife.ui.autocomplete declared as ExternalURLHandler Modifier and Type Field Description private ExternalURLHandler
AutoCompletion. externalURLHandler
The handler to use when an external URL is clicked in the help documentation.Methods in org.fife.ui.autocomplete that return ExternalURLHandler Modifier and Type Method Description ExternalURLHandler
AutoCompletion. getExternalURLHandler()
Returns the handler to use when an external URL is clicked in the description window.Methods in org.fife.ui.autocomplete with parameters of type ExternalURLHandler Modifier and Type Method Description void
AutoCompletion. setExternalURLHandler(ExternalURLHandler handler)
Sets the handler to use when an external URL is clicked in the description window.
-