Class marimba.channel.AppletViewer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.channel.AppletViewer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----marimba.channel.ApplicationFrame
                                           |
                                           +----marimba.channel.AppletViewer

public class AppletViewer
extends ApplicationFrame
implements AppletStub, AppletContext
A frame for a channel applet. This class is used internally by the AppletViewer class.
Version:
1.33, 01/10/97
Author:
Arthur van Hoff

Constructor Index

 o AppletViewer()

Method Index

 o appletResize(int, int)
 o getApplet()
Return the applet.
 o getApplet(String)
 o getAppletContext()
 o getApplets()
 o getApplicationContext()
 o getAudioClip(URL)
 o getCodeBase()
 o getDocumentBase()
 o getImage(URL)
 o getParameter(String)
 o handleEvent(Event)
Event handler for Window Management events: Asks for the channel to be stopped (and soon destroyed) when the presentation is closed.
 o isActive()
 o pack()
 o showAppletException(Throwable)
 o showAppletLog(String)
 o showDocument(URL)
 o showDocument(URL, String)
 o showStatus(String)
 o start()
Initialize the Channel, show the base frame.
 o stop()
Destroy the Channel, hide and dispose the base frame.

Constructors

 o AppletViewer
  public AppletViewer()

Methods

 o getApplet
  public Applet getApplet()
Return the applet.
 o pack
  public void pack()
Overrides:
pack in class Window
 o start
  public void start()
Initialize the Channel, show the base frame.
Overrides:
start in class ApplicationFrame
 o stop
  public void stop()
Destroy the Channel, hide and dispose the base frame.
Overrides:
stop in class ApplicationFrame
 o isActive
  public boolean isActive()
 o getDocumentBase
  public URL getDocumentBase()
 o getCodeBase
  public URL getCodeBase()
 o getApplicationContext
  public ApplicationContext getApplicationContext()
 o getParameter
  public String getParameter(String name)
 o getAppletContext
  public AppletContext getAppletContext()
 o appletResize
  public void appletResize(int width,
                           int height)
 o getAudioClip
  public AudioClip getAudioClip(URL url)
 o getImage
  public Image getImage(URL url)
 o getApplet
  public Applet getApplet(String name)
 o getApplets
  public Enumeration getApplets()
 o showDocument
  public void showDocument(URL url)
 o showDocument
  public void showDocument(URL url,
                           String target)
 o showStatus
  public void showStatus(String status)
 o showAppletLog
  protected void showAppletLog(String str)
 o showAppletException
  protected void showAppletException(Throwable t)
 o handleEvent
  public boolean handleEvent(Event evt)
Event handler for Window Management events: Asks for the channel to be stopped (and soon destroyed) when the presentation is closed.
Overrides:
handleEvent in class ApplicationFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index