public final class WindowsTextAreaUI
extends com.sun.java.swing.plaf.windows.WindowsTextAreaUI
TextAreaUI
.
In addition to its superclass WindowsTextAreaUI, it updates the
background colors using behavior from BasicTextFieldUI.BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
Constructor and Description |
---|
WindowsTextAreaUI() |
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, 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
Copyright © 2013 JGoodies. All Rights Reserved.