Package com.formdev.flatlaf.ui
Class FlatFormattedTextFieldUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextFieldUI
com.formdev.flatlaf.ui.FlatTextFieldUI
com.formdev.flatlaf.ui.FlatFormattedTextFieldUI
- All Implemented Interfaces:
FlatStylingSupport.StyleableUI
,ViewFactory
Provides the Flat LaF UI delegate for
JFormattedTextField
.
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
-
Field Summary
Fields inherited from class com.formdev.flatlaf.ui.FlatTextFieldUI
clearButton, disabledBackground, focusedBackground, iconTextGap, inactiveBackground, leadingComponent, leadingIcon, minimumWidth, placeholderForeground, showClearButton, trailingComponent, trailingIcon
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.formdev.flatlaf.ui.FlatTextFieldUI
applyStyle, applyStyleProperty, clearButtonClicked, createCaret, createClearButton, documentChanged, getBackground, getIconsRect, getLeadingComponents, getLeadingIconWidth, getMinimumSize, getPadding, getPreferredSize, getStyleableInfos, getStyleableValue, getTrailingComponents, getTrailingIconWidth, getVisibleEditorRect, hasDefaultMargins, hasLeadingIcon, hasTrailingIcon, installClearButton, installDefaults, installDocumentListener, installLayout, installLeadingComponent, installListeners, installStyle, installTrailingComponent, installUI, isLeftToRight, paintBackground, paintBackground, paintIcons, paintPlaceholder, paintSafely, prepareLeadingOrTrailingComponent, propertyChange, scrollCaretToVisible, uninstallClearButton, uninstallDefaults, uninstallLeadingComponent, uninstallListeners, uninstallTrailingComponent, uninstallUI, updateBackground, updateClearButton
Methods inherited from class javax.swing.plaf.basic.BasicTextFieldUI
create, getBaseline, getBaselineResizeBehavior
Methods inherited from class javax.swing.plaf.basic.BasicTextUI
create, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getNextVisualPositionFrom, getRootView, getToolTipText, installKeyboardActions, modelChanged, modelToView, modelToView, modelToView2D, paint, setView, uninstallKeyboardActions, update, viewToModel, viewToModel, viewToModel2D
Methods inherited from class javax.swing.plaf.TextUI
getToolTipText2D
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
-
Constructor Details
-
FlatFormattedTextFieldUI
public FlatFormattedTextFieldUI()
-
-
Method Details
-
createUI
-
getPropertyPrefix
- Overrides:
getPropertyPrefix
in classBasicTextFieldUI
-
getStyleType
String getStyleType()- Overrides:
getStyleType
in classFlatTextFieldUI
- Since:
- 2
-