javax.swing.plaf.basic
Class BasicOptionPaneUI.PropertyChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicOptionPaneUI.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicOptionPaneUI

public class BasicOptionPaneUI.PropertyChangeHandler
extends Object
implements PropertyChangeListener

This helper class handles property change events from the JOptionPane.


Constructor Summary
BasicOptionPaneUI.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          This method is called when one of the properties of the JOptionPane changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicOptionPaneUI.PropertyChangeHandler

public BasicOptionPaneUI.PropertyChangeHandler()
Method Detail

propertyChange

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

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
e - The PropertyChangeEvent.