public class BasicTextAreaUI extends BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter| Constructor and Description |
|---|
BasicTextAreaUI() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.text.View |
create(javax.swing.text.Element elem)
Create the view.
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent comp) |
protected java.lang.String |
getPropertyPrefix()
Returns the prefix for entries in the
UIDefaults table. |
protected void |
propertyChange(java.beans.PropertyChangeEvent ev)
Receives notification whenever one of the text component's bound
properties changes.
|
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModelpublic BasicTextAreaUI()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
public javax.swing.text.View create(javax.swing.text.Element elem)
create in interface javax.swing.text.ViewFactorycreate in class BasicTextUIelem - the element to create a View forViewFactoryprotected java.lang.String getPropertyPrefix()
UIDefaults table.getPropertyPrefix in class BasicTextUIprotected void propertyChange(java.beans.PropertyChangeEvent ev)
propertyChange in class BasicTextUIev - the property change event