net.sf.sqs_xml.util
インタフェース BrowserLauncher

既知の実装クラスの一覧:
AlbertBrowserLauncher, JNLPBrowserLauncher

public interface BrowserLauncher


メソッドの概要
 void showDocument(java.io.File file)
           
 void showDocument(java.lang.String url)
           
 void showDocument(java.net.URL url)
           
 

メソッドの詳細

showDocument

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

showDocument

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

showDocument

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