jp.cssj.sakae.sac.i18n
クラス LocaleGroup

java.lang.Object
  拡張jp.cssj.sakae.sac.i18n.LocaleGroup

public class LocaleGroup
extends Object

This class represents a group of ExtendedLocalizable objects which have a shared default locale.

バージョン:
$Id: LocaleGroup.java,v 1.2 2007-05-06 04:24:06 miyabe Exp $
作成者:
Stephane Hillion

フィールドの概要
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
 

フィールドの詳細

DEFAULT

public static final LocaleGroup DEFAULT
The default group.


locale

protected Locale locale
The shared Locale.

コンストラクタの詳細

LocaleGroup

public LocaleGroup()
メソッドの詳細

setLocale

public void setLocale(Locale l)
Sets the default locale for all the instances of ExtendedLocalizable in this group.


getLocale

public Locale getLocale()
Gets the current default locale in this group, or null.



(c)2009 GNN & Co.,Ltd.