com.pallas.swing.date
Class DateFocusListener

java.lang.Object
  |
  +--com.pallas.swing.date.DateFocusListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.FocusListener

public class DateFocusListener
extends java.lang.Object
implements java.awt.event.FocusListener

Title: $FileName: DateFocusListener.java$

Version:
$VerNum: 6$
Author:
$AuthorName: Rob MacGrogan$

$Description: Focus listener for DateComboBox component.$
$KeyWordsOff: $


Field Summary
private static long LOST_INTERVAL
           
(package private)  DateComboBox parent
           
private  java.lang.Object prevSelection
           
 
Constructor Summary
DateFocusListener(DateComboBox parent)
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent ev)
           
 void focusLost(java.awt.event.FocusEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prevSelection

private java.lang.Object prevSelection

parent

DateComboBox parent

LOST_INTERVAL

private static final long LOST_INTERVAL
See Also:
Constant Field Values
Constructor Detail

DateFocusListener

public DateFocusListener(DateComboBox parent)
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent ev)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent ev)
Specified by:
focusLost in interface java.awt.event.FocusListener


Copyright © 2003 Pallas Technology.