de.uni_paderborn.fujaba.fsa.swing
Class ArrowGrabUI.PropertyChangeHandler

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.swing.ArrowGrabUI.PropertyChangeHandler
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener
Enclosing class:
ArrowGrabUI

public class ArrowGrabUI.PropertyChangeHandler
extends java.lang.Object
implements java.beans.PropertyChangeListener

This listener watches for bound properties that have changed in the JComboBox. It looks for the model and editor being swapped-out and updates appropriately. It also looks for changes in the editable, enabled, and maximumRowCount properties. 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 .

Version:
$Revision: 1.16 $
Author:
$Author: lowende $

Constructor Summary
ArrowGrabUI.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrowGrabUI.PropertyChangeHandler

public ArrowGrabUI.PropertyChangeHandler()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
e - No description provided