API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.spi. TimeZoneNameProvider View Source
Author(s)
Since
1.6
Version
@(#)TimeZoneNameProvider.java 1.2 05/11/17
Serial
Hierarchy
 Object
      LocaleServiceProvider
          TimeZoneNameProvider
Implements
Subclasses
Description
publicabstract abstract class TimeZoneNameProvider
  An abstract class for service providers that provide localized time zone names for the TimeZone class.
See also:   
Constructors
protected TimeZoneNameProvider ()
  Sole constructor.
Methods
Hide/Show inherited methods
publicabstract Locale getAvailableLocales () [Inherited From LocaleServiceProvider]
  Returns an array of all locales for which this locale service provider can provide localized objects or names.
publicabstract String getDisplayName (String ID, boolean daylight, int style, Locale locale)
  Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar