Class tea.set.YearCalA
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.YearCalA

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----tea.set.BaseA
                                           |
                                           +----tea.set.YearCalA

public class YearCalA
extends BaseA
YearCalA is an applet wrapper for YearCal. it supports the following parameters:
YearCal.YEAR1
year
YearCal.MONTH1
month
YearCal.YEAR2
year
YearCal.MONTH2
month (inclusive)
YearCal.ROW
of month rows
YearCal.COL
of month columns
YearCal.TITLE
YearCal.TITLE
only display day matrix
YearCal.WEEK
display weekday header
YearCal.MONTH_WEEK
display month name and weekday header
YearCal.ALL
display year, month name and weekday header
YearCal.HIGHLIGHT
list of date or date range (dates separated by '-') to specify the days to highlight. The format for date is: mm/dd/yy.
See Also:
YearCal

Constructor Index

 o YearCalA()

Method Index

 o action(Event, Object)
 o init()
Applet initialization method.
 o main(String[])
 o parseDate(String)
Return a Date object by parsing the string parameter.

Constructors

 o YearCalA
  public YearCalA()

Methods

 o init
  public void init()
Applet initialization method.
Overrides:
init in class Applet
 o parseDate
  public Date parseDate(String str)
Return a Date object by parsing the string parameter. The format is: mm/dd/yy.
 o action
  public boolean action(Event e,
                        Object arg)
Overrides:
action in class Component
 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index