Class tea.set.MonthCalA
All Packages Class Hierarchy This Package Previous Next Index
Class tea.set.MonthCalA
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tea.set.BaseA
|
+----tea.set.MonthCalA
- public class MonthCalA
- extends BaseA
MonthCalA is an applet wrapper for MonthCal widget. It has a look and
like similar to the monthly organizor, with days of a month layed out
in a grid, and each day can contain a text note.
Parameters supported by MonthCalA include:
- MonthCal.YEAR
- the year of the month of this monthcal.
- MonthCal.MONTH
- the month of the monthcal.
- MonthCal.NOTES$d
- $d is a day number, from 1 to the number of
days in the specified month. The of the parameter value is a string
that will be the notes attached to the specified day, $d. Multiple
lines in the notes can be separated by \n.
MonthCal does not handle the action events caused by notes change.
A new applet class can be created to override the action() method
to provide appropriate semantics for the action.
- See Also:
- MonthCal
-
MonthCalA()
- Applet constructor.
-
init()
- Applet initialization method.
MonthCalA
public MonthCalA()
- Applet constructor.
init
public void init()
- Applet initialization method.
- Overrides:
- init in class Applet
All Packages Class Hierarchy This Package Previous Next Index