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