JIDE 3.5.15

com.jidesoft.plaf.basic
Class ExComboBoxFocusListener

java.lang.Object
  extended by com.jidesoft.plaf.basic.ExComboBoxFocusListener
All Implemented Interfaces:
FocusListener, EventListener

public class ExComboBoxFocusListener
extends Object
implements FocusListener


Field Summary
protected  ExComboBox _comboBox
           
protected  FocusListener _focusListener
           
 
Constructor Summary
ExComboBoxFocusListener(ExComboBox comboBox, FocusListener focusListener)
           
 
Method Summary
 void focusGained(FocusEvent e)
           
 void focusLost(FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_focusListener

protected FocusListener _focusListener

_comboBox

protected ExComboBox _comboBox
Constructor Detail

ExComboBoxFocusListener

public ExComboBoxFocusListener(ExComboBox comboBox,
                               FocusListener focusListener)
Method Detail

focusGained

public void focusGained(FocusEvent e)
Specified by:
focusGained in interface FocusListener

focusLost

public void focusLost(FocusEvent e)
Specified by:
focusLost in interface FocusListener

JIDE 3.5.15