|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface corresponds to an applet's environment. It can be used by an applet to obtain information from the applet's environment, which is usually the browser or the applet viewer.
| Method Summary | |
Applet |
getApplet(String name)
Gets an applet by name. |
Enumeration |
getApplets()
Enumerates the applets in this context. |
AudioClip |
getAudioClip(URL url)
Gets an audio clip. |
Image |
getImage(URL url)
Gets an image. |
void |
showDocument(URL url)
Shows a new document. |
void |
showDocument(URL url,
String target)
Show a new document in a target window or frame. |
void |
showStatus(String status)
Show a status string. |
| Method Detail |
public AudioClip getAudioClip(URL url)
public Image getImage(URL url)
public Applet getApplet(String name)
public Enumeration getApplets()
public void showDocument(URL url)
public void showDocument(URL url,
String target)
public void showStatus(String status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||