クラス
javax.swing.event.DocumentEvent.EventTypeの使用
DocumentEvent.EventTypeを使用するパッケージ
パッケージ
説明
Swingコンポーネントによってトリガーされるイベントを提供します。
編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。
-
javax.swing.eventでのDocumentEvent.EventTypeの使用
DocumentEvent.EventTypeとして宣言されたjavax.swing.eventのフィールド修飾子と型フィールド説明static final DocumentEvent.EventTypeDocumentEvent.EventType.CHANGEChangeタイプです。static final DocumentEvent.EventTypeDocumentEvent.EventType.INSERTInsertタイプです。static final DocumentEvent.EventTypeDocumentEvent.EventType.REMOVERemoveタイプです。 -
javax.swing.textでのDocumentEvent.EventTypeの使用
型DocumentEvent.EventTypeのパラメータを持つjavax.swing.textのコンストラクタ