davmail.ui.browser
Class AwtDesktopBrowser

java.lang.Object
  extended by davmail.ui.browser.AwtDesktopBrowser

public final class AwtDesktopBrowser
extends Object

Wrapper class to call Java6 Desktop class to launch default browser.


Method Summary
static void browse(URI location)
          Open default browser at location URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

browse

public static void browse(URI location)
                   throws IOException
Open default browser at location URI. User Java 6 Desktop class

Parameters:
location - location URI
Throws:
IOException - on error


Copyright © 2001-2013 MickaĆ«l Guessant. All Rights Reserved.