|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.util.spi.LocaleServiceProvider java.util.spi.TimeZoneNameProvider
public abstract class TimeZoneNameProvider
为 TimeZone
类提供本地化时区名称的服务提供者的抽象类。从此类的实现获得的本地化时区名称也是 DateFormatSymbols.getZoneStrings()
方法的源。
构造方法摘要 | |
---|---|
protected |
TimeZoneNameProvider()
唯一的构造方法。 |
方法摘要 | |
---|---|
abstract String |
getDisplayName(String ID,
boolean daylight,
int style,
Locale locale)
返回适于展示给指定语言环境用户的给定时区 ID 名称。 |
从类 java.util.spi.LocaleServiceProvider 继承的方法 |
---|
getAvailableLocales |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
protected TimeZoneNameProvider()
方法详细信息 |
---|
public abstract String getDisplayName(String ID, boolean daylight, int style, Locale locale)
如果 daylight
为 true,该方法应返回适合夏令时的名称,即使指定的时区过去没有观测到夏令时。
ID
- 时区 ID 字符串daylight
- 如果为 true,则返回夏令时名称。style
- TimeZone.LONG
或 TimeZone.SHORT
locale
- 所需的语言环境
IllegalArgumentException
- 如果 style
无效,或者 locale
不是从 getAvailableLocales()
返回的语言环境之一。
NullPointerException
- 如果 ID
或 locale
为 nullTimeZone.getDisplayName(boolean, int, java.util.Locale)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。