public class UISpecTextFieldUI extends BasicTextFieldUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
Constructor and Description |
---|
UISpecTextFieldUI() |
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
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, viewToModel, viewToModel
contains, getAccessibleChild, getAccessibleChildrenCount
public static ComponentUI createUI(JComponent component)
protected void paintBackground(Graphics g)
paintBackground
in class BasicTextUI
protected void paintSafely(Graphics g)
paintSafely
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 BasicTextUI
public Dimension getMaximumSize(JComponent c)
getMaximumSize
in class BasicTextUI
public Dimension getMinimumSize(JComponent c)
getMinimumSize
in class BasicTextUI
Copyright © 2004–2016. All rights reserved.