API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.text.spi. DateFormatProvider View Source
Author(s)
Since
1.6
Version
@(#)DateFormatProvider.java 1.2 05/11/17
Serial
Hierarchy
 Object
      LocaleServiceProvider
          DateFormatProvider
Implements
Subclasses
Description
publicabstract abstract class DateFormatProvider
  An abstract class for service providers that provide concrete implementations of the DateFormat class.
See also:   
Constructors
protected DateFormatProvider ()
  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 DateFormat getDateInstance (int style, Locale locale)
  Returns a new DateFormat instance which formats date with the given formatting style for the specified locale.
publicabstract DateFormat getDateTimeInstance (int dateStyle, int timeStyle, Locale locale)
  Returns a new DateFormat instance which formats date and time with the given formatting style for the specified locale.
publicabstract DateFormat getTimeInstance (int style, Locale locale)
  Returns a new DateFormat instance which formats time with the given formatting style for the specified locale.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar