|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvCalendarModel | |
|---|---|
| ilog.views.util.swing.calendar | Provides a set of Swing calendar components. |
| ilog.views.util.swing.calendar.event | Provides for events fired by the Swing calendar components. |
| Uses of IlvCalendarModel in ilog.views.util.swing.calendar |
|---|
| Classes in ilog.views.util.swing.calendar that implement IlvCalendarModel | |
|---|---|
class |
IlvAbstractCalendarModel
IlvAbstractCalendarModel is the superclass of all IlvCalendarModel
implementations. |
class |
IlvDefaultCalendarModel
IlvDefaultCalendarModel is a default implementation of the
IlvCalendarModel interface. |
| Methods in ilog.views.util.swing.calendar that return IlvCalendarModel | |
|---|---|
protected IlvCalendarModel |
IlvJTimeChooser.createDefaultModel()
Returns the default calendar model object for this component, which is an IlvDefaultCalendarModel. |
protected IlvCalendarModel |
IlvJCalendarPanel.createDefaultModel()
Returns the default calendar model object for this panel, which is an IlvDefaultCalendarModel. |
protected IlvCalendarModel |
IlvJCalendar.createDefaultModel()
Returns the default calendar model object for this component, which is an IlvDefaultCalendarModel. |
protected IlvCalendarModel |
IlvJMonthScroller.createDefaultModel()
Returns the default calendar model object for this component, which is an IlvDefaultCalendarModel. |
IlvCalendarModel |
IlvJTimeChooser.getModel()
Returns the data model that holds the calendar displayed by the time chooser. |
IlvCalendarModel |
IlvJCalendarPanel.getModel()
Returns the data model that holds the calendar displayed by the panel. |
IlvCalendarModel |
IlvJCalendar.getModel()
Returns the data model that holds the calendar displayed by the calendar component. |
IlvCalendarModel |
IlvJMonthScroller.getModel()
Returns the data model that holds the calendar displayed by the month scroller. |
| Methods in ilog.views.util.swing.calendar with parameters of type IlvCalendarModel | |
|---|---|
void |
IlvJTimeChooser.setModel(IlvCalendarModel model)
Sets the data model that holds the calendar displayed by the time chooser. |
void |
IlvJCalendarPanel.setModel(IlvCalendarModel model)
Sets the data model that holds the calendar displayed by the panel. |
void |
IlvJCalendar.setModel(IlvCalendarModel model)
Sets the data model that holds the calendar displayed by the calendar component. |
void |
IlvJMonthScroller.setModel(IlvCalendarModel model)
Sets the data model that holds the calendar displayed by the month scroller. |
| Constructors in ilog.views.util.swing.calendar with parameters of type IlvCalendarModel | |
|---|---|
IlvJCalendar(IlvCalendarModel model)
Creates a new IlvJCalendar that is initialized with the specified data
model. |
|
IlvJCalendarPanel(IlvCalendarModel model)
Creates a new IlvJCalendarPanel that is initialized with the specified
data model. |
|
IlvJMonthScroller(IlvCalendarModel model)
Creates a new IlvJMonthScroller that is initialized with the specified
data model. |
|
IlvJTimeChooser(IlvCalendarModel model)
Creates a new IlvJTimeChooser that is initialized with the
specified data model. |
|
| Uses of IlvCalendarModel in ilog.views.util.swing.calendar.event |
|---|
| Constructors in ilog.views.util.swing.calendar.event with parameters of type IlvCalendarModel | |
|---|---|
CalendarModelEvent(IlvCalendarModel source,
Calendar oldValue,
Calendar newValue)
Creates a new CalendarModelEvent generated by the
specified calendar model. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||