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 ExternalURLHandlerAutoCompletion.externalURLHandlerThe 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 TypeMethodDescriptionvoidAutoCompletion.setExternalURLHandler(ExternalURLHandler handler) Sets the handler to use when an external URL is clicked in the description window.