org.jdesktop.swingx.plaf.nimbus
Class FocusPainter

java.lang.Object
  extended by org.jdesktop.swingx.plaf.nimbus.FocusPainter
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

public class FocusPainter
extends java.lang.Object
implements java.beans.PropertyChangeListener

On construction, registers itself with the current keyboard focus manager as a propery change listener attached to the "focusOwner" property.

Author:
Created by Jasper Potts (Mar 15, 2007), Ben Galbraith

Constructor Summary
FocusPainter()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent evt)
          Paints the focus outline around the currently focused component in response to changes to the "focusOwner" property of the current KeyboardFocusManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusPainter

public FocusPainter()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Paints the focus outline around the currently focused component in response to changes to the "focusOwner" property of the current KeyboardFocusManager.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
evt -