Class java.rmi.examples.util.AppletFrame
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.examples.util.AppletFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----java.rmi.examples.util.AppletFrame

public class AppletFrame
extends Frame
implements AppletStub

Constructor Index

 o AppletFrame(Applet, String, String[])

Method Index

 o appletResize(int, int)
Called when the applet wants to be resized.
 o getAppletContext()
Gets a handler to the applet's context.
 o getCodeBase()
Gets the base URL.
 o getDocumentBase()
Gets the document URL.
 o getParameter(String)
Gets a parameter of the applet.
 o handleEvent(Event)
Handles the event.
 o isActive()
Returns true if the applet is active.
 o main(String[])

Constructors

 o AppletFrame
  public AppletFrame(Applet applet,
                     String title,
                     String args[])

Methods

 o handleEvent
  public boolean handleEvent(Event e)
Handles the event.
Overrides:
handleEvent in class Component
 o isActive
  public boolean isActive()
Returns true if the applet is active.
 o getDocumentBase
  public URL getDocumentBase()
Gets the document URL.
 o getCodeBase
  public URL getCodeBase()
Gets the base URL.
 o getParameter
  public String getParameter(String param)
Gets a parameter of the applet. The supplied command arguments are scanned looking for an argument with the syntax name="value"
 o getAppletContext
  public AppletContext getAppletContext()
Gets a handler to the applet's context.
 o appletResize
  public void appletResize(int width,
                           int height)
Called when the applet wants to be resized.
 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index