public class

BasicTabbedPaneUI.PropertyChangeHandler

extends Object
implements PropertyChangeListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicTabbedPaneUI.PropertyChangeHandler

Class Overview

This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicTabbedPaneUI.

Summary

Public Constructors
BasicTabbedPaneUI.PropertyChangeHandler()
Public Methods
void propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.beans.PropertyChangeListener

Public Constructors

public BasicTabbedPaneUI.PropertyChangeHandler ()

Public Methods

public void propertyChange (PropertyChangeEvent e)

This method gets called when a bound property is changed.

Parameters
e A PropertyChangeEvent object describing the event source and the property that has changed.