|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.skin.ComponentSkin
pivot.wtk.skin.ContainerSkin
pivot.wtk.skin.CalendarSkin
public abstract class CalendarSkin
Abstract base class for calendar skins.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class pivot.wtk.skin.ContainerSkin |
---|
ContainerSkin.IndexFocusTraversalPolicy |
Field Summary |
---|
Fields inherited from class pivot.wtk.skin.ComponentSkin |
---|
SHOW_TOOLTIP_TIMEOUT |
Constructor Summary | |
---|---|
CalendarSkin()
|
Method Summary | |
---|---|
void |
install(Component component)
Associates a skin with a component. |
void |
localeChanged(Calendar calendar,
java.util.Locale previousLocale)
Called when a calendar's locale has changed. |
void |
monthChanged(Calendar calendar,
int previousMonth)
Called when a calendar's month value has changed. |
void |
selectedDateChanged(Calendar calendar,
CalendarDate previousSelectedDate)
Called when a calendar's selected date has changed. |
void |
selectedDateKeyChanged(Calendar calendar,
java.lang.String previousSelectedDateKey)
Called when a calendar's selected date key has changed. |
void |
uninstall()
Dissociates a skin from a component. |
void |
yearChanged(Calendar calendar,
int previousYear)
Called when a calendar's year value has changed. |
Methods inherited from class pivot.wtk.skin.ContainerSkin |
---|
componentInserted, componentsRemoved, contextKeyChanged, focusTraversalPolicyChanged, getBackgroundColor, getBackgroundPaint, getPreferredHeight, getPreferredWidth, isFocusable, paint, setBackgroundColor, setBackgroundColor, setBackgroundPaint |
Methods inherited from class pivot.wtk.skin.ComponentSkin |
---|
cursorChanged, decodeColor, displayableChanged, enabledChanged, focusedChanged, getComponent, getHeight, getPreferredSize, getWidth, invalidateComponent, keyPressed, keyReleased, keyTyped, locationChanged, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, styleUpdated, tooltipTextChanged, visibleChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface pivot.wtk.Skin |
---|
layout |
Constructor Detail |
---|
public CalendarSkin()
Method Detail |
---|
public void install(Component component)
Skin
install
in interface Skin
install
in class ContainerSkin
component
- The component to which the skin is being attached.public void uninstall()
Skin
uninstall
in interface Skin
uninstall
in class ContainerSkin
public void yearChanged(Calendar calendar, int previousYear)
CalendarListener
yearChanged
in interface CalendarListener
public void monthChanged(Calendar calendar, int previousMonth)
CalendarListener
monthChanged
in interface CalendarListener
public void selectedDateKeyChanged(Calendar calendar, java.lang.String previousSelectedDateKey)
CalendarListener
selectedDateKeyChanged
in interface CalendarListener
public void localeChanged(Calendar calendar, java.util.Locale previousLocale)
CalendarListener
localeChanged
in interface CalendarListener
public void selectedDateChanged(Calendar calendar, CalendarDate previousSelectedDate)
CalendarSelectionListener
selectedDateChanged
in interface CalendarSelectionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |