|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
Converts focus changes into property changes.
Constructor Summary | |
---|---|
protected |
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler()
Default constructor. |
Method Summary | |
---|---|
void |
focusGained(FocusEvent e)
Convert a focus gained to a property change. |
void |
focusLost(FocusEvent e)
Convert a focus lost to a property change. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Component.AccessibleAWTComponent.AccessibleAWTFocusHandler()
Method Detail |
---|
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
e
- the event to convertpublic void focusLost(FocusEvent e)
focusLost
in interface FocusListener
e
- the event to convert
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |