public final class NetscapeHandler
extends java.lang.Object
| Constructor and Description |
|---|
NetscapeHandler() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
enablePrivilege(java.awt.Frame frame,
java.lang.String privilegeName)
Describe
enablePrivilege method here. |
static boolean |
enableUniversalPrintJobAccess(java.awt.Frame frame)
Describe
enableUniversalPrintJobAccess method here. |
static void |
handleException(java.awt.Frame frame,
java.lang.Exception ex)
Creates a new
handleException instance. |
static boolean |
isNetscape()
Describe
isNetscape method here. |
public static final boolean isNetscape()
isNetscape method here.boolean valuepublic static void handleException(java.awt.Frame frame,
java.lang.Exception ex)
handleException instance.ex - an Exception valuepublic static final boolean enablePrivilege(java.awt.Frame frame,
java.lang.String privilegeName)
enablePrivilege method here.privilegeName - a String valuepublic static final boolean enableUniversalPrintJobAccess(java.awt.Frame frame)
enableUniversalPrintJobAccess method here.