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

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

public class BasicCalendarPanelUI.FocusHandler
extends Object
implements FocusListener

The focus listener that is added to the calendar panel at BasicCalendarPanelUI.installUI(javax.swing.JComponent) time.

See Also:
BasicCalendarPanelUI.createFocusListener()

Constructor Summary
BasicCalendarPanelUI.FocusHandler()
          Creates a new FocusHandler.
 
Method Summary
 void focusGained(FocusEvent e)
          Invoked when the calendar panel gains the keyboard focus.
 void focusLost(FocusEvent e)
          Invoked when the calendar panel loses the keyboard focus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCalendarPanelUI.FocusHandler

public BasicCalendarPanelUI.FocusHandler()
Creates a new FocusHandler.

Method Detail

focusGained

public void focusGained(FocusEvent e)
Invoked when the calendar panel gains the keyboard focus.

Specified by:
focusGained in interface FocusListener
Parameters:
e - The focus event.

focusLost

public void focusLost(FocusEvent e)
Invoked when the calendar panel loses the keyboard focus.

Specified by:
focusLost in interface FocusListener
Parameters:
e - The focus event.


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