|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CalendarModelListener | |
|---|---|
| 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 CalendarModelListener in ilog.views.util.swing.calendar |
|---|
| Methods in ilog.views.util.swing.calendar with parameters of type CalendarModelListener | |
|---|---|
void |
IlvAbstractCalendarModel.addCalendarModelListener(CalendarModelListener l)
Adds a listener to the list that is notified each time a change to the calendar occurs. |
void |
IlvCalendarModel.addCalendarModelListener(CalendarModelListener l)
Adds a listener to the list that is notified each time a change to the calendar occurs. |
void |
IlvAbstractCalendarModel.removeCalendarModelListener(CalendarModelListener l)
Removes a listener from the list that is notified each time a change to the calendar occurs. |
void |
IlvCalendarModel.removeCalendarModelListener(CalendarModelListener l)
Removes a listener from the list that is notified each time a change to the calendar occurs. |
| Uses of CalendarModelListener in ilog.views.util.swing.calendar.plaf |
|---|
| Classes in ilog.views.util.swing.calendar.plaf that implement CalendarModelListener | |
|---|---|
class |
BasicCalendarPanelUI.CalendarModelHandler
The CalendarModelListener that is added to the calendar panel's
model as needed. |
class |
BasicMonthScrollerUI.CalendarModelHandler
The CalendarModelListener that is added to the month scroller's
model as needed. |
class |
BasicTimeChooserUI.CalendarModelHandler
The CalendarModelListener that is added to the time chooser's
model as needed. |
| Fields in ilog.views.util.swing.calendar.plaf declared as CalendarModelListener | |
|---|---|
protected CalendarModelListener |
BasicCalendarPanelUI.modelListener
The listener for changes to the calendar data model. |
protected CalendarModelListener |
BasicMonthScrollerUI.modelListener
The listener for changes to the calendar data model. |
protected CalendarModelListener |
BasicTimeChooserUI.modelListener
The listener for changes to the calendar data model. |
| Methods in ilog.views.util.swing.calendar.plaf that return CalendarModelListener | |
|---|---|
protected CalendarModelListener |
BasicCalendarPanelUI.createCalendarModelListener()
Creates an instance of BasicCalendarPanelUI.CalendarModelHandler that is added to
the calendar panel's model as needed. |
protected CalendarModelListener |
BasicMonthScrollerUI.createCalendarModelListener()
Creates an instance of BasicMonthScrollerUI.CalendarModelHandler that is added to
the month scroller's model as needed. |
protected CalendarModelListener |
BasicTimeChooserUI.createCalendarModelListener()
Creates an instance of BasicTimeChooserUI.CalendarModelHandler that is added to
the time chooser's model as needed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||