Module  java.desktop

Class SynthPasswordFieldUI

    • 构造方法详细信息

      • SynthPasswordFieldUI

        public SynthPasswordFieldUI​()
    • 方法详细信息

      • createUI

        public static ComponentUI createUI​(JComponent c)
        为JPasswordField创建一个UI。
        参数
        c - JPasswordField
        结果
        UI
      • getPropertyPrefix

        protected String getPropertyPrefix​()
        获取用作密钥的名称,通过UIManager查找属性。 这被用作所有标准文本属性的前缀。
        重写:
        getPropertyPrefixBasicTextFieldUI
        结果
        名称(“PasswordField”)