インタフェース
javax.swing.event.DocumentEventの使用
パッケージ
説明
Swingコンポーネントによってトリガーされるイベントを提供します。
編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。
HTMLテキスト・エディタを作成するためのクラス
HTMLEditorKit
とサポート・クラスを提供します。-
javax.swing.eventでのDocumentEventの使用
修飾子と型メソッド説明void
DocumentListener.changedUpdate
(DocumentEvent e) 属性または属性セットが変更されたことを通知します。void
DocumentListener.insertUpdate
(DocumentEvent e) ドキュメントへの挿入があったことを通知します。void
DocumentListener.removeUpdate
(DocumentEvent e) ドキュメントの一部が削除されたことを通知します。 -
javax.swing.textでのDocumentEventの使用
修飾子と型メソッド説明void
FlowView.changedUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
FlowView.FlowStrategy.changedUpdate
(FlowView fv, DocumentEvent e, Rectangle alloc) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
GlyphView.changedUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。void
JTextComponent.AccessibleJTextComponent.changedUpdate
(DocumentEvent e) ドキュメントの削除を処理します(AccessibleContext.ACCESSIBLE_TEXT_PROPERTYという適切なプロパティ変更イベントをトリガーする)。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
AbstractDocument.fireChangedUpdate
(DocumentEvent e) このイベント・タイプの通知対象として登録されているすべてのリスナーに通知します。protected void
AbstractDocument.fireInsertUpdate
(DocumentEvent e) このイベント・タイプの通知対象として登録されているすべてのリスナーに通知します。protected void
AbstractDocument.fireRemoveUpdate
(DocumentEvent e) このイベント・タイプの通知対象として登録されているすべてのリスナーに通知します。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.FlowStrategy.insertUpdate
(FlowView fv, DocumentEvent e, Rectangle alloc) このビューが担当する位置でドキュメントに何かが挿入されたことを通知します。void
FlowView.insertUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
GlyphView.insertUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
JTextComponent.AccessibleJTextComponent.insertUpdate
(DocumentEvent e) ドキュメントの挿入を処理します(AccessibleContext.ACCESSIBLE_TEXT_PROPERTYという適切なプロパティ変更イベントをトリガーする)。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) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
FieldView.removeUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。void
FlowView.FlowStrategy.removeUpdate
(FlowView fv, DocumentEvent e, Rectangle alloc) このビューが担当するドキュメント内の位置から何かが削除されたということを通知します。void
FlowView.removeUpdate
(DocumentEvent changes, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。void
GlyphView.removeUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。void
JTextComponent.AccessibleJTextComponent.removeUpdate
(DocumentEvent e) ドキュメントの削除を処理します(AccessibleContext.ACCESSIBLE_TEXT_PROPERTYという適切なプロパティ変更イベントをトリガーする)。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) 指定されたドキュメント・イベントでカバーされる変更領域を再ペイントします。protected void
AsyncBoxView.updateLayout
(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a) モデルから変更の通知を受け取った場合に、レイアウトを更新します。protected void
View.updateLayout
(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a) モデルから変更の通知を受け取った場合に、レイアウトを更新します。 -
javax.swing.text.htmlでのDocumentEventの使用
修飾子と型メソッド説明void
ImageView.changedUpdate
(DocumentEvent e, Shape a, ViewFactory f) Elements属性の変更時に呼び出されます。void
InlineView.changedUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置で属性が変更されたことをドキュメントから通知します。protected void
HTMLDocument.fireChangedUpdate
(DocumentEvent e) このイベント・タイプの通知対象として登録されているすべてのリスナーに通知します。void
InlineView.insertUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。void
InlineView.removeUpdate
(DocumentEvent e, Shape a, ViewFactory f) このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。