模块  java.desktop

Class SynthPasswordFieldUI

    • 构造方法详细信息

      • SynthPasswordFieldUI

        public SynthPasswordFieldUI()
    • 方法详细信息

      • createUI

        public static ComponentUI createUI​(JComponent c)
        为JPasswordField创建UI。
        参数
        c - JPasswordField
        结果
        用户界面
      • getPropertyPrefix

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