Class COM.ibm.jaws.app.trs.trswin2.Profile
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.app.trs.trswin2.Profile

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----COM.ibm.jaws.app.trs.trswin2.Profile

public class Profile
extends Applet
Class Profile.

Constructor Index

 o Profile()

Method Index

 o getFrame(Container)
Gets the frame for this container object.
 o handleEvent(Event)
Handle events that occur with components in this container.
 o init()
Applet main entry point.
 o minimumSize()

Constructors

 o Profile
  public Profile()

Methods

 o init
  public void init()
Applet main entry point. This method is automatically invoked by the Java interpreter in a web browser or the JDK appletviewer.
Overrides:
init in class Applet
 o minimumSize
  public Dimension minimumSize()
Returns:
Returns a Dimension with the minimum width and height of this container.
Overrides:
minimumSize in class Container
 o handleEvent
  public boolean handleEvent(Event e)
Handle events that occur with components in this container.
Returns:
Returns a boolean which specifies whether the event handler should stop at this level or continue up the parent hierarchy.
Overrides:
handleEvent in class Component
 o getFrame
  public Frame getFrame(Container c)
Gets the frame for this container object.
Returns:
Returns a Frame object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index