Class Aboutbox.BrowserControl
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Aboutbox.BrowserControl

Object
   |
   +----Aboutbox.BrowserControl

public class BrowserControl
extends Object
Display a file in the system browser. If you want to display a file, you must include the absolute path name.

Author:
Andreas Schroeter
Since:
30.03

Constructor Index

 o Aboutbox.BrowserControl()

Method Index

 o displayURL(String)
calls the default web browser with the given url.
 o isWindowsPlatform()
Try to determine whether this application is running under Windows or some other platform by examing the "os.name" property.

Constructors

 o BrowserControl
public BrowserControl()

Methods

 o displayURL
public static void displayURL(String url)
calls the default web browser with the given url.

Parameters:
url - call browser with this url
Since:
30.03
 o isWindowsPlatform
public static boolean isWindowsPlatform()
Try to determine whether this application is running under Windows or some other platform by examing the "os.name" property.

Returns:
true if this application is running under a Windows OS
Since:
30.03

All Packages  Class Hierarchy  This Package  Previous  Next  Index