public class

MetalComboBoxUI.MetalPropertyChangeListener

extends BasicComboBoxUI.PropertyChangeHandler
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
     ↳ javax.swing.plaf.metal.MetalComboBoxUI.MetalPropertyChangeListener

Class Overview

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 .

Summary

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

Public Constructors

public MetalComboBoxUI.MetalPropertyChangeListener ()

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.