public class LocaleEditor extends PropertyEditorSupportSE
java.util.Locale のエディター。 ロケールの toString と同じ構文、つまり、言語 + オプションで国 + オプションで "_" で区切られたバリアント(例: "en"、"en_US" )が必要です。また、アンダースコアの代わりに、スペースをセパレーターとして受け入れます。
LocaleSE, StringUtils.parseLocaleString(java.lang.String)| コンストラクターと説明 |
|---|
LocaleEditor() |
| 修飾子と型 | メソッドと説明 |
|---|---|
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 void setAsText(StringSE text)
PropertyEditorSE の setAsTextSE PropertyEditorSupportSE の setAsTextSE public StringSE getAsText()
PropertyEditorSE の getAsTextSE PropertyEditorSupportSE の getAsTextSE