Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt
Class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler  view Component.AccessibleAWTComponent.AccessibleAWTFocusHandler download Component.AccessibleAWTComponent.AccessibleAWTFocusHandler.java

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

protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
extends java.lang.Object
implements java.awt.event.FocusListener

Converts focus changes into property changes.

Since:
1.3

Constructor Summary
protected Component.AccessibleAWTComponent.AccessibleAWTFocusHandler()
          Default constructor.
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
          Convert a focus gained to a property change.
 void focusLost(java.awt.event.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(java.awt.event.FocusEvent e)
Convert a focus gained to a property change.

Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

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

Specified by:
focusLost in interface java.awt.event.FocusListener