JDatePicker v4.3

com.standbysoft.component.date.swing
Interface DateRenderer

All Known Implementing Classes:
DateRendererUIResource, DefaultDateRenderer

public interface DateRenderer

This interface defines the method required by any object that would like to be a renderer for dates in a JMonth.


Method Summary
 java.awt.Component getDateRendererComponent(JMonth month, java.util.Date date)
          Returns the component that is used to display a date in a month.
 

Method Detail

getDateRendererComponent

public java.awt.Component getDateRendererComponent(JMonth month,
                                                   java.util.Date date)
Returns the component that is used to display a date in a month.

Parameters:
month - month component for which the date is rendered
date - date that is rendered
Returns:
the component that is used to display a date in a month.

JDatePicker v4.3

Visit www.jdatepicker.com for further information or send us your suggestions.

Copyright © 2003-2007 Stand By Soft Ltd. All Rights Reserved.