JavaTM Platform
Standard Ed. 6

javax.swing.plaf.basic
クラス BasicFormattedTextFieldUI

java.lang.Object
  上位を拡張 javax.swing.plaf.ComponentUI
      上位を拡張 javax.swing.plaf.TextUI
          上位を拡張 javax.swing.plaf.basic.BasicTextUI
              上位を拡張 javax.swing.plaf.basic.BasicTextFieldUI
                  上位を拡張 javax.swing.plaf.basic.BasicFormattedTextFieldUI
すべての実装されたインタフェース:
ViewFactory

public class BasicFormattedTextFieldUI
extends BasicTextFieldUI

JFormattedTextField の Look & Feel 実装を提供します。

導入されたバージョン:
1.4

入れ子のクラスの概要
 
クラス javax.swing.plaf.basic.BasicTextUI から継承された入れ子のクラス/インタフェース
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
 
コンストラクタの概要
BasicFormattedTextFieldUI()
           
 
メソッドの概要
static ComponentUI createUI(JComponent c)
          JFormattedTextField の UI を作成します。
protected  String getPropertyPrefix()
          UIManager を使ってプロパティーを参照するためのキーとして使われる名前を取得します。
 
クラス javax.swing.plaf.basic.BasicTextFieldUI から継承されたメソッド
create, getBaseline, getBaselineResizeBehavior
 
クラス javax.swing.plaf.basic.BasicTextUI から継承されたメソッド
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel
 
クラス javax.swing.plaf.ComponentUI から継承されたメソッド
contains, getAccessibleChild, getAccessibleChildrenCount
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BasicFormattedTextFieldUI

public BasicFormattedTextFieldUI()
メソッドの詳細

createUI

public static ComponentUI createUI(JComponent c)
JFormattedTextField の UI を作成します。

パラメータ:
c - フォーマットされたテキストフィールド
戻り値:
UI

getPropertyPrefix

protected String getPropertyPrefix()
UIManager を使ってプロパティーを参照するためのキーとして使われる名前を取得します。この名前は、すべての標準テキストプロパティーの接頭辞として使用されます。

オーバーライド:
クラス BasicTextFieldUI 内の getPropertyPrefix
戻り値:
名前 FormattedTextField

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。