| javax.swing.plaf.basic.BasicTextAreaUI com.jgoodies.looks.plastic.PlasticTextAreaUI
PlasticTextAreaUI | final public class PlasticTextAreaUI extends BasicTextAreaUI (Code) | | The JGoodies Plastic L&F implementation of TextAreaUI .
In addition to its superclass BasicTextAreaUI, it updates the
background colors using behavior from BasicTextFieldUI.
author: Karsten Lentzsch version: $Revision: 1.5 $ |
propertyChange | protected void propertyChange(PropertyChangeEvent evt)(Code) | | This method gets called when a bound property is changed
on the associated JTextComponent. In addition to the superclass
behavior, this UI updates the background if the editable or
enabled property changes .
Parameters: evt - the property change event |
|
|