Uses of Interface
com.ibm.calendar.Plugin

Packages that use Plugin
com.ibm.calendar   
 

Uses of Plugin in com.ibm.calendar
 

Classes in com.ibm.calendar that implement Plugin
 class DayPlugin
          Divides a day into several pieces of time and allows the selection of one or more time intervals.
 class 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.
 class 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).
 

Methods in com.ibm.calendar with parameters of type Plugin
 void Calendar.setInputPlugin(Plugin inputPlugin)
          Sets the inputPlugin property (com.ibm.calendar.Plugin) value.