Uses of Interface
org.fife.ui.autocomplete.ExternalURLHandler
-
Uses of ExternalURLHandler in org.fife.ui.autocomplete
Fields in org.fife.ui.autocomplete declared as ExternalURLHandlerModifier and TypeFieldDescriptionprivate 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 ExternalURLHandlerModifier and TypeMethodDescriptionAutoCompletion.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 ExternalURLHandlerModifier and TypeMethodDescriptionvoid
AutoCompletion.setExternalURLHandler
(ExternalURLHandler handler) Sets the handler to use when an external URL is clicked in the description window.