|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.cssj.sakae.sac.i18n.LocaleGroup
This class represents a group of ExtendedLocalizable objects which have a shared default locale.
| フィールドの概要 | |
static LocaleGroup |
DEFAULT
The default group. |
protected Locale |
locale
The shared Locale. |
| コンストラクタの概要 | |
LocaleGroup()
|
|
| メソッドの概要 | |
Locale |
getLocale()
Gets the current default locale in this group, or null. |
void |
setLocale(Locale l)
Sets the default locale for all the instances of ExtendedLocalizable in this group. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static final LocaleGroup DEFAULT
protected Locale locale
| コンストラクタの詳細 |
public LocaleGroup()
| メソッドの詳細 |
public void setLocale(Locale l)
public Locale getLocale()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||