BasicMonthViewUI.RenderingHandler
public interface CalendarRenderingHandler
Modifier and Type | Method | Description |
---|---|---|
JComponent |
prepareRenderingComponent(JXMonthView monthView,
Calendar calendar,
CalendarState state) |
Configures and returns a component for rendering of the given monthView cell.
|
void |
setLocale(Locale locale) |
Updates internal state to the given Locale.
|
JComponent prepareRenderingComponent(JXMonthView monthView, Calendar calendar, CalendarState state)
monthView
- the JXMonthView to render ontocalendar
- the cell valuestate
- the DayState of the cellvoid setLocale(Locale locale)
locale
- the new Locale.Copyright © 2018. All rights reserved.