Uses of Interface
net.fortuna.ical4j.model.TimeZoneRegistry

Packages that use TimeZoneRegistry
net.fortuna.ical4j.data Contains types providing RFC2445 input, output and parsing functionality. 
net.fortuna.ical4j.model Contains core types used to define the iCalendar model. 
 

Uses of TimeZoneRegistry in net.fortuna.ical4j.data
 

Methods in net.fortuna.ical4j.data that return TimeZoneRegistry
 TimeZoneRegistry CalendarBuilder.getRegistry()
          Returns the timezone registry used in the construction of calendars.
 

Constructors in net.fortuna.ical4j.data with parameters of type TimeZoneRegistry
CalendarBuilder(CalendarParser parser, TimeZoneRegistry registry)
          Constructs a new instance using the specified parser and registry.
CalendarBuilder(TimeZoneRegistry registry)
          Constructs a new calendar builder using the specified timezone registry.
 

Uses of TimeZoneRegistry in net.fortuna.ical4j.model
 

Classes in net.fortuna.ical4j.model that implement TimeZoneRegistry
 class TimeZoneRegistryImpl
          The default implementation of a TimeZoneRegistry.
 

Methods in net.fortuna.ical4j.model that return TimeZoneRegistry
abstract  TimeZoneRegistry TimeZoneRegistryFactory.createRegistry()
          Returns a new instance of the configured TimeZoneRegistry.
 TimeZoneRegistry DefaultTimeZoneRegistryFactory.createRegistry()
           
 



Copyright © 2004-2007 Modularity. All Rights Reserved.