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, installDefaults
create, 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, viewToModel
contains, getAccessibleChild, getAccessibleChildrenCount
public static ComponentUI createUI(JComponent c)
c
- the text areapublic void installUI(JComponent c)
installUI
in class BasicTextUI
protected void propertyChange(PropertyChangeEvent evt)
propertyChange
in class BasicTextAreaUI
evt
- the property change eventCopyright © 2020 JGoodies Software GmbH. All rights reserved.