public class PatternEditor extends PropertyEditorSupportSE
java.util.regex.Pattern のエディター。パターンの compile メソッドと同じ構文が必要です。PatternSE, Pattern.compile(String)SE| コンストラクターと説明 |
|---|
PatternEditor() デフォルト設定で新しい PatternEditor を作成します。 |
PatternEditor(int flags) 指定された設定で新しい PatternEditor を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getAsText() |
void | setAsText(StringSE text) |
addPropertyChangeListenerSE, firePropertyChangeSE, getCustomEditorSE, getJavaInitializationStringSE, getSourceSE, getTagsSE, getValueSE, isPaintableSE, paintValueSE, removePropertyChangeListenerSE, setSourceSE, setValueSE, supportsCustomEditorSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic PatternEditor()
public PatternEditor(int flags)
flags - 適用する java.util.regex.Pattern フラグ Pattern.compile(String, int)SE, Pattern.CASE_INSENSITIVESE, Pattern.MULTILINESE, Pattern.DOTALLSE, Pattern.UNICODE_CASESE, Pattern.CANON_EQSEpublic void setAsText(@Nullable StringSE text)
PropertyEditorSE の setAsTextSE PropertyEditorSupportSE の setAsTextSE public StringSE getAsText()
PropertyEditorSE の getAsTextSE PropertyEditorSupportSE の getAsTextSE