|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.events.FocusAdapter
Abstract Focus Adapter.
Constructor Summary | |
FocusAdapter()
|
Method Summary | |
void |
focusGained(FocusEvent e)
Notifies listener that the component has gained focus. |
void |
focusLost(FocusEvent e)
Notifies listener that the component has lost focus. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FocusAdapter()
Method Detail |
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
e
- the focus eventpublic void focusLost(FocusEvent e)
focusLost
in interface FocusListener
e
- the focus event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |