public final class PlasticTextAreaUI
extends javax.swing.plaf.basic.BasicTextAreaUI
TextAreaUI.
In addition to its superclass BasicTextAreaUI, it updates the
background colors using behavior from BasicTextFieldUI.| Constructor | Description |
|---|---|
PlasticTextAreaUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
Creates a UI for a JTextArea.
|
void |
installUI(javax.swing.JComponent c) |
|
protected void |
propertyChange(java.beans.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, modelToView2D, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel, viewToModel2Dcontains, getAccessibleChild, getAccessibleChildrenCountpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - the text areapublic void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.basic.BasicTextUIprotected void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in class javax.swing.plaf.basic.BasicTextAreaUIevt - the property change eventCopyright © 2001-2009 JGoodies Karsten Lentzsch. All Rights Reserved.