public class UISpecFormattedTextFieldUI extends BasicFormattedTextFieldUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter| Constructor and Description |
|---|
UISpecFormattedTextFieldUI() |
| 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) |
getPropertyPrefixcreate, getBaseline, getBaselineResizeBehaviorcreate, 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, viewToModelcontains, getAccessibleChild, getAccessibleChildrenCountpublic static ComponentUI createUI(JComponent component)
protected void paintBackground(Graphics g)
paintBackground in class BasicTextUIprotected void paintSafely(Graphics g)
paintSafely in class BasicTextUIprotected void maybeUpdateLayoutState()
public void update(Graphics g, JComponent c)
update in class BasicTextUIpublic Dimension getPreferredSize(JComponent c)
getPreferredSize in class BasicTextUIpublic Dimension getMaximumSize(JComponent c)
getMaximumSize in class BasicTextUIpublic Dimension getMinimumSize(JComponent c)
getMinimumSize in class BasicTextUICopyright © 2004–2016. All rights reserved.