java.awt

Class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler

  • java.lang.Object
    • java.awt.Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
  • All Implemented Interfaces:
    FocusListener, java.util.EventListener
    Enclosing class:
    Component.AccessibleAWTComponent
    protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler extends java.lang.Object implements FocusListener
    Fire PropertyChange listener, if one is registered, when focus events happen
    Since:
    1.3
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator focusGained Reveal DetailHide Detail
      Invoked when a component gains the keyboard focus.
      Ordinary member indicator focusLost Reveal DetailHide Detail
      Invoked when a component loses the keyboard focus.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge