javax.swing.plaf.basic
Class BasicTabbedPaneUI.PropertyChangeHandler

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

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

This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicTabbedPaneUI.


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

Constructor Detail

BasicTabbedPaneUI.PropertyChangeHandler

public BasicTabbedPaneUI.PropertyChangeHandler()
Method Detail

propertyChange

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