public class BasicCalendarPanelUI.FocusHandler extends Object implements FocusListener
BasicCalendarPanelUI.installUI(javax.swing.JComponent)
time.Constructor and Description |
---|
FocusHandler()
Creates a new
FocusHandler . |
Modifier and Type | Method and Description |
---|---|
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.
|
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
e
- The focus event.public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
e
- The focus event.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.