Documentation of 'org.jdesktop.swingx.plaf.basic.CalendarRenderingHandler' Java class
CalendarRenderingHandler
org.jdesktop.swingx.plaf.basic

Interface CalendarRenderingHandler

  • All Known Implementing Classes:
    DemoCalendarRenderingHandler


    public interface CalendarRenderingHandler
    The RenderingHandler responsible for text rendering. It provides and configures a rendering component for the given cell of a JXMonthView.

    • Method Detail

      • prepareRenderingComponent

        javax.swing.JComponent prepareRenderingComponent(JXMonthView monthView,
                                                         java.util.Calendar calendar,
                                                         CalendarState state)
        Configures and returns a component for rendering of the given monthView cell.
        Parameters:
        monthView - the JXMonthView to render onto
        calendar - the cell value
        state - the DayState of the cell
        Returns:
        a component configured for rendering the given cell
      • setLocale

        void setLocale(java.util.Locale locale)
        Updates internal state to the given Locale. PENDING JW: ideally, the handler should be stateless and this method removed. Currently needed because there is no way to get the Locale from a Calendar.
        Parameters:
        locale - the new Locale.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.