|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvJCalendarPanel | |
|---|---|
| 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. |
| Uses of IlvJCalendarPanel in ilog.views.util.swing.calendar |
|---|
| Methods in ilog.views.util.swing.calendar that return IlvJCalendarPanel | |
|---|---|
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. |
| Methods in ilog.views.util.swing.calendar with parameters of type IlvJCalendarPanel | |
|---|---|
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 |
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 |
IlvCalendarHeaderRenderer.getCalendarHeaderRendererComponent(IlvJCalendarPanel calendarPanel,
Calendar calendar,
int column)
Returns a component that has been configured to render the specified day-of-week column header. |
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. |
void |
IlvJCalendar.setCalendarPanel(IlvJCalendarPanel panel)
Sets the calendar panel at the bottom of this component. |
| Uses of IlvJCalendarPanel in ilog.views.util.swing.calendar.plaf |
|---|
| Fields in ilog.views.util.swing.calendar.plaf declared as IlvJCalendarPanel | |
|---|---|
protected IlvJCalendarPanel |
BasicCalendarPanelUI.calendarPanel
The IlvJCalendarPanel that we're a UI delegate for. |
| Methods in ilog.views.util.swing.calendar.plaf with parameters of type IlvJCalendarPanel | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||