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
-
Environment()
-
-
getClipboard()
- Get something from the clipboard.
-
setAppletContext(AppletContext)
- Set the context in case of an applet
-
setClipboard(Object)
- Put something on the clipboard
-
showURL(String)
- Show a URL (specified as a string)
-
showURL(String, String)
- Show a URL in a frame.
-
showURL(URL)
- Show a URL.
-
showURL(URL, String)
- Show a URL in a frame.
Environment
public Environment()
setAppletContext
public static void setAppletContext(AppletContext context)
- Set the context in case of an applet
showURL
public static boolean showURL(String url)
- Show a URL (specified as a string)
showURL
public static boolean showURL(URL url)
- Show a URL.
showURL
public static boolean showURL(URL url,
String frame)
- Show a URL in a frame. This currently only works
inside applets.
showURL
public static boolean showURL(String url,
String frame)
- Show a URL in a frame. This currently only works
inside applets.
setClipboard
public static void setClipboard(Object arg)
- Put something on the clipboard
getClipboard
public static Object getClipboard()
- Get something from the clipboard.
All Packages Class Hierarchy This Package Previous Next Index