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

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

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

public class Calendar
extends Dialog
Class Calendar.

Method Index

 o action(Event, Object)
Action handling routine.
 o getDateString(Date)
 o handleEvent(Event)
Handle events that occur with components in this container.
 o minimumSize()
 o mouseDown(Event, int, int)
Called if the mouse is down.
 o nextMonth()
 o paint(Graphics)
Paints the component.
 o prevMonth()
 o setButton(Button)
 o setDate(Date)
 o setLabel()

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 setDate
  public void setDate(Date d)
 o setButton
  public void setButton(Button l)
 o setLabel
  public void setLabel()
 o nextMonth
  public void nextMonth()
 o prevMonth
  public void prevMonth()
 o paint
  public void paint(Graphics g)
Paints the component.
Overrides:
paint in class Component
 o mouseDown
  public boolean mouseDown(Event e,
                           int mx,
                           int my)
Called if the mouse is down.
Overrides:
mouseDown in class Component
 o getDateString
  public String getDateString(Date d)

All Packages  Class Hierarchy  This Package  Previous  Next  Index