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
{@link AccessibleContext#ACCESSIBLE_STATE_PROPERTY} and a new value
of {@link AccessibleState#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
{@link AccessibleContext#ACCESSIBLE_STATE_PROPERTY} and an old value
of {@link AccessibleState#FOCUSED}. |