public class BasicTextAreaUI extends BasicTextUI
警告: このクラスの直列化されたオブジェクトは、今後のSwingリリースとの互換性がなくなる予定です。現在の直列化のサポートは、短期間の格納や、同じバージョンのSwingを実行するアプリケーション間のRMIに適しています。1.4以降、すべてのJavaBeans(tm)用の長期間の格納サポートがjava.beans
パッケージに追加されています。XMLEncoder
を参照してください。
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
コンストラクタと説明 |
---|
BasicTextAreaUI()
新しいBasicTextAreaUIオブジェクトを構築します。
|
修飾子と型 | メソッドと説明 |
---|---|
View |
create(Element elem)
要素のビューを作成します。
|
static ComponentUI |
createUI(JComponent ta)
JTextAreaのUIを作成します。
|
int |
getBaseline(JComponent c, int width, int height)
ベースラインを返します。
|
Component.BaselineResizeBehavior |
getBaselineResizeBehavior(JComponent c)
サイズの変化に合わせてコンポーネントのベースラインがどのように変化するかを示す列挙を返します。
|
Dimension |
getMinimumSize(JComponent c)
このメソッドは、キャレット幅を考慮するためにオーバーライドされます。
|
Dimension |
getPreferredSize(JComponent c)
このメソッドは、キャレット幅を考慮するためにオーバーライドされます。
|
protected String |
getPropertyPrefix()
UIManagerでプロパティを参照するキーとして使われる名前を取得します。
|
protected void |
installDefaults()
フォント、フォアグラウンド、バックグラウンド、キャレットの色、選択の色、選択されたテキストの色、無効になったテキストの色、ボーダーの色などのコンポーネント・プロパティを初期化します。
|
protected void |
propertyChange(PropertyChangeEvent evt)
このメソッドは、関連付けられたJTextComponentでバウンド・プロパティが変更されたときに呼び出されます。
|
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel
contains, getAccessibleChild, getAccessibleChildrenCount
public static ComponentUI createUI(JComponent ta)
ta
- テキスト領域protected String getPropertyPrefix()
getPropertyPrefix
、クラス: BasicTextUI
protected void installDefaults()
BasicTextUI
protected void propertyChange(PropertyChangeEvent evt)
propertyChange
、クラス: BasicTextUI
evt
- プロパティ変更イベントpublic Dimension getPreferredSize(JComponent c)
getPreferredSize
、クラス: BasicTextUI
c
- エディタ・コンポーネントIllegalArgumentException
- 渡された値が無効な場合JComponent.getPreferredSize()
, LayoutManager.preferredLayoutSize(java.awt.Container)
public Dimension getMinimumSize(JComponent c)
getMinimumSize
、クラス: BasicTextUI
c
- エディタ・コンポーネントIllegalArgumentException
- 渡された値が無効な場合JComponent.getMinimumSize()
, LayoutManager.minimumLayoutSize(java.awt.Container)
, ComponentUI.getPreferredSize(javax.swing.JComponent)
public View create(Element elem)
create
、インタフェース: ViewFactory
create
、クラス: BasicTextUI
elem
- 要素View
public int getBaseline(JComponent c, int width, int height)
getBaseline
、クラス: ComponentUI
c
- ベースラインが要求されるJComponent
width
- ベースラインを取得する幅height
- ベースラインを取得する高さNullPointerException
- c
がnull
である場合IllegalArgumentException
- 幅または高さが0より小さい場合JComponent.getBaseline(int, int)
public Component.BaselineResizeBehavior getBaselineResizeBehavior(JComponent c)
getBaselineResizeBehavior
、クラス: ComponentUI
c
- ベースラインのサイズ変更の動作を返すJComponent
NullPointerException
- c
がnull
である場合JComponent.getBaseline(int, int)
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.