javax.swing.plaf.basic
public class BasicTextAreaUI extends BasicTextUI
| Constructor Summary | |
|---|---|
| BasicTextAreaUI() | |
| Method Summary | |
|---|---|
| View | create(Element elem)
Create the view. |
| static ComponentUI | createUI(JComponent comp) |
| protected String | getPropertyPrefix()
Returns the prefix for entries in the {@link UIDefaults} table.
|
| protected void | propertyChange(PropertyChangeEvent ev)
Receives notification whenever one of the text component's bound
properties changes. |
Parameters: elem the element to create a View for
Returns: an appropriate View for the element
Returns: "TextArea"
Parameters: ev the property change event