net.sf.sqs_xml.util
Class JNLPBrowserLauncher

java.lang.Object
  extended bynet.sf.sqs_xml.util.JNLPBrowserLauncher
All Implemented Interfaces:
BrowserLauncher

public class JNLPBrowserLauncher
extends java.lang.Object
implements BrowserLauncher

Author:
hiroya

Constructor Summary
JNLPBrowserLauncher(javax.jnlp.BasicService basicService)
           
 
Method Summary
 void showDocument(java.io.File file)
           
 void showDocument(java.lang.String url)
           
 void showDocument(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNLPBrowserLauncher

public JNLPBrowserLauncher(javax.jnlp.BasicService basicService)
Method Detail

showDocument

public void showDocument(java.net.URL url)
                  throws java.io.IOException
Specified by:
showDocument in interface BrowserLauncher
Throws:
java.io.IOException

showDocument

public void showDocument(java.lang.String url)
                  throws java.io.IOException
Specified by:
showDocument in interface BrowserLauncher
Throws:
java.io.IOException

showDocument

public void showDocument(java.io.File file)
                  throws java.io.IOException
Specified by:
showDocument in interface BrowserLauncher
Throws:
java.io.IOException