javax.swing.plaf.basic
Class BasicOptionPaneUI.PropertyChangeHandler
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicOptionPaneUI.PropertyChangeHandler
public BasicOptionPaneUI.PropertyChangeHandler()
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.