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

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

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

public class Trs
extends Applet
Class Trs.

Constructor Index

 o Trs()

Method Index

 o action(Event, Object)
Action handling routine.
 o destroy()
Remove applet from memory
 o getAppletContext()
Override Applet methods to check for application
 o getDocumentBase()
Override Applet methods to check for application
 o getFrame(Container)
Gets the frame for this container object.
 o getImage(URL, String)
Override Applet methods to check for application
 o getParameter(String)
Override Applet methods to check for application
 o handleEvent(Event)
Handle events that occur with components in this container.
 o init()
Applet main entry point.
 o main(String[])
Main method that gets called when running as an application
 o map(int, int)
Check to see what item the mouse is inside of
 o minimumSize()
 o paint(Graphics)
Paint calls update()
 o setStatus(String)
Show text in status line
 o showStatus(String)
Override Applet methods to check for application
 o start()
Start applet running
 o stillInit()
Show "Still initializing objects" dialog box
 o stop()
Stop applet running
 o Trs()
 o update(Graphics)
Draw main image and status line

Constructors

 o Trs
  public Trs()

Methods

 o Trs
  public void Trs()
 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.
 o action
  public boolean action(Event evt,
                        Object obj)
Action handling routine.
Returns:
Returns a boolean specifying whether the event should be handled furthur up the parent hierarchy.
Overrides:
action in class Component
 o start
  public void start()
Start applet running
Overrides:
start in class Applet
 o stop
  public void stop()
Stop applet running
Overrides:
stop in class Applet
 o destroy
  public void destroy()
Remove applet from memory
Overrides:
destroy in class Applet
 o paint
  public void paint(Graphics g)
Paint calls update()
Overrides:
paint in class Component
 o update
  public void update(Graphics g)
Draw main image and status line
Overrides:
update in class Component
 o map
  public String map(int x,
                    int y)
Check to see what item the mouse is inside of
 o setStatus
  public void setStatus(String s)
Show text in status line
 o stillInit
  public void stillInit()
Show "Still initializing objects" dialog box
 o getDocumentBase
  public URL getDocumentBase()
Override Applet methods to check for application
Overrides:
getDocumentBase in class Applet
 o getParameter
  public String getParameter(String name)
Override Applet methods to check for application
Overrides:
getParameter in class Applet
 o getImage
  public Image getImage(URL url,
                        String file)
Override Applet methods to check for application
Overrides:
getImage in class Applet
 o showStatus
  public void showStatus(String msg)
Override Applet methods to check for application
Overrides:
showStatus in class Applet
 o getAppletContext
  public AppletContext getAppletContext()
Override Applet methods to check for application
Overrides:
getAppletContext in class Applet
 o main
  public static void main(String argv[])
Main method that gets called when running as an application

All Packages  Class Hierarchy  This Package  Previous  Next  Index