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, propertyChange
create, 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, viewToModel
contains, getAccessibleChild, getAccessibleChildrenCount
public static ComponentUI createUI(JComponent component)
protected void paintSafely(Graphics g)
paintSafely
in class BasicTextUI
protected void paintBackground(Graphics g)
paintBackground
in class BasicTextUI
public void update(Graphics g, JComponent c)
update
in class BasicTextUI
protected void maybeUpdateLayoutState()
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicTextAreaUI
public Dimension getMaximumSize(JComponent c)
getMaximumSize
in class BasicTextUI
public Dimension getMinimumSize(JComponent c)
getMinimumSize
in class BasicTextAreaUI
Copyright © 2004–2016. All rights reserved.