| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicEditorPaneUI
public class BasicEditorPaneUI
JEditorPane の Look & Feel を提供します。
警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。JDK バージョン 1.4 以降、すべての JavaBeans™ の長期間の運用サポートは、java.beans パッケージに追加されています。詳細は、XMLEncoder を参照してください。
| 入れ子のクラスの概要 | 
|---|
| クラス 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 を使ってプロパティを参照するためのキーとして使われる名前をフェッチします。  | 
 void | 
installUI(JComponent c)
コンポーネントの UI をインストールします。  | 
protected  void | 
propertyChange(PropertyChangeEvent evt)
このメソッドは、関連する JTextComponent のバウンドプロパティが変更されたときに呼び出されます。  | 
 void | 
uninstallUI(JComponent c)
コンポーネントの UI をアンインストールします。  | 
| クラス 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 String getPropertyPrefix()
BasicTextUI 内の getPropertyPrefixpublic void installUI(JComponent c)
BasicTextUI 内の installUIc - エディタコンポーネントComponentUI.installUI(javax.swing.JComponent)public void uninstallUI(JComponent c)
BasicTextUI 内の uninstallUIc - エディタコンポーネントComponentUI.uninstallUI(javax.swing.JComponent)public EditorKit getEditorKit(JTextComponent tc)
BasicTextUI 内の getEditorKittc - この UI がインストールされているテキストコンポーネント
TextUI.getEditorKit(javax.swing.text.JTextComponent)protected void propertyChange(PropertyChangeEvent evt)
BasicTextUI 内の propertyChangeevt - プロパティ変更イベント
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。