J2ME CDC

java.text.resources
Class DateFormatZoneData_en

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.text.resources.DateFormatZoneData
              |
              +--java.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

Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DateFormatZoneData_en()
           
 
Method Summary
 Object[][] getContents()
          Overrides ListResourceBundle
 
Methods inherited from class java.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

J2ME CDC

Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved.