org.fife.ui.autocomplete
Interface ExternalURLHandler


public interface ExternalURLHandler

A callback for when an external URL is clicked in the description window. If no handler is installed, and if running in Java 6, the system default web browser is used to open the URL. If not running Java 6, nothing will happen. If you want browser support for pre-Java 6 JRE's, you will need to register one of these callbacks on your AutoCompletion.

Version:
1.0
Author:
Robert Futrell
See Also:
AutoCompletion.setExternalURLHandler(ExternalURLHandler)

Method Summary
 void urlClicked(URL url)
          Called when an external URL is clicked in the description window.
 

Method Detail

urlClicked

void urlClicked(URL url)
Called when an external URL is clicked in the description window.

Parameters:
url - The URL.


Copyright © 2003-2011. All Rights Reserved.