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