|
JavaTM 2 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 外觀。它與標準文本欄位的惟一不同點在於文本視圖只是一個在 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 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。