com.jgoodies.looks.plastic
Class PlasticTextAreaUI
BasicTextAreaUI
com.jgoodies.looks.plastic.PlasticTextAreaUI
public final class PlasticTextAreaUI
extends BasicTextAreaUI
The JGoodies Plastic L&F implementation of TextAreaUI
.
In addition to its superclass BasicTextAreaUI, it updates the
background colors using behavior from BasicTextFieldUI.
static ComponentUI | createUI(JComponent c) - Creates a UI for a JTextArea.
|
void | installUI(JComponent c)
|
protected void | propertyChange(PropertyChangeEvent evt) - This method gets called when a bound property is changed
on the associated JTextComponent.
|
createUI
public static ComponentUI createUI(JComponent c)
Creates a UI for a JTextArea.
installUI
public void installUI(JComponent c)
propertyChange
protected void propertyChange(PropertyChangeEvent evt)
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 .
evt
- the property change event
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.