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

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

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

public class SelectSeat
extends Dialog
Class SelectSeat.

Method Index

 o handleEvent(Event)
Handle events that occur with components in this container.
 o minimumSize()
 o mouseDown(Event, int, int)
Handle mouseDown events
 o mouseMove(Event, int, int)
Handle mouseMove events
 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 mouseDown
  public boolean mouseDown(Event e,
                           int mx,
                           int my)
Handle mouseDown events
Returns:
Returns a boolean which specifies whether the event handler should stop at this level or continue up the parent hierarchy.
Overrides:
mouseDown in class Component
 o mouseMove
  public boolean mouseMove(Event e,
                           int mx,
                           int my)
Handle mouseMove events
Returns:
Returns a boolean which specifies whether the event handler should stop at this level or continue up the parent hierarchy.
Overrides:
mouseMove 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index