net.sf.sbcc.componentcombo.plaf.basic
Class BasicComponentComboBoxUI.FocusHandler

java.lang.Object
  extended by net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboBoxUI.FocusHandler
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
BasicComponentComboBoxUI

public class BasicComponentComboBoxUI.FocusHandler
extends java.lang.Object
implements java.awt.event.FocusListener

This listener hides the popup when the focus is lost. It also repaints when focus is gained or lost. This public inner class should be treated as protected. Instantiate it only within subclasses of BasicComboBoxUI.


Constructor Summary
BasicComponentComboBoxUI.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

BasicComponentComboBoxUI.FocusHandler

public BasicComponentComboBoxUI.FocusHandler()
Method Detail

focusGained

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

focusLost

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