SynthConstants
, SynthUI
, ViewFactory
public class SynthFormattedTextFieldUI extends SynthTextFieldUI
JFormattedTextField
.BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTED
Constructor | Description |
---|---|
SynthFormattedTextFieldUI() |
Constructs a SynthFormattedTextFieldUI . |
Modifier and Type | Method | Description |
---|---|---|
static ComponentUI |
createUI |
Creates a UI for a JFormattedTextField. |
protected String |
getPropertyPrefix() |
Fetches the name used as a key to lookup properties through the UIManager. |
getContext, paint, paintBackground, paintBorder, propertyChange, update
create, getBaseline, getBaselineResizeBehavior
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, viewToModel, viewToModel
getToolTipText2D, modelToView2D, viewToModel2D
contains, getAccessibleChild, getAccessibleChildrenCount
public SynthFormattedTextFieldUI()
SynthFormattedTextFieldUI
.public static ComponentUI createUI(JComponent c)
c
- the formatted text fieldprotected String getPropertyPrefix()
getPropertyPrefix
in class BasicTextFieldUI
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/plaf/synth/SynthFormattedTextFieldUI.html