public class BasicTextPaneUI extends BasicEditorPaneUI
警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースとの互換性がなくなる予定です。現在の直列化のサポートは、短期間の格納や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。1.4 以降、すべての JavaBeansTM 用の長期間の格納サポートが java.beans
パッケージに追加されています。XMLEncoder
を参照してください。
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
コンストラクタと説明 |
---|
BasicTextPaneUI()
新しい BasicTextPaneUI を作成します。
|
修飾子と型 | メソッドと説明 |
---|---|
static ComponentUI |
createUI(JComponent c)
JTextPane の UI を作成します。
|
protected String |
getPropertyPrefix()
UIManager でプロパティーを参照するキーとして使われる名前を取得します。
|
void |
installUI(JComponent c)
コンポーネントの UI をインストールします。
|
protected void |
propertyChange(PropertyChangeEvent evt)
このメソッドは、関連付けられた JTextComponent でバウンドプロパティーが変更されたときに呼び出されます。
|
getEditorKit, uninstallUI
create, create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, update, viewToModel, viewToModel
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
public static ComponentUI createUI(JComponent c)
c
- JTextPane オブジェクトprotected String getPropertyPrefix()
getPropertyPrefix
、クラス: BasicEditorPaneUI
public void installUI(JComponent c)
BasicEditorPaneUI
null
または UIResource
のインスタンスである場合にのみ設定されます。
installUI
、クラス: BasicEditorPaneUI
c
- エディタコンポーネントComponentUI.installUI(javax.swing.JComponent)
protected void propertyChange(PropertyChangeEvent evt)
propertyChange
、クラス: BasicEditorPaneUI
evt
- プロパティー変更イベント バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.