モジュール java.desktop
パッケージ javax.swing.plaf.synth

クラスSynthPasswordFieldUI

すべての実装されたインタフェース:
SynthConstants, SynthUI, ViewFactory

public class SynthPasswordFieldUI
extends SynthTextFieldUI
JPasswordFieldのSynth L&F UIの委譲を提供します。
導入されたバージョン:
1.7
  • コンストラクタの詳細

  • メソッドの詳細

    • createUI

      public static ComponentUI createUI​(JComponent c)
      JPasswordFieldのUIを作成します。
      パラメータ:
      c - JPasswordField
      戻り値:
      UI
    • getPropertyPrefix

      protected String getPropertyPrefix()
      UIManagerでプロパティを参照するキーとして使われる名前を取得します。 この名前は、すべての標準テキスト・プロパティの接頭辞として使用されます。
      オーバーライド:
      getPropertyPrefix、クラス: BasicTextFieldUI
      戻り値:
      名前(PasswordField)
    • create

      public View create​(Element elem)
      要素のビュー(PasswordView)を作成します。
      定義:
      create、インタフェース: ViewFactory
      オーバーライド:
      create、クラス: BasicTextFieldUI
      パラメータ:
      elem - 要素
      戻り値:
      ビュー
      関連項目:
      View