ilog.views.util.swing.calendar.plaf
Class BasicCalendarPanelUI.CalendarModelHandler

java.lang.Object
  extended by ilog.views.util.swing.calendar.plaf.BasicCalendarPanelUI.CalendarModelHandler
All Implemented Interfaces:
CalendarModelListener, EventListener
Enclosing class:
BasicCalendarPanelUI

public class BasicCalendarPanelUI.CalendarModelHandler
extends Object
implements CalendarModelListener

The CalendarModelListener that is added to the calendar panel's model as needed.

See Also:
BasicCalendarPanelUI.createCalendarModelListener()

Constructor Summary
BasicCalendarPanelUI.CalendarModelHandler()
          Creates a new CalendarModelHandler.
 
Method Summary
 void calendarChanged(CalendarModelEvent evt)
          Invoked when the value of the calendar panel's model has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCalendarPanelUI.CalendarModelHandler

public BasicCalendarPanelUI.CalendarModelHandler()
Creates a new CalendarModelHandler.

Method Detail

calendarChanged

public void calendarChanged(CalendarModelEvent evt)
Invoked when the value of the calendar panel's model has changed. This implementation repaints the calendar panel when the date has changed.

Specified by:
calendarChanged in interface CalendarModelListener
Parameters:
evt - The calendar model event.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.