Class marimba.util.Environment
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.util.Environment

java.lang.Object
   |
   +----marimba.util.Environment

public class Environment
extends Object
An interface to some of the native Desktop facilities.
Version:
1.6, 01/13/97
Author:
Arthur van Hoff

Constructor Index

 o Environment()

Method Index

 o getClipboard()
Get something from the clipboard.
 o setAppletContext(AppletContext)
Set the context in case of an applet
 o setClipboard(Object)
Put something on the clipboard
 o showURL(String)
Show a URL (specified as a string)
 o showURL(String, String)
Show a URL in a frame.
 o showURL(URL)
Show a URL.
 o showURL(URL, String)
Show a URL in a frame.

Constructors

 o Environment
  public Environment()

Methods

 o setAppletContext
  public static void setAppletContext(AppletContext context)
Set the context in case of an applet
 o showURL
  public static boolean showURL(String url)
Show a URL (specified as a string)
 o showURL
  public static boolean showURL(URL url)
Show a URL.
 o showURL
  public static boolean showURL(URL url,
                                String frame)
Show a URL in a frame. This currently only works inside applets.
 o showURL
  public static boolean showURL(String url,
                                String frame)
Show a URL in a frame. This currently only works inside applets.
 o setClipboard
  public static void setClipboard(Object arg)
Put something on the clipboard
 o getClipboard
  public static Object getClipboard()
Get something from the clipboard.

All Packages  Class Hierarchy  This Package  Previous  Next  Index