JavaTM Platform
Standard Ed. 6

クラス
javax.swing.text.DocumentFilter.FilterBypass の使用

DocumentFilter.FilterBypass を使用しているパッケージ
javax.swing.text 編集可能なテキストコンポーネントと編集不能なテキストコンポーネントを処理するクラスとインタフェースを提供します。 
 

javax.swing.text での DocumentFilter.FilterBypass の使用
 

DocumentFilter.FilterBypass 型のパラメータを持つ javax.swing.text のメソッド
 void DocumentFilter.insertString(DocumentFilter.FilterBypass fb, int offset, String string, AttributeSet attr)
          指定した Document にテキストを挿入する前に呼び出されます。
 void DocumentFilter.remove(DocumentFilter.FilterBypass fb, int offset, int length)
          指定した Document の指定した範囲を削除する前に呼び出されます。
 void DocumentFilter.replace(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attrs)
          指定した Document でテキストの範囲を置き換える前に呼び出されます。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。