Uses of Class
net.fortuna.ical4j.model.Calendar

Packages that use Calendar
net.fortuna.ical4j.data Contains types providing RFC2445 input, output and parsing functionality. 
net.fortuna.ical4j.transform Contains types used to transform an iCalendar component model according to RFC2446. 
net.fortuna.ical4j.util Contains utility types that provide supporting functionality for iCal4j. 
 

Uses of Calendar in net.fortuna.ical4j.data
 

Fields in net.fortuna.ical4j.data declared as Calendar
protected  Calendar CalendarBuilder.calendar
           
 

Methods in net.fortuna.ical4j.data that return Calendar
 Calendar CalendarBuilder.build(InputStream in)
          Builds an iCalendar model from the specified input stream.
 Calendar CalendarBuilder.build(Reader in)
          Builds an iCalendar model from the specified reader.
 Calendar CalendarBuilder.build(UnfoldingReader uin)
          Build an iCalendar model by parsing data from the specified reader.
 

Methods in net.fortuna.ical4j.data with parameters of type Calendar
 void CalendarOutputter.output(Calendar calendar, OutputStream out)
          Outputs an iCalender string to the specified output stream.
 void CalendarOutputter.output(Calendar calendar, Writer out)
          Outputs an iCalender string to the specified writer.
 

Uses of Calendar in net.fortuna.ical4j.transform
 

Methods in net.fortuna.ical4j.transform that return Calendar
 Calendar PublishTransformer.transform(Calendar calendar)
           
abstract  Calendar Transformer.transform(Calendar calendar)
          Transforms the specified calendar according to the implementation of this method.
 Calendar Transformer.transform(Component component)
          Transforms the specified component according to the transformer implementation.
 Calendar Transformer.wrap(Component component)
          Wraps a component in a calendar.
 

Methods in net.fortuna.ical4j.transform with parameters of type Calendar
 Calendar PublishTransformer.transform(Calendar calendar)
           
abstract  Calendar Transformer.transform(Calendar calendar)
          Transforms the specified calendar according to the implementation of this method.
 

Uses of Calendar in net.fortuna.ical4j.util
 

Methods in net.fortuna.ical4j.util that return Calendar
static Calendar Calendars.load(String filename)
          Loads a calendar from the specified file.
static Calendar Calendars.merge(Calendar c1, Calendar c2)
          Merge all properties and components from two specified calendars into one instance.
 

Methods in net.fortuna.ical4j.util with parameters of type Calendar
static Calendar Calendars.merge(Calendar c1, Calendar c2)
          Merge all properties and components from two specified calendars into one instance.
 



Copyright © 2004-2007 Modularity. All Rights Reserved.