Package com.ibm.calendar

Interface Summary
Plugin Plugin Interface was created to make a bridge between the calendar and the different plugins.
Theme Theme interface was created to pass theme information to the calendar.
 

Class Summary
BlueTheme  
BlueThemeBeanInfo The bean information class for com.ibm.calendar.BlueTheme.
Calendar  
CalendarBeanInfo The bean information class for com.ibm.calendar.Calendar.
CalendarFrame Title: Description: Copyright: Copyright (c) 2008 Company:
DayPlugin Divides a day into several pieces of time and allows the selection of one or more time intervals.
DayPluginBeanInfo The bean information class for com.ibm.calendar.DayPlugin.
GrayTheme  
GrayThemeBeanInfo The bean information class for com.ibm.calendar.GrayTheme.
Holiday Holiday class holds 4 numbers, representing a holiday.
NotePlugin NotePlugin bean that provides the user to add any note that you want with specified date from the calendar with a possibility to retrieve these data from Note.
NotePluginBeanInfo The bean information class for com.ibm.calendar.NotePlugin.
ToDoPlugin ToDoPlugin bean let the user to determin the date and time of a taske and return it to the user in the form of (date + time + todoitem).
ToDoPluginBeanInfo The bean information class for com.ibm.calendar.ToDoPlugin.