javax.swing.plaf.basic
Class BasicTableUI.PropertyChangeHandler

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

private class BasicTableUI.PropertyChangeHandler
extends Object
implements java.beans.PropertyChangeListener

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


Constructor Summary
private BasicTableUI.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

BasicTableUI.PropertyChangeHandler

private BasicTableUI.PropertyChangeHandler()
Method Detail

propertyChange

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