|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.renderers.CalendarRendererProvider
Define a renderer provider. A renderer provider choses the renderers which will be actually used to paint the table cells, the header cells, the week cells and the calendar background.
Field Summary | |
protected CalendarComponent |
calendarComponent
|
Constructor Summary | |
CalendarRendererProvider()
|
Method Summary | |
abstract CalendarBackgroundRenderer |
getBackgroundRenderer(CalendarBackgroundInfo calendarBackgroundInfo)
Get the background renderer which will be used to paint the calendar background. |
CalendarComponent |
getCalendarComponent()
Get the calendar component associated. |
abstract CalendarHeaderCellRenderer |
getHeaderCellRenderer(CalendarHeaderCellInfo calendarHeaderCellInfo)
Get the header cell renderer which will be used to paint the header cell. |
abstract java.lang.String |
getName()
Get the name of the provider. |
abstract CalendarStatusPanelRenderer |
getStatusPanelRenderer(CalendarStatusPanelInfo calendarStatusPanelInfo)
Get the renderer for the status panel. |
abstract CalendarTableCellRenderer |
getTableCellRenderer(CalendarTableCellInfo calendarTableCellInfo)
Get the table cell renderer which will be used to paint the table cell. |
abstract CalendarWeekCellRenderer |
getWeekCellRenderer(CalendarWeekCellInfo calendarWeekCellInfo)
Get the week cell renderer which will be used to paint the week cell. |
abstract boolean |
hasBackgroundRenderer()
Returns true if the specified calendar component associated has a background renderer. |
void |
setCalendarComponent(CalendarComponent calendarComponent)
Set the calendar component associated. |
java.lang.String |
toString()
A string representation of this provider. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected CalendarComponent calendarComponent
Constructor Detail |
public CalendarRendererProvider()
Method Detail |
public final void setCalendarComponent(CalendarComponent calendarComponent)
calendarComponent
- public final CalendarComponent getCalendarComponent()
public abstract CalendarTableCellRenderer getTableCellRenderer(CalendarTableCellInfo calendarTableCellInfo)
calendarTableCellInfo
- The calendar table cell info which contains informations about the current table cell.
public abstract CalendarHeaderCellRenderer getHeaderCellRenderer(CalendarHeaderCellInfo calendarHeaderCellInfo)
calendarHeaderCellInfo
- The calendar header cell info which contains informations about the current header cell.
public abstract CalendarWeekCellRenderer getWeekCellRenderer(CalendarWeekCellInfo calendarWeekCellInfo)
calendarWeekCellInfo
- The calendar week cell info which contains informations about the current week cell.
public abstract CalendarBackgroundRenderer getBackgroundRenderer(CalendarBackgroundInfo calendarBackgroundInfo)
calendarBackgroundInfo
- The calendar background info which contains informations about the calendar background.
public abstract boolean hasBackgroundRenderer()
public abstract CalendarStatusPanelRenderer getStatusPanelRenderer(CalendarStatusPanelInfo calendarStatusPanelInfo)
calendarStatusPanelInfo
- Contains informations about the status panel.
public abstract java.lang.String getName()
public java.lang.String toString()
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |