模块  java.desktop

Class SynthFormattedTextFieldUI

    • 构造方法详细信息

      • SynthFormattedTextFieldUI

        public SynthFormattedTextFieldUI()
    • 方法详细信息

      • createUI

        public static ComponentUI createUI​(JComponent c)
        为JFormattedTextField创建UI。
        参数
        c - 格式化文本字段
        结果
        用户界面
      • getPropertyPrefix

        protected String getPropertyPrefix()
        获取用作通过UIManager查找属性的键的名称。 这用作所有标准文本属性的前缀。
        重写:
        getPropertyPrefix在类 BasicTextFieldUI
        结果
        名称“FormattedTextField”