Sky View Café - Java

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

java.lang.Object
  extended by org.shetline.gui.laf.zinc.ZincComboBoxUI.TableCellEditorPropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
ZincComboBoxUI

protected final class ZincComboBoxUI.TableCellEditorPropertyChangeHandler
extends Object
implements PropertyChangeListener

Listens to changes in the table cell editor client property and updates the default editor - if any - to use the correct insets for this case.


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

Constructor Detail

ZincComboBoxUI.TableCellEditorPropertyChangeHandler

protected ZincComboBoxUI.TableCellEditorPropertyChangeHandler()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

Sky View Café - Java