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

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

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

public class ReserveList1Hotel
extends Panel
Class ReserveList1Hotel.

Method Index

 o getData()
Get data from server
 o handleEvent(Event)
Handle events that occur with components in this container.
 o paint(Graphics)
Paints the Panel.

Methods

 o paint
  public void paint(Graphics g)
Paints the Panel. Add specialized functionality for this Panel between the paint protect block.
Overrides:
paint in class Component
 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 getData
  public void getData()
Get data from server

All Packages  Class Hierarchy  This Package  Previous  Next  Index