javax.swing.plaf.basic

Class BasicOptionPaneUI.PropertyChangeHandler

public class BasicOptionPaneUI.PropertyChangeHandler extends Object implements PropertyChangeListener

This helper class handles property change events from the JOptionPane.

UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.

Method Summary
voidpropertyChange(PropertyChangeEvent e)
This method is called when one of the properties of the JOptionPane changes.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
This method is called when one of the properties of the JOptionPane changes.

Parameters: e The PropertyChangeEvent.