org.jdesktop.swingx
Class JXList.LinkController

java.lang.Object
  extended by org.jdesktop.swingx.JXList.LinkController
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
JXList

public static class JXList.LinkController
extends java.lang.Object
implements java.beans.PropertyChangeListener

listens to rollover properties. Repaints effected component regions. Updates link cursor.

Author:
Jeanette Winzenburg

Constructor Summary
JXList.LinkController()
           
 
Method Summary
 void install(JXList list)
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXList.LinkController

public JXList.LinkController()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

install

public void install(JXList list)

release

public void release()


Copyright © 2005 Sun Microsystems All Rights Reserved.