handles the connection to the mud ...
-
_baseURL
- the base URL used for loading from URL
-
_mode
-
-
_other_frame_contents
-
-
APP_MODE
-
-
APPLET_MODE
-
-
get_other_frame_contents()
-
-
getBaseURL()
-
-
load_in_other_frame(URL)
- Loads the given URL into the other frame;
-
load_in_other_frame(URL, String)
- Loads the given URL into the other frame;
-
set_other_frame_contents(Object)
-
-
setBaseURL(String)
-
-
setBaseURL(URL)
-
_baseURL
protected static URL _baseURL
- the base URL used for loading from URL
_other_frame_contents
protected static Object _other_frame_contents
_mode
protected static int _mode
APP_MODE
public final static int APP_MODE
APPLET_MODE
public final static int APPLET_MODE
setBaseURL
public static void setBaseURL(String u)
- Parameters:
- u - A string representing a URL
setBaseURL
public static void setBaseURL(URL u)
- Parameters:
- u - A URL
getBaseURL
public static URL getBaseURL()
- Returns:
- s The current base URL
load_in_other_frame
public static void load_in_other_frame(URL appURL)
- Loads the given URL into the other frame;
load_in_other_frame
public static void load_in_other_frame(URL appURL,
String frame)
- Loads the given URL into the other frame;
get_other_frame_contents
public static Object get_other_frame_contents()
set_other_frame_contents
public static void set_other_frame_contents(Object of)
All Packages Class Hierarchy This Package Previous Next Index