Package org.fife.ui.autocomplete
Interface LinkRedirector
-
public interface LinkRedirector
Possibly redirects one URL to another. Useful if you want "external" URL's in code completion documentation to point to a local copy instead, for example.- Version:
- 1.0
- Author:
- Robert Futrell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URL
possiblyRedirect(URL original)
-