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

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

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----COM.ibm.jaws.app.trs.trswin2.Picture

public class Picture
extends Dialog
Class Picture.

Method Index

 o action(Event, Object)
Action handling routine.
 o getImage(String)
 o handleEvent(Event)
Handle events that occur with components in this container.
 o imageUpdate(Image, int, int, int, int, int)
Repaints the component when the image has changed.
 o minimumSize()
 o paint(Graphics)
Paints the component.
 o update(Graphics)
Updates the component.

Methods

 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 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 imageUpdate
  public boolean imageUpdate(Image theimg,
                             int infoflags,
                             int x,
                             int y,
                             int w,
                             int h)
Repaints the component when the image has changed.
Overrides:
imageUpdate in class Component
 o paint
  public void paint(Graphics g)
Paints the component.
Overrides:
paint in class Component
 o update
  public void update(Graphics g)
Updates the component.
Overrides:
update in class Component
 o getImage
  public void getImage(String imageFile)

All Packages  Class Hierarchy  This Package  Previous  Next  Index