Uses of Package
net.fortuna.ical4j.model

Packages that use net.fortuna.ical4j.model
net.fortuna.ical4j.data Contains types providing RFC2445 input, output and parsing functionality. 
net.fortuna.ical4j.filter Filtering rules that may be used on lists of components, properties or parameters. 
net.fortuna.ical4j.model Contains core types used to define the iCalendar model. 
net.fortuna.ical4j.model.component Contains types used to represent the iCalendar component model. 
net.fortuna.ical4j.model.parameter Contains types used to represent the iCalendar parameter model. 
net.fortuna.ical4j.model.property Contains types used to represent the iCalendar property model. 
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. 
 

Classes in net.fortuna.ical4j.model used by net.fortuna.ical4j.data
Calendar
          Defines an iCalendar calendar.
Component
          Defines an iCalendar component.
Property
          Defines an iCalendar property.
TimeZoneRegistry
          Implementors provide a list of timezone definitions applicable for use with iCalendar objects.
ValidationException
          An exception thrown during validation.
 

Classes in net.fortuna.ical4j.model used by net.fortuna.ical4j.filter
Component
          Defines an iCalendar component.
Period
          Defines a period of time.
Property
          Defines an iCalendar property.
 

Classes in net.fortuna.ical4j.model used by net.fortuna.ical4j.model
AbstractContentFactory
          Abstract implementation of a content factory.
Calendar
          Defines an iCalendar calendar.
Component
          Defines an iCalendar component.
ComponentFactory
          A factory for creating iCalendar components.
ComponentList
          Defines a list of iCalendar components.
Content
          Base class for calendar content in the form of properties and parameters.
Date
          Base class for all representations of time values in RFC2445.
DateList
          Defines a list of iCalendar dates.
DateTime
          Represents a time of day on a specific date.
Dur
          Represents a duration of time in iCalendar.
Iso8601
          Base class for date and time representations as defined by the ISO 8601 standard.
NumberList
          Defines a list of numbers.
Parameter
          Defines an iCalendar parameter.
ParameterFactory
          Implementors provide parameter creation services.
ParameterFactoryImpl
          A factory for creating iCalendar parameters.
ParameterList
          Defines a list of iCalendar parameters.
Period
          Defines a period of time.
PeriodList
          Defines a list of iCalendar periods.
Property
          Defines an iCalendar property.
PropertyFactory
          A factory for creating iCalendar properties.
PropertyFactoryImpl
          A factory for creating iCalendar properties.
PropertyList
          Defines a list of iCalendar properties.
TimeZone
          A Java timezone implementation based on an underlying VTimeZone definition.
TimeZoneRegistry
          Implementors provide a list of timezone definitions applicable for use with iCalendar objects.
TimeZoneRegistryFactory
          Provides access to the configured TimeZoneRegistry instance.
ValidationException
          An exception thrown during validation.
WeekDay
          Defines a day of the week with a possible offset related to a MONTHLY or YEARLY occurrence.
WeekDayList
          Defines a list of days.
 

Classes in net.fortuna.ical4j.model used by net.fortuna.ical4j.model.component
Component
          Defines an iCalendar component.
ComponentList
          Defines a list of iCalendar components.
Date
          Base class for all representations of time values in RFC2445.
DateTime
          Represents a time of day on a specific date.
Dur
          Represents a duration of time in iCalendar.
PeriodList
          Defines a list of iCalendar periods.
PropertyList
          Defines a list of iCalendar properties.
ValidationException
          An exception thrown during validation.
 

Classes in net.fortuna.ical4j.model used by net.fortuna.ical4j.model.parameter
AddressList
          Defines a list of iCalendar addresses.
Content
          Base class for calendar content in the form of properties and parameters.
Escapable
          Implementors by definition require their string value to be converted to/from an escaped form when converting to/from and iCalendar representation.
Parameter
          Defines an iCalendar parameter.
 

Classes in net.fortuna.ical4j.model used by net.fortuna.ical4j.model.property
CategoryList
          Defines a list of iCalendar categories.
Content
          Base class for calendar content in the form of properties and parameters.
Date
          Base class for all representations of time values in RFC2445.
DateList
          Defines a list of iCalendar dates.
DateTime
          Represents a time of day on a specific date.
Dur
          Represents a duration of time in iCalendar.
Escapable
          Implementors by definition require their string value to be converted to/from an escaped form when converting to/from and iCalendar representation.
LocationTypeList
          Defines a list of iCalendar location types.
ParameterList
          Defines a list of iCalendar parameters.
PeriodList
          Defines a list of iCalendar periods.
Property
          Defines an iCalendar property.
Recur
          Defines a recurrence.
ResourceList
          Defines a list of iCalendar resouces.
TimeZone
          A Java timezone implementation based on an underlying VTimeZone definition.
UtcOffset
          Represents a timezone offset from UTC time.
ValidationException
          An exception thrown during validation.
 

Classes in net.fortuna.ical4j.model used by net.fortuna.ical4j.transform
Calendar
          Defines an iCalendar calendar.
Component
          Defines an iCalendar component.
 

Classes in net.fortuna.ical4j.model used by net.fortuna.ical4j.util
Calendar
          Defines an iCalendar calendar.
Component
          Defines an iCalendar component.
Date
          Base class for all representations of time values in RFC2445.
Parameter
          Defines an iCalendar parameter.
ParameterList
          Defines a list of iCalendar parameters.
Property
          Defines an iCalendar property.
PropertyList
          Defines a list of iCalendar properties.
ValidationException
          An exception thrown during validation.
 



Copyright © 2004-2007 Modularity. All Rights Reserved.