Class XComponent

All Implemented Interfaces:
Serializable, FluentComponent, PropertyContainer

public class XComponent extends CalendarComponent
$Id$ Created on 3/11/2005 Implementation of an experimental component as defined in RFC2445.
See Also:
  • Constructor Details

    • XComponent

      public XComponent(String name)
      Creates a new experimental component with the specified name.
      Parameters:
      name - the name of the experimental component
    • XComponent

      public XComponent(String name, PropertyList properties)
      Creates a new experimental component with the specified name and properties.
      Parameters:
      name - the name of the experimental component
      properties - a list of properties
  • Method Details