sun.text.resources
Class DateFormatZoneData_en

java.lang.Object
  extended by java.util.ResourceBundle
      extended by sun.text.resources.DateFormatZoneData
          extended by sun.text.resources.DateFormatZoneData_en

public final class DateFormatZoneData_en
extends DateFormatZoneData

Supplement package private date-time formatting zone data for DateFormat. DateFormatData used in DateFormat will be initialized by loading the data from LocaleElements and DateFormatZoneData resources. The zone data are represented with the following form: {ID, new String[] {ID, long zone string, short zone string, long daylight string, short daylight string, representative city of zone}}, where ID is NOT localized, but is used to look up the localized timezone data internally. Localizers can localize any zone strings except for the ID of the timezone. Also, localizer should not touch "localPatternChars" entry.

See Also:
Format, DateFormatData, LocaleElements, SimpleDateFormat, TimeZone

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DateFormatZoneData_en()
           
 
Method Summary
 Object[][] getContents()
          Overrides ListResourceBundle
 
Methods inherited from class sun.text.resources.DateFormatZoneData
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFormatZoneData_en

public DateFormatZoneData_en()
Method Detail

getContents

public Object[][] getContents()
Description copied from class: DateFormatZoneData
Overrides ListResourceBundle

Overrides:
getContents in class DateFormatZoneData