Java Calendar Component v3.1
www.java-calendar.com

com.imagine.component.calendar.skins.external
Class CalendarSkinStyleExternalURL

java.lang.Object
  extended bycom.imagine.component.calendar.skins.styles.CalendarSkinStyle
      extended bycom.imagine.component.calendar.skins.external.CalendarSkinStyleExternal
          extended bycom.imagine.component.calendar.skins.external.CalendarSkinStyleExternalURL

public class CalendarSkinStyleExternalURL
extends CalendarSkinStyleExternal

Defines a calendar skin style that can be loaded from an external URL.


Constructor Summary
CalendarSkinStyleExternalURL(java.net.URL url)
          Creates an CalendarSkinStyleExternalFile from the specified URL.
 
Methods inherited from class com.imagine.component.calendar.skins.external.CalendarSkinStyleExternal
applyStyle, getName, saveSkin
 
Methods inherited from class com.imagine.component.calendar.skins.styles.CalendarSkinStyle
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalendarSkinStyleExternalURL

public CalendarSkinStyleExternalURL(java.net.URL url)
                             throws java.io.FileNotFoundException,
                                    org.xml.sax.SAXException,
                                    java.io.IOException,
                                    javax.xml.parsers.ParserConfigurationException,
                                    javax.xml.parsers.FactoryConfigurationError
Creates an CalendarSkinStyleExternalFile from the specified URL.

Parameters:
url - The url from which this skinStyle is created.

Java Calendar Component v3.1
www.java-calendar.com