|
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
Define the style of a skin. Applying a style on a skin will change some of the properties (colors, fonts, etc) of that skin.
Constructor Summary | |
CalendarSkinStyle()
|
Method Summary | |
abstract void |
applyStyle(CalendarSkin calendarSkin)
Applies this style on the specified skin. |
abstract java.lang.String |
getName()
Get the name of the style. |
java.lang.String |
toString()
A string representation of this style. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CalendarSkinStyle()
Method Detail |
public abstract void applyStyle(CalendarSkin calendarSkin) throws CalendarPropertyException
calendarSkin
- The calendarSkin on which the style is applied.
CalendarPropertyException
public abstract java.lang.String getName()
public java.lang.String toString()
|
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 |