Uses of Interface
org.fife.ui.autocomplete.LinkRedirector
-
-
Uses of LinkRedirector in org.fife.ui.autocomplete
Fields in org.fife.ui.autocomplete declared as LinkRedirector Modifier and Type Field Description private static LinkRedirector
AutoCompletion. linkRedirector
An optional redirector that converts URL's to some other location before being handed over toexternalURLHandler
.Methods in org.fife.ui.autocomplete that return LinkRedirector Modifier and Type Method Description static LinkRedirector
AutoCompletion. getLinkRedirector()
Returns the link redirector, if any.Methods in org.fife.ui.autocomplete with parameters of type LinkRedirector Modifier and Type Method Description static void
AutoCompletion. setLinkRedirector(LinkRedirector linkRedirector)
Sets the redirector for external URL's found in code completion documentation.
-