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

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

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

This listener watches for bound properties that have changed in the JTextComponent. 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.15 $
Author:
$Author: lowende $

Constructor Summary
TextGrabUI.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

TextGrabUI.PropertyChangeHandler

public TextGrabUI.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