All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.text.resources.DateFormatZoneData_fr_BE

java.lang.Object
   |
   +----java.util.ResourceBundle
           |
           +----java.util.ListResourceBundle
                   |
                   +----java.text.resources.DateFormatZoneData_fr_BE

public final class DateFormatZoneData_fr_BE
extends ListResourceBundle
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, 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.

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

Constructor Index

 o DateFormatZoneData_fr_BE()

Method Index

 o getContents()
Overrides ListResourceBundle

Constructors

 o DateFormatZoneData_fr_BE
 public DateFormatZoneData_fr_BE()

Methods

 o getContents
 public Object[][] getContents()
Overrides ListResourceBundle

Overrides:
getContents in class ListResourceBundle

All Packages  Class Hierarchy  This Package  Previous  Next  Index