net.sf.sqs_xml.util
クラス AlbertBrowserLauncher

java.lang.Object
  拡張net.sf.sqs_xml.util.AlbertBrowserLauncher
すべての実装インタフェース:
BrowserLauncher

public class AlbertBrowserLauncher
extends java.lang.Object
implements BrowserLauncher

作成者:
hiroya

コンストラクタの概要
AlbertBrowserLauncher()
           
 
メソッドの概要
 void showDocument(java.io.File file)
           
 void showDocument(java.lang.String url)
           
 void showDocument(java.net.URL url)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AlbertBrowserLauncher

public AlbertBrowserLauncher()
メソッドの詳細

showDocument

public void showDocument(java.net.URL url)
                  throws java.io.IOException
定義:
インタフェース BrowserLauncher 内の showDocument
例外:
java.io.IOException

showDocument

public void showDocument(java.lang.String url)
                  throws java.io.IOException
定義:
インタフェース BrowserLauncher 内の showDocument
例外:
java.io.IOException

showDocument

public void showDocument(java.io.File file)
                  throws java.io.IOException
定義:
インタフェース BrowserLauncher 内の showDocument
例外:
java.io.IOException