|
Calendar Component v5.1 www.calendarcomponent.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 |
getCalendarSkinStyleAdapter, getDynamicalCalendarSkinProperty, setCalendarSkinStyleAdapter, 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.lang.Exception
| Method Detail |
public static void saveSkin(CalendarSkin calendarSkin,
java.io.OutputStream outputStream)
throws java.lang.Exception
calendarSkin - The calendarSkin to be saved.outputStream - The outputStream into which the specified skin will be saved.
java.lang.Exception
public void applyStyle(CalendarSkin calendarSkin)
throws CalendarPropertyException
applyStyle in class CalendarSkinStylecalendarSkin - The calendarSkin on which the style is applied.
CalendarPropertyExceptionpublic java.lang.String getName()
getName in class CalendarSkinStyle
|
Calendar Component v5.1 www.calendarcomponent.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||