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 | Method and Description |
---|---|
protected IlvJCalendarPanel |
IlvJCalendar.createDefaultCalendarPanel()
Returns the default calendar panel for this component, which is an
IlvJCalendarPanel . |
IlvJCalendarPanel |
IlvJCalendar.getCalendarPanel()
Returns the calendar panel at the bottom of this component.
|
Modifier and Type | Method and Description |
---|---|
Component |
IlvDefaultCalendarCellRenderer.getCalendarCellRendererComponent(IlvJCalendarPanel calendarPanel,
Calendar calendar,
int row,
int column,
boolean isPrevMonth,
boolean isNextMonth,
boolean isSelected,
boolean hasFocus)
Returns a
JLabel that has been configured to render the specified day
cell and value. |
Component |
IlvCalendarCellRenderer.getCalendarCellRendererComponent(IlvJCalendarPanel calendarPanel,
Calendar calendar,
int row,
int column,
boolean isPrevMonth,
boolean isNextMonth,
boolean isSelected,
boolean hasFocus)
Returns a component that has been configured to render the specified day
cell and value.
|
Component |
IlvDefaultCalendarHeaderRenderer.getCalendarHeaderRendererComponent(IlvJCalendarPanel calendarPanel,
Calendar calendar,
int column)
Returns a
JLabel that has been configured to render the specified
day-of-week column header. |
Component |
IlvCalendarHeaderRenderer.getCalendarHeaderRendererComponent(IlvJCalendarPanel calendarPanel,
Calendar calendar,
int column)
Returns a component that has been configured to render the specified
day-of-week column header.
|
void |
IlvJCalendar.setCalendarPanel(IlvJCalendarPanel panel)
Sets the calendar panel at the bottom of this component.
|
Modifier and Type | Field and Description |
---|---|
protected IlvJCalendarPanel |
BasicCalendarPanelUI.calendarPanel
The
IlvJCalendarPanel that we're a UI delegate for. |
Modifier and Type | Method and Description |
---|---|
abstract Calendar |
CalendarPanelUI.getCellDate(IlvJCalendarPanel calendarPanel,
int row,
int column)
Returns the date displayed in the day cell that lies at the intersection of
the specified week
row and day-of-week column . |
Calendar |
BasicCalendarPanelUI.getCellDate(IlvJCalendarPanel calendarPanel,
int row,
int column)
Returns the date displayed in the day cell that lies at the intersection of
the specified week
row and day-of-week column . |
abstract Rectangle |
CalendarPanelUI.getCellRect(IlvJCalendarPanel calendarPanel,
int row,
int column)
Returns a rectangle for the day cell that lies at the intersection of the
specified week
row and day-of-week column . |
Rectangle |
BasicCalendarPanelUI.getCellRect(IlvJCalendarPanel calendarPanel,
int row,
int column)
Returns a rectangle for the day cell that lies at the intersection of the
specified week
row and day-of-week column . |
abstract int |
CalendarPanelUI.getColumnAtPoint(IlvJCalendarPanel calendarPanel,
Point point)
Returns the index of the day-of-week column that
point lies
in. |
int |
BasicCalendarPanelUI.getColumnAtPoint(IlvJCalendarPanel calendarPanel,
Point point)
Returns the index of the day-of-week column that
point lies
in. |
abstract int |
CalendarPanelUI.getColumnCount(IlvJCalendarPanel calendarPanel)
Returns the number of day-of-week columns in the specified calendar panel.
|
int |
BasicCalendarPanelUI.getColumnCount(IlvJCalendarPanel calendarPanel)
Returns the number of day-of-week columns in the specified calendar panel.
|
abstract int |
CalendarPanelUI.getColumnWidth(IlvJCalendarPanel calendarPanel)
Returns the width of the day-of-week columns in the specified calendar panel.
|
int |
BasicCalendarPanelUI.getColumnWidth(IlvJCalendarPanel calendarPanel)
Returns the width of the day-of-week columns in the specified calendar panel.
|
abstract int |
CalendarPanelUI.getRowAtPoint(IlvJCalendarPanel calendarPanel,
Point point)
Returns the index of the week row that
point lies in. |
int |
BasicCalendarPanelUI.getRowAtPoint(IlvJCalendarPanel calendarPanel,
Point point)
Returns the index of the week row that
point lies in. |
abstract int |
CalendarPanelUI.getRowCount(IlvJCalendarPanel calendarPanel)
Returns the number of week rows in the specified calendar panel.
|
int |
BasicCalendarPanelUI.getRowCount(IlvJCalendarPanel calendarPanel)
Returns the number of week rows in the specified calendar panel.
|
abstract int |
CalendarPanelUI.getRowHeight(IlvJCalendarPanel calendarPanel)
Returns the height of the week rows in the specified calendar panel.
|
int |
BasicCalendarPanelUI.getRowHeight(IlvJCalendarPanel calendarPanel)
Returns the height of the week rows in the specified calendar panel.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.