Quaqua 5.4.1 2009-07-14

ch.randelshofer.quaqua
Class QuaquaOptionPaneUI.QuaquaPropertyChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicOptionPaneUI.PropertyChangeHandler
      extended by ch.randelshofer.quaqua.QuaquaOptionPaneUI.QuaquaPropertyChangeHandler
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
QuaquaOptionPaneUI

public class QuaquaOptionPaneUI.QuaquaPropertyChangeHandler
extends javax.swing.plaf.basic.BasicOptionPaneUI.PropertyChangeHandler

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 BasicOptionPaneUI.


Constructor Summary
QuaquaOptionPaneUI.QuaquaPropertyChangeHandler()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent evt)
          If the source of the PropertyChangeEvent e equals the optionPane and is one of the ICON_PROPERTY, MESSAGE_PROPERTY, OPTIONS_PROPERTY or INITIAL_VALUE_PROPERTY, validateComponent is invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuaquaOptionPaneUI.QuaquaPropertyChangeHandler

public QuaquaOptionPaneUI.QuaquaPropertyChangeHandler()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
If the source of the PropertyChangeEvent e equals the optionPane and is one of the ICON_PROPERTY, MESSAGE_PROPERTY, OPTIONS_PROPERTY or INITIAL_VALUE_PROPERTY, validateComponent is invoked.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Overrides:
propertyChange in class javax.swing.plaf.basic.BasicOptionPaneUI.PropertyChangeHandler

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.