public final class PlasticTextAreaUI extends BasicTextAreaUI
TextAreaUI.
 In addition to its superclass BasicTextAreaUI, it updates the
 background colors using behavior from BasicTextFieldUI.BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter| Constructor and Description | 
|---|
| PlasticTextAreaUI() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
create, getBaseline, getBaselineResizeBehavior, getMinimumSize, getPreferredSize, getPropertyPrefix, installDefaultscreate, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModelcontains, getAccessibleChild, getAccessibleChildrenCountpublic static ComponentUI createUI(JComponent c)
c - the text areapublic void installUI(JComponent c)
installUI in class BasicTextUIprotected void propertyChange(PropertyChangeEvent evt)
propertyChange in class BasicTextAreaUIevt - the property change eventCopyright © 2001-2014 JGoodies Software GmbH. All Rights Reserved.