|
Quaqua 8.0 2011-10-02 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicComboBoxUI.FocusHandler
ch.randelshofer.quaqua.QuaquaComboBoxUI.GlowFocusHandler
public class QuaquaComboBoxUI.GlowFocusHandler
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 | |
|---|---|
QuaquaComboBoxUI.GlowFocusHandler()
|
|
| 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 |
|---|
public QuaquaComboBoxUI.GlowFocusHandler()
| Method Detail |
|---|
public void focusGained(java.awt.event.FocusEvent e)
focusGained in interface java.awt.event.FocusListenerfocusGained in class javax.swing.plaf.basic.BasicComboBoxUI.FocusHandlerpublic void focusLost(java.awt.event.FocusEvent e)
focusLost in interface java.awt.event.FocusListenerfocusLost in class javax.swing.plaf.basic.BasicComboBoxUI.FocusHandler
|
Copyright 2003-2007 (c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||