org.xnap.gui.component
Class HistoryComboBox.FocusHandler

java.lang.Object
  extended by java.awt.event.FocusAdapter
      extended by org.xnap.gui.component.HistoryComboBox.FocusHandler
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
HistoryComboBox

public class HistoryComboBox.FocusHandler
extends java.awt.event.FocusAdapter

Make sure a valid item is selected when focus is lost.


Constructor Summary
HistoryComboBox.FocusHandler()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryComboBox.FocusHandler

public HistoryComboBox.FocusHandler()
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener
Overrides:
focusGained in class java.awt.event.FocusAdapter

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener
Overrides:
focusLost in class java.awt.event.FocusAdapter


Copyright © 2001-2005 XNap Team. All Rights Reserved.