Math 302, Differential Equations JHU

Math 302X
- HW3.pdf
- Statement on Disabilities
- Statement on Ethics
- Homework
- Java Tools
 
- An example of a circuit
- An example of a circuit
- An example of a circuit
- An Application to Population Dynamics
- An application to Population Dynamics
- Slope Field Calculator
- ODE 2D Calculator
- ODE 2D Calculator
- ODE 3D Calculator
- ODE 3D Calculator
- Slope Field Calculator
- Slope Field Calculator
- Solution Verifier
- Solution Verifier 2D
- Solution Verifier 2D
- Solution Verifier
- A Lotke-Volterra System
- A Lotke-Volterra system
- Labor Managed Oligopoly - Two firms
- ODE 3D Calculator
- 2D Map Calculator
- A model of sunami
- A model of sunami
- The three body problem
- The two body problem
- The two body problem
- Van der Pol Equation
- Van der Pol Equation
- List of parameters of the JOde Applet
- Browser test
- Generated Documentation (Untitled)
 
- All Classes
- All Classes
- Constant Field Values
- Deprecated List
- API Help
- Index
- Overview
- Overview
- Class Hierarchy
-
- Serialized Form
- ODE 2D Calculator
+ Using Marek Rychliks's Applet for Euler's Method
- JOde Manual Page
- JOde - An Applet for Studying Ordinary Differential Equations
- ODE 2D Calculator
- Syllabus
Math Dept. Home
Help room

com.rychlik.jode
Class AccessManager

java.lang.Object
  |
  +--com.rychlik.jode.AccessManager

public final class AccessManager
extends java.lang.Object

This class AccessHandler handles vendor-specific access mechanisms to printing and file access. Currently, it mostly handles Netscape access, and handles other access problems generically by popping error messages and printing stack trace.

Version:
1.0
Author:
Marek Rychlik

Constructor Summary
AccessManager()
           
 
Method Summary
static boolean enablePrivilege(java.lang.String privilegeName)
          Describe enablePrivilege method here.
static boolean enableUniversalFileAccess()
          Describe enableUniversalFileAccess method here.
static boolean enableUniversalFileRead()
          Describe enableUniversalFileRead method here.
static boolean enableUniversalPrintJobAccess()
          Describe enableUniversalPrintJobAccess method here.
static java.applet.Applet getApplet()
          Describe getApplet method here.
static void handleException(java.lang.String message, java.lang.Exception ex)
          Describe handleException method here.
static boolean isNetscape()
          Describe isNetscape method here.
static void setApplet(java.applet.Applet newApplet)
          Describe setApplet method here.
static void showSecurityDialog(java.lang.String message)
          Describe show method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessManager

public AccessManager()
Method Detail

isNetscape

public static final boolean isNetscape()
Describe isNetscape method here.

Returns:
a boolean value

handleException

public static final void handleException(java.lang.String message,
                                         java.lang.Exception ex)
Describe handleException method here.

Parameters:
message - a String value
ex - an Exception value

enablePrivilege

public static final boolean enablePrivilege(java.lang.String privilegeName)
Describe enablePrivilege method here.

Parameters:
privilegeName - a String value

enableUniversalPrintJobAccess

public static final boolean enableUniversalPrintJobAccess()
Describe enableUniversalPrintJobAccess method here.


enableUniversalFileAccess

public static final boolean enableUniversalFileAccess()
Describe enableUniversalFileAccess method here.

Returns:
a boolean value

enableUniversalFileRead

public static final boolean enableUniversalFileRead()
Describe enableUniversalFileRead method here.

Returns:
a boolean value

getApplet

public static final java.applet.Applet getApplet()
Describe getApplet method here.

Returns:
an Applet value

setApplet

public static final void setApplet(java.applet.Applet newApplet)
Describe setApplet method here.

Parameters:
newApplet - an Applet value

showSecurityDialog

public static final void showSecurityDialog(java.lang.String message)
Describe show method here.




This page last modified Sun Sep 12 12:30:46 2004
Questions? Comments? Please send feedback to jason howald