|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--jtail.TextFilterAdapter
フィルタインタフェースのアダプタクラス
フィールドの概要 | |
protected java.lang.String |
pattern
|
コンストラクタの概要 | |
TextFilterAdapter()
|
メソッドの概要 | |
EditedString |
edit(EditedString str)
共通処理 |
abstract EditedString |
editEach(EditedString str)
個別編集処理 |
java.lang.String |
getPattern()
パターンの取得 |
void |
setPattern(java.lang.String pattern)
パターンの設定 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected java.lang.String pattern
コンストラクタの詳細 |
public TextFilterAdapter()
メソッドの詳細 |
public EditedString edit(EditedString str)
TextFilter
内の edit
public abstract EditedString editEach(EditedString str)
public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |