Sky View Café - Java

org.shetline.gui.laf.zinc
Class ZincComboBoxUI.ZincPropertyChangeListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
      extended by org.shetline.gui.laf.zinc.ZincComboBoxUI.ZincPropertyChangeListener
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
ZincComboBoxUI

protected final class ZincComboBoxUI.ZincPropertyChangeListener
extends BasicComboBoxUI.PropertyChangeHandler

Overridden to use ZincComboBoxButton instead of a MetalComboBoxButton. Required if we have a combobox button that does not extend MetalComboBoxButton.


Constructor Summary
protected ZincComboBoxUI.ZincPropertyChangeListener()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZincComboBoxUI.ZincPropertyChangeListener

protected ZincComboBoxUI.ZincPropertyChangeListener()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Specified by:
propertyChange in interface PropertyChangeListener
Overrides:
propertyChange in class BasicComboBoxUI.PropertyChangeHandler

Sky View Café - Java