|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextFieldUI
javax.swing.plaf.basic.BasicPasswordFieldUI
public class BasicPasswordFieldUI
パスワードのフィールドに Windows の Look & Feel を提供します。標準的なテキストフィールドとの唯一の違いは、テキストのビューが、JPasswordField に指定されたエコー文字の単純な文字列であり、フィールドに含まれる実際のテキスト文字ではない点です。
| 入れ子のクラスの概要 |
|---|
| クラス javax.swing.plaf.basic.BasicTextUI から継承された入れ子のクラス/インタフェース |
|---|
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter |
| コンストラクタの概要 | |
|---|---|
BasicPasswordFieldUI()
|
|
| メソッドの概要 | |
|---|---|
View |
create(Element elem)
要素のビュー (PasswordView) を作成します。 |
static ComponentUI |
createUI(JComponent c)
JPasswordField の UI を作成します。 |
protected String |
getPropertyPrefix()
UIManager を使ってプロパティーを参照するためのキーとして使われる名前を取得します。 |
protected void |
installDefaults()
JPasswordField に必要なプロパティーをインストールします。 |
| クラス javax.swing.plaf.basic.BasicTextFieldUI から継承されたメソッド |
|---|
getBaseline, getBaselineResizeBehavior |
| クラス javax.swing.plaf.ComponentUI から継承されたメソッド |
|---|
contains, getAccessibleChild, getAccessibleChildrenCount |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public BasicPasswordFieldUI()
| メソッドの詳細 |
|---|
public static ComponentUI createUI(JComponent c)
c - JPasswordField
protected String getPropertyPrefix()
BasicTextFieldUI 内の getPropertyPrefixprotected void installDefaults()
BasicTextUI 内の installDefaultsBasicTextUI.uninstallDefaults(),
BasicTextUI.installUI(javax.swing.JComponent)public View create(Element elem)
ViewFactory 内の createBasicTextFieldUI 内の createelem - 要素
View
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。