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
-
YearCalA()
-
-
action(Event, Object)
-
-
init()
- Applet initialization method.
-
main(String[])
-
-
parseDate(String)
- Return a Date object by parsing the string parameter.
YearCalA
public YearCalA()
init
public void init()
- Applet initialization method.
- Overrides:
- init in class Applet
parseDate
public Date parseDate(String str)
- Return a Date object by parsing the string parameter. The format
is: mm/dd/yy.
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index