net.sf.sqs_xml.util
Interface BrowserLauncher

All Known Implementing Classes:
AlbertBrowserLauncher, JNLPBrowserLauncher

public interface BrowserLauncher


Method Summary
 void showDocument(java.io.File file)
           
 void showDocument(java.lang.String url)
           
 void showDocument(java.net.URL url)
           
 

Method Detail

showDocument

public void showDocument(java.net.URL url)
                  throws java.io.IOException
Throws:
java.io.IOException

showDocument

public void showDocument(java.lang.String url)
                  throws java.io.IOException
Throws:
java.io.IOException

showDocument

public void showDocument(java.io.File file)
                  throws java.io.IOException
Throws:
java.io.IOException