パッケージ | 説明 |
---|---|
javax.swing.event |
Swingコンポーネントによってトリガーされるイベントを提供します。
|
javax.swing.text |
編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。
|
javax.swing.text.html |
HTMLテキスト・エディタを作成するためのクラス
HTMLEditorKit とサポート・クラスを提供します。 |
修飾子と型 | メソッドと説明 |
---|---|
void |
DocumentListener.changedUpdate(DocumentEvent e)
属性または属性セットが変更されたことを通知します。
|
void |
DocumentListener.insertUpdate(DocumentEvent e)
ドキュメントへの挿入があったことを通知します。
|
void |
DocumentListener.removeUpdate(DocumentEvent e)
ドキュメントの一部が削除されたことを通知します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
AbstractDocument.DefaultDocumentEvent
ドキュメントが変更された場合に、ドキュメントの変更を格納します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
JTextComponent.AccessibleJTextComponent.changedUpdate(DocumentEvent e)
ドキュメントの削除を処理します(AccessibleContext.ACCESSIBLE_TEXT_PROPERTYという適切なプロパティ変更イベントをトリガーする)。
|
void |
WrappedPlainView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。
|
void |
View.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。
|
void |
PlainView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。
|
void |
ParagraphView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。
|
void |
GlyphView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。
|
void |
FlowView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。
|
void |
LabelView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。
|
void |
FlowView.FlowStrategy.changedUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。
|
protected void |
AbstractDocument.fireChangedUpdate(DocumentEvent e)
このイベント・タイプの通知対象として登録されているすべてのリスナーに通知します。
|
protected void |
AbstractDocument.fireInsertUpdate(DocumentEvent e)
このイベント・タイプの通知対象として登録されているすべてのリスナーに通知します。
|
protected void |
AbstractDocument.fireRemoveUpdate(DocumentEvent e)
このイベント・タイプの通知対象として登録されているすべてのリスナーに通知します。
|
protected void |
View.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f)
指定された
DocumentEvent を、モデルへの変更について通知する必要のある子ビューに転送します。 |
protected void |
BoxView.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f)
指定された
DocumentEvent を、モデルへの変更について通知する必要のある子ビューに転送します。 |
protected void |
TableView.forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) |
protected void |
View.forwardUpdateToView(View v, DocumentEvent e, Shape a, ViewFactory f)
指定された子ビューに
DocumentEvent を転送します。 |
void |
JTextComponent.AccessibleJTextComponent.insertUpdate(DocumentEvent e)
ドキュメントの挿入を処理します(AccessibleContext.ACCESSIBLE_TEXT_PROPERTYという適切なプロパティ変更イベントをトリガーする)。
|
void |
WrappedPlainView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。
|
void |
View.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。
|
void |
PlainView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。
|
void |
FieldView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。
|
void |
ZoneView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。
|
void |
GlyphView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。
|
void |
FlowView.insertUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。
|
void |
FlowView.FlowStrategy.insertUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
このビューが担当する位置でドキュメントに何かが挿入されたことを通知します。
|
void |
JTextComponent.AccessibleJTextComponent.removeUpdate(DocumentEvent e)
ドキュメントの削除を処理します(AccessibleContext.ACCESSIBLE_TEXT_PROPERTYという適切なプロパティ変更イベントをトリガーする)。
|
void |
WrappedPlainView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。
|
void |
View.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。
|
void |
PlainView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。
|
void |
FieldView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。
|
void |
ZoneView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。
|
void |
GlyphView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。
|
void |
FlowView.removeUpdate(DocumentEvent changes, Shape a, ViewFactory f)
このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。
|
void |
FlowView.FlowStrategy.removeUpdate(FlowView fv, DocumentEvent e, Rectangle alloc)
このビューが担当するドキュメント内の位置から何かが削除されたということを通知します。
|
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 |
View.updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a)
モデルから変更の通知を受け取った場合に、レイアウトを更新します。
|
protected void |
AsyncBoxView.updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a)
モデルから変更の通知を受け取った場合に、レイアウトを更新します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
BlockView.changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) |
void |
InlineView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱う位置で属性が変更されたことをドキュメントから通知します。
|
void |
ImageView.changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
Elements属性の変更時に呼び出されます。
|
protected void |
HTMLDocument.fireChangedUpdate(DocumentEvent e)
このイベント・タイプの通知対象として登録されているすべてのリスナーに通知します。
|
void |
InlineView.insertUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱う位置でドキュメントに何かが挿入されたことを通知します。
|
void |
InlineView.removeUpdate(DocumentEvent e, Shape a, ViewFactory f)
このビューが扱うドキュメント内の位置から何かが削除されたということを通知します。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.