javax.swing.plaf.basic
Class BasicTreeUI.PropertyChangeHandler

java.lang.Object
  extended byjavax.swing.plaf.basic.BasicTreeUI.PropertyChangeHandler
All Implemented Interfaces:
EventListener, java.beans.PropertyChangeListener
Enclosing class:
BasicTreeUI

public class BasicTreeUI.PropertyChangeHandler
extends Object
implements java.beans.PropertyChangeListener

PropertyChangeListener for the tree. Updates the appropriate varaible, or TreeState, based on what changes.


Constructor Summary
BasicTreeUI.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTreeUI.PropertyChangeHandler

public BasicTreeUI.PropertyChangeHandler()
Method Detail

propertyChange

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