|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DateRenderer
Implement this interface if you want to highlight special days or
show tooltip for some days. Use DateRendererAdapter
if you
want to work with Date objects.
Method Summary | |
---|---|
Color |
getBackgroundColor(int dayOfWeek,
int day,
int month,
int year)
Specifies a special background color for the passed day. |
String |
getToolTipText(int dayOfWeek,
int day,
int month,
int year)
Specifies a tooltip text for the passed day. |
Method Detail |
---|
Color getBackgroundColor(int dayOfWeek, int day, int month, int year)
String getToolTipText(int dayOfWeek, int day, int month, int year)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |