wonderly.jeaprs.aprs
Interface BrowserAccess

All Known Implementing Classes:
JeAPRS

public interface BrowserAccess

This interface defines the methods that are typically in an Applet and which need to be provided for some of the JeAPRS code.

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.

Method Summary
 java.net.URL getCodeBase()
           
 java.lang.String getCopyrightString()
           
 java.awt.Image getImage(java.net.URL url)
           
 java.awt.Image getImage(java.net.URL url, java.lang.String name)
           
 java.lang.String getParameter(java.lang.String name)
           
 void setDefaultMap(java.lang.String map, boolean openAtStartup)
           
 void showStatus(java.lang.String msg)
           
 

Method Detail

showStatus

public void showStatus(java.lang.String msg)

getParameter

public java.lang.String getParameter(java.lang.String name)

getImage

public java.awt.Image getImage(java.net.URL url)
                        throws java.io.IOException,
                               java.net.MalformedURLException
java.io.IOException
java.net.MalformedURLException

getImage

public java.awt.Image getImage(java.net.URL url,
                               java.lang.String name)
                        throws java.io.IOException,
                               java.net.MalformedURLException
java.io.IOException
java.net.MalformedURLException

getCodeBase

public java.net.URL getCodeBase()
                         throws java.net.MalformedURLException
java.net.MalformedURLException

getCopyrightString

public java.lang.String getCopyrightString()

setDefaultMap

public void setDefaultMap(java.lang.String map,
                          boolean openAtStartup)