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, PropertyFactoryRegistry propertyFactoryRegistry, ParameterFactoryRegistry parameterFactoryRegistry, TimeZoneRegistry tzRegistry)
           
CalendarBuilder(CalendarParser parser, TimeZoneRegistry tzRegistry)
          Constructs a new instance using the specified parser and registry.
CalendarBuilder(TimeZoneRegistry tzRegistry)
          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
          $Id$ Created on 18/09/2005 The default implementation of a TimeZoneRegistry.
 

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



Copyright © 2004-2012 Micronode. All Rights Reserved.