public class UISpecTextAreaUI extends BasicTextAreaUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter| Constructor and Description |
|---|
UISpecTextAreaUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent component) |
Dimension |
getMaximumSize(JComponent c) |
Dimension |
getMinimumSize(JComponent c) |
Dimension |
getPreferredSize(JComponent c) |
protected void |
maybeUpdateLayoutState() |
protected void |
paintBackground(Graphics g) |
protected void |
paintSafely(Graphics g) |
void |
update(Graphics g,
JComponent c) |
create, getBaseline, getBaselineResizeBehavior, getPropertyPrefix, installDefaults, propertyChangecreate, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, viewToModel, viewToModelcontains, getAccessibleChild, getAccessibleChildrenCountpublic static ComponentUI createUI(JComponent component)
protected void paintSafely(Graphics g)
paintSafely in class BasicTextUIprotected void paintBackground(Graphics g)
paintBackground in class BasicTextUIpublic void update(Graphics g, JComponent c)
update in class BasicTextUIprotected void maybeUpdateLayoutState()
public Dimension getPreferredSize(JComponent c)
getPreferredSize in class BasicTextAreaUIpublic Dimension getMaximumSize(JComponent c)
getMaximumSize in class BasicTextUIpublic Dimension getMinimumSize(JComponent c)
getMinimumSize in class BasicTextAreaUICopyright © 2004–2016. All rights reserved.