|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--javax.swing.plaf.ComponentUI
|
+--javax.swing.plaf.TextUI
|
+--javax.swing.plaf.basic.BasicTextUI
|
+--javax.swing.plaf.basic.BasicEditorPaneUI
JEditorPane の Look & Feel を提供します。
警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。今後の Swing リリースでは、長期間の持続性をサポートする予定です。
| クラス javax.swing.plaf.basic.BasicTextUI から継承した内部クラス |
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter |
| コンストラクタの概要 | |
BasicEditorPaneUI()
新しい BasicEditorPaneUI を作成します。 |
|
| メソッドの概要 | |
static ComponentUI |
createUI(JComponent c)
JTextPane の UI を作成します。 |
EditorKit |
getEditorKit(JTextComponent tc)
UI の EditorKit を返します。 |
protected String |
getPropertyPrefix()
UIManager を使ってプロパティを参照するためのキーとして使われる名前を返します。 |
protected void |
installKeyboardActions()
|
protected void |
propertyChange(PropertyChangeEvent evt)
このメソッドは、関連する JTextComponent のバウンドプロパティが変更されたときに呼び出されます。 |
| クラス javax.swing.plaf.ComponentUI から継承したメソッド |
contains, getAccessibleChild, getAccessibleChildrenCount |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public BasicEditorPaneUI()
| メソッドの詳細 |
public static ComponentUI createUI(JComponent c)
c - JTextPane コンポーネントprotected void installKeyboardActions()
BasicTextUI 内の installKeyboardActionsprotected String getPropertyPrefix()
BasicTextUI 内の getPropertyPrefixpublic EditorKit getEditorKit(JTextComponent tc)
BasicTextUI 内の getEditorKitTextUI.getEditorKit(javax.swing.text.JTextComponent)protected void propertyChange(PropertyChangeEvent evt)
BasicTextUI 内の propertyChangeevt - プロパティ変更イベント
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.