|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.skins.styles.CalendarSkinStyle
com.imagine.component.calendar.skins.external.CalendarSkinStyleExternal
Defines a calendar skin style that can be loaded from an external inputStream.
Constructor Summary | |
CalendarSkinStyleExternal(java.io.InputStream inputStream)
|
Method Summary | |
void |
applyStyle(CalendarSkin calendarSkin)
Applies this style on the specified skin. |
java.lang.String |
getName()
Get the name of the style. |
static void |
saveSkin(CalendarSkin calendarSkin,
java.io.OutputStream outputStream)
Saves the specified calendar skin into the specified file. |
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 |
public CalendarSkinStyleExternal(java.io.InputStream inputStream) throws java.io.FileNotFoundException, org.xml.sax.SAXException, java.io.IOException, javax.xml.parsers.ParserConfigurationException, javax.xml.parsers.FactoryConfigurationError
Method Detail |
public static void saveSkin(CalendarSkin calendarSkin, java.io.OutputStream outputStream) throws org.xml.sax.SAXException, java.io.IOException, javax.xml.parsers.ParserConfigurationException, javax.xml.parsers.FactoryConfigurationError
calendarSkin
- The calendarSkin to be saved.outputStream
- The outputStream into which the specified skin will be saved.
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError
public void applyStyle(CalendarSkin calendarSkin) throws CalendarPropertyException
applyStyle
in class CalendarSkinStyle
calendarSkin
- The calendarSkin on which the style is applied.
CalendarPropertyException
public java.lang.String getName()
getName
in class CalendarSkinStyle
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |