Class FlatFormattedTextFieldUI

  • All Implemented Interfaces:
    FlatStylingSupport.StyleableUI, ViewFactory

    public class FlatFormattedTextFieldUI
    extends FlatTextFieldUI
    Provides the Flat LaF UI delegate for JFormattedTextField.
    UiDefault:
    FormattedTextField.font Font, FormattedTextField.background Color, FormattedTextField.foreground Color also used if not editable, FormattedTextField.caretForeground Color, FormattedTextField.selectionBackground Color, FormattedTextField.selectionForeground Color, FormattedTextField.disabledBackground Color used if not enabled, FormattedTextField.inactiveBackground Color used if not editable, FormattedTextField.inactiveForeground Color used if not enabled (yes, this is confusing; this should be named disabledForeground), FormattedTextField.border Border, FormattedTextField.margin Insets, FormattedTextField.caretBlinkRate int default is 500 milliseconds , Component.minimumWidth int, Component.isIntelliJTheme boolean, FormattedTextField.placeholderForeground Color, FormattedTextField.focusedBackground Color optional, FormattedTextField.iconTextGap int optional, default is 4, TextComponent.selectAllOnFocusPolicy String never, once (default) or always, TextComponent.selectAllOnMouseClick boolean