インタフェース
javax.swing.text.ViewFactoryの使用
パッケージ
説明
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
デフォルトのLook & FeelであるJava Look & Feel (以前のコード名はMetal)に従って構築されたユーザー・インタフェース・オブジェクトを提供します。
Synthは、すべてのペイントが委譲されるスキン設定可能なLook & Feelです。
編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。
HTMLテキスト・エディタを作成するためのクラス
HTMLEditorKit
とサポート・クラスを提供します。-
javax.swing.plaf.basicでのViewFactoryの使用
修飾子と型クラス説明class
JEditorPaneのLook & Feelを提供します。class
JFormattedTextField
のLook & Feel実装を提供します。class
パスワード・フィールドのWindows Look & Feelを提供します。class
プレーン・テキスト・エディタのLook & Feelを提供します。class
JTextFieldのLook & Feelの基礎です。class
書式付きテキスト・エディタのLook & Feelを提供します。class
テキスト・コンポーネントのLook & Feelの基礎です。 -
javax.swing.plaf.metalでのViewFactoryの使用
-
javax.swing.plaf.synthでのViewFactoryの使用
修飾子と型クラス説明class
JEditorPane
のSynth L&F UIの委譲を提供します。class
JFormattedTextField
のSynth L&F UIの委譲を提供します。class
JPasswordField
のSynth L&F UIの委譲を提供します。class
Synth Look & Feelのプレーン・テキスト・エディタのLook & Feelを提供します。class
JTextField
のSynth L&F UIの委譲を提供します。class
Synth Look & Feelの書式付きテキスト・エディタのLook & Feelを提供します。 -
javax.swing.textでのViewFactoryの使用
修飾子と型メソッド説明DefaultEditorKit.getViewFactory()
このキットが作成した任意のモデルのビューを作成するのに適したファクトリを取得します。abstract ViewFactory
EditorKit.getViewFactory()
このキットが作成した任意のモデルのビューを作成するのに適したファクトリを取得します。StyledEditorKit.getViewFactory()
このキットが作成した任意のモデルのビューを作成するのに適したファクトリを取得します。View.getViewFactory()
ビュー階層を供給しているViewFactory
の実装を取り出します。修飾子と型メソッド説明void
FlowView.changedUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
GlyphView.changedUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
LabelView.changedUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
ParagraphView.changedUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
PlainView.changedUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
View.changedUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
WrappedPlainView.changedUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。protected void
BoxView.forwardUpdate
(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) 指定されたDocumentEvent
を、モデルへの変更について通知する必要のある子ビューに転送します。protected void
View.forwardUpdate
(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) 指定されたDocumentEvent
を、モデルへの変更について通知する必要のある子ビューに転送します。protected void
View.forwardUpdateToView
(View v, DocumentEvent e, Shape a, ViewFactory f) 指定された子ビューにDocumentEvent
を転送します。void
FieldView.insertUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
FlowView.insertUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
GlyphView.insertUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
PlainView.insertUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
View.insertUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
WrappedPlainView.insertUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
ZoneView.insertUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。protected void
AsyncBoxView.loadChildren
(ViewFactory f) ビューを初期化するためにすべての子をロードします。protected void
CompositeView.loadChildren
(ViewFactory f) ビューを初期化するためにすべての子をロードします。protected void
FlowView.loadChildren
(ViewFactory f) ビューを初期化するためにすべての子をロードします。protected void
WrappedPlainView.loadChildren
(ViewFactory f) ビューを初期化するためにすべての子をロードします。protected void
ZoneView.loadChildren
(ViewFactory f) ビューを初期化するためにすべての子をロードします。void
FieldView.removeUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。void
FlowView.removeUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。void
GlyphView.removeUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。void
PlainView.removeUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。void
View.removeUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。void
WrappedPlainView.removeUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。void
ZoneView.removeUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。protected boolean
View.updateChildren
(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f) モデルが変更されたという通知を受け取ると、子ビューを更新します。このビューが扱う要素の変更記録があります。protected boolean
ZoneView.updateChildren
(DocumentEvent.ElementChange ec, DocumentEvent e, ViewFactory f) スーパー・クラスの動作により、子ビューの更新が試みられます。ただし、子はゾーンであり、関連する要素の変更の影響を直接受けないため、この動作は適切ではありません。protected void
PlainView.updateDamage
(DocumentEvent changes, Shape a, ViewFactory f) 指定されたドキュメント・イベントでカバーされる変更領域を再ペイントします。 -
javax.swing.text.htmlでのViewFactoryの使用
修飾子と型メソッド説明void
ImageView.changedUpdate
(DocumentEvent e, Shape a, ViewFactory f) Elements属性の変更時に呼び出されます。void
InlineView.changedUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
InlineView.insertUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
InlineView.removeUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。