public class BasicPasswordFieldUI extends BasicTextFieldUI
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 に必要なプロパティーをインストールします。
|
getBaseline, getBaselineResizeBehaviorcreate, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModelcontains, getAccessibleChild, getAccessibleChildrenCountpublic static ComponentUI createUI(JComponent c)
c - JPasswordFieldprotected String getPropertyPrefix()
getPropertyPrefix、クラス: BasicTextFieldUIprotected void installDefaults()
installDefaults、クラス: BasicTextUIBasicTextUI.uninstallDefaults(), BasicTextUI.installUI(javax.swing.JComponent)public View create(Element elem)
create、インタフェース: ViewFactorycreate、クラス: BasicTextFieldUIelem - 要素View バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.