java.awt
Class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler

java.lang.Object
  extended by java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
Component.AccessibleAWTComponent

protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
extends Object
implements FocusListener

Converts focus changes into property changes.

Since:
1.3

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

Component.AccessibleAWTComponent.AccessibleAWTFocusHandler

protected Component.AccessibleAWTComponent.AccessibleAWTFocusHandler()
Default constructor.

Method Detail

focusGained

public void focusGained(FocusEvent e)
Convert a focus gained to a property change.

Specified by:
focusGained in interface FocusListener
Parameters:
e - the event to convert

focusLost

public void focusLost(FocusEvent e)
Convert a focus lost to a property change.

Specified by:
focusLost in interface FocusListener
Parameters:
e - the event to convert