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.
-
Trs()
-
-
action(Event, Object)
- Action handling routine.
-
destroy()
-
Remove applet from memory
-
getAppletContext()
-
Override Applet methods to check for application
-
getDocumentBase()
-
Override Applet methods to check for application
-
getFrame(Container)
- Gets the frame for this container object.
-
getImage(URL, String)
-
Override Applet methods to check for application
-
getParameter(String)
-
Override Applet methods to check for application
-
handleEvent(Event)
- Handle events that occur with components in this container.
-
init()
- Applet main entry point.
-
main(String[])
-
Main method that gets called when running as an application
-
map(int, int)
-
Check to see what item the mouse is inside of
-
minimumSize()
-
-
paint(Graphics)
-
Paint calls update()
-
setStatus(String)
-
Show text in status line
-
showStatus(String)
-
Override Applet methods to check for application
-
start()
-
Start applet running
-
stillInit()
-
Show "Still initializing objects" dialog box
-
stop()
-
Stop applet running
-
Trs()
-
-
update(Graphics)
-
Draw main image and status line
Trs
public Trs()
Trs
public void Trs()
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
minimumSize
public Dimension minimumSize()
- Returns:
- Returns a Dimension with the minimum width and height
of this container.
- Overrides:
- minimumSize in class Container
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
getFrame
public Frame getFrame(Container c)
- Gets the frame for this container object.
- Returns:
- Returns a Frame object.
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
start
public void start()
- Start applet running
- Overrides:
- start in class Applet
stop
public void stop()
- Stop applet running
- Overrides:
- stop in class Applet
destroy
public void destroy()
- Remove applet from memory
- Overrides:
- destroy in class Applet
paint
public void paint(Graphics g)
- Paint calls update()
- Overrides:
- paint in class Component
update
public void update(Graphics g)
- Draw main image and status line
- Overrides:
- update in class Component
map
public String map(int x,
int y)
- Check to see what item the mouse is inside of
setStatus
public void setStatus(String s)
- Show text in status line
stillInit
public void stillInit()
- Show "Still initializing objects" dialog box
getDocumentBase
public URL getDocumentBase()
- Override Applet methods to check for application
- Overrides:
- getDocumentBase in class Applet
getParameter
public String getParameter(String name)
- Override Applet methods to check for application
- Overrides:
- getParameter in class Applet
getImage
public Image getImage(URL url,
String file)
- Override Applet methods to check for application
- Overrides:
- getImage in class Applet
showStatus
public void showStatus(String msg)
- Override Applet methods to check for application
- Overrides:
- showStatus in class Applet
getAppletContext
public AppletContext getAppletContext()
- Override Applet methods to check for application
- Overrides:
- getAppletContext in class Applet
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