com.jidesoft.plaf.basic
Class ExComboBoxFocusListener
java.lang.Object
com.jidesoft.plaf.basic.ExComboBoxFocusListener
- All Implemented Interfaces:
- FocusListener, EventListener
public class ExComboBoxFocusListener
- extends Object
- implements FocusListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_focusListener
protected FocusListener _focusListener
_comboBox
protected ExComboBox _comboBox
ExComboBoxFocusListener
public ExComboBoxFocusListener(ExComboBox comboBox,
FocusListener focusListener)
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interface FocusListener