com.jgoodies.looks.plastic
public final class PlasticTextAreaUI extends BasicTextAreaUI
TextAreaUI
.
In addition to its superclass BasicTextAreaUI, it updates the
background colors using behavior from BasicTextFieldUI.
Version: $Revision: 1.5 $
Method Summary | |
---|---|
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. |
Parameters: c the text area
Returns: the UI
Parameters: evt the property change event