Module java.desktop
Package javax.swing.plaf.metal
Class MetalComboBoxUI.MetalPropertyChangeListener
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
javax.swing.plaf.metal.MetalComboBoxUI.MetalPropertyChangeListener
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
- MetalComboBoxUI
public class MetalComboBoxUI.MetalPropertyChangeListener
extends BasicComboBoxUI.PropertyChangeHandler
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of
MetalComboBoxUI
.-
Constructor Summary
-
Method Summary
Methods declared in class javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
propertyChange
-
Constructor Details
-
MetalPropertyChangeListener
public MetalPropertyChangeListener()Constructs aMetalPropertyChangeListener
.
-