Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.bu
Class BuBrowserControl  view BuBrowserControl download BuBrowserControl.java

java.lang.Object
  extended bycom.memoire.bu.BuBrowserControl

public class BuBrowserControl
extends java.lang.Object

An utility class to control an external browser. Enables to launch a browser with a specified url or to modify the current displayed page.


Field Summary
static java.lang.String[][] LIST
          Commonly used browsers.
private static java.lang.String UNIX_FLAG
           
static java.lang.String unixPath_
           
private static java.lang.String WIN_FLAG
           
private static java.lang.String WIN_ID
           
private static java.lang.String WIN_PATH
           
 
Constructor Summary
BuBrowserControl()
           
 
Method Summary
static void displayURL(java.lang.String _url)
           
static boolean isWindowsPlatform()
           
static void main(java.lang.String[] _args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIN_ID

private static final java.lang.String WIN_ID
See Also:
Constant Field Values

WIN_PATH

private static final java.lang.String WIN_PATH
See Also:
Constant Field Values

WIN_FLAG

private static final java.lang.String WIN_FLAG
See Also:
Constant Field Values

UNIX_FLAG

private static final java.lang.String UNIX_FLAG
See Also:
Constant Field Values

unixPath_

public static java.lang.String unixPath_

LIST

public static final java.lang.String[][] LIST
Commonly used browsers.

Constructor Detail

BuBrowserControl

public BuBrowserControl()
Method Detail

displayURL

public static void displayURL(java.lang.String _url)

isWindowsPlatform

public static boolean isWindowsPlatform()

main

public static void main(java.lang.String[] _args)