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

Packages that use ComponentList
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. 
 

Uses of ComponentList in net.fortuna.ical4j.model
 

Methods in net.fortuna.ical4j.model that return ComponentList
 ComponentList Calendar.getComponents()
           
 ComponentList Calendar.getComponents(String name)
          Convenience method for retrieving a list of named components.
 ComponentList ComponentList.getComponents(String name)
          Returns a list containing all components with specified name.
 ComponentList IndexedComponentList.getComponents(String propertyValue)
          Returns a list of components containing a property with the specified value.
 

Methods in net.fortuna.ical4j.model with parameters of type ComponentList
 Component ComponentFactory.createComponent(String name, PropertyList properties, ComponentList components)
          Creates a component which contains sub-components.
 

Constructors in net.fortuna.ical4j.model with parameters of type ComponentList
Calendar(ComponentList components)
          Constructs a new calendar with no properties and the specified components.
Calendar(PropertyList p, ComponentList c)
          Constructor.
IndexedComponentList(ComponentList list, String propertyName)
          Creates a new instance indexed on properties with the specified name.
 

Uses of ComponentList in net.fortuna.ical4j.model.component
 

Methods in net.fortuna.ical4j.model.component that return ComponentList
 ComponentList VEvent.getAlarms()
          Returns the list of alarms for this event.
 ComponentList VToDo.getAlarms()
          Returns the list of alarms for this todo.
 ComponentList VTimeZone.getObservances()
           
 

Constructors in net.fortuna.ical4j.model.component with parameters of type ComponentList
VEvent(PropertyList properties, ComponentList alarms)
          Constructor.
VFreeBusy(VFreeBusy request, ComponentList components)
          Constructs a new VFreeBusy instance represeting a reply to the specified VFREEBUSY request according to the specified list of components.
VTimeZone(ComponentList observances)
          Constructs a new vtimezone component with no properties and the specified list of type components.
VTimeZone(PropertyList properties, ComponentList observances)
          Constructor.
 



Copyright © 2004-2007 Modularity. All Rights Reserved.