public interface CalendarRenderingHandler
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
prepareRenderingComponent(JXMonthView monthView,
java.util.Calendar calendar,
CalendarState state)
Configures and returns a component for rendering of the given monthView cell.
|
void |
setLocale(java.util.Locale locale)
Updates internal state to the given Locale.
|
javax.swing.JComponent prepareRenderingComponent(JXMonthView monthView, java.util.Calendar calendar, CalendarState state)
monthView - the JXMonthView to render ontocalendar - the cell valuedayState - the DayState of the cellvoid setLocale(java.util.Locale locale)
locale - the new Locale.