Uses of Interface
com.cc.framework.ui.model.RecurrencePattern

Packages that use RecurrencePattern
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

Uses of RecurrencePattern in com.cc.framework.ui.control
 

Methods in com.cc.framework.ui.control that return RecurrencePattern
 RecurrencePattern RecurrencePatternControl.setToPattern(RecurrencePattern pattern)
          Initializes the given recurrence pattern with the values from the control.
 

Methods in com.cc.framework.ui.control with parameters of type RecurrencePattern
 void RecurrencePatternControl.setFromPattern(RecurrencePattern pattern)
          Initializes the controls variables from the given recurrence pattern
 RecurrencePattern RecurrencePatternControl.setToPattern(RecurrencePattern pattern)
          Initializes the given recurrence pattern with the values from the control.
 

Uses of RecurrencePattern in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return RecurrencePattern
 RecurrencePattern RecurrenceException.getRecurrencePattern()
          Gets the RecurrencePattern object associated with this exception.
 RecurrencePattern Appointment.getRecurrencePattern()
          Returns the Recurrence Pattern for recurring appointments
 

Uses of RecurrencePattern in com.cc.framework.ui.model.imp
 

Classes in com.cc.framework.ui.model.imp that implement RecurrencePattern
 class RecurrencePatternImp
          Recurrence pattern for appointments
 

Fields in com.cc.framework.ui.model.imp declared as RecurrencePattern
protected  RecurrencePattern RecurrencePatternImp.AbstractRecurrenceIterator.pattern
          The recurrence pattern that specifies the occurrences
private  RecurrencePattern AppointmentImp.pattern
          The recurrence pattern for recurring appointments
 

Methods in com.cc.framework.ui.model.imp that return RecurrencePattern
 RecurrencePattern AppointmentImp.getRecurrencePattern()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type RecurrencePattern
 AppointmentImp AppointmentImp.setRecurrencePattern(RecurrencePattern pattern)
          Sets the recurrence pattern for recurring appointments
 

Constructors in com.cc.framework.ui.model.imp with parameters of type RecurrencePattern
RecurrencePatternImp.AbstractRecurrenceIterator(RecurrencePattern pattern)
          Constructor
RecurrencePatternImp.DailyIterator(RecurrencePattern pattern)
          Constructor
RecurrencePatternImp.WeeklyIterator(RecurrencePattern pattern)
          Constructor
RecurrencePatternImp.MonthlyIterator(RecurrencePattern pattern)
          Constructor
RecurrencePatternImp.MonthlyNthIterator(RecurrencePattern pattern)
          Constructor
RecurrencePatternImp.YearlyIterator(RecurrencePattern pattern)
          Constructor
RecurrencePatternImp.YearlyNthIterator(RecurrencePattern pattern)
          Constructor
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.