javax.swing
protected class JComponent.AccessibleJComponent.AccessibleFocusHandler extends Object implements FocusListener
Constructor Summary | |
---|---|
protected | AccessibleFocusHandler()
Creates a new AccessibleFocusHandler. |
Method Summary | |
---|---|
void | focusGained(FocusEvent event)
Receives notification when the JComponent gained focus and fires
a PropertyChangeEvent to listeners registered on the
AccessibleJComponent with a property name of
ACCESSIBLE_STATE_PROPERTY and a new value
of FOCUSED. |
void | focusLost(FocusEvent valevent)
Receives notification when the JComponent lost focus and fires
a PropertyChangeEvent to listeners registered on the
AccessibleJComponent with a property name of
ACCESSIBLE_STATE_PROPERTY and an old value
of FOCUSED. |