Package | Description |
---|---|
ilog.views.util.swing.calendar |
Provides a set of Swing calendar components.
|
ilog.views.util.swing.calendar.plaf |
Provides the pluggable look-and-feel implementations for the Swing calendar components.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultCalendarCellRenderer
IlvDefaultCalendarCellRenderer is the default class for
rendering day cells in an IlvJCalendarPanel . |
Modifier and Type | Method and Description |
---|---|
IlvCalendarCellRenderer |
IlvJCalendarPanel.getCellRenderer()
Returns the object that renders the day cells.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJCalendarPanel.setCellRenderer(IlvCalendarCellRenderer cellRenderer)
Sets the object that renders the day cells.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicCalendarPanelUI.paintCell(Graphics g,
Rectangle cellRect,
int row,
int column,
IlvCalendarCellRenderer cellRenderer,
Calendar calendar,
boolean prevMonth,
boolean nextMonth,
boolean selected)
Paints one day cell of the calendar panel.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.