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