java > java.text > java.text.spi > java.text.spi.dateformatprovider >

Class: java.text.spi.DateFormatProvider
    java.lang.Object
       java.util.spi.LocaleServiceProvider
               java.text.spi.DateFormatProvider


public abstract class DateFormatProvider extends LocaleServiceProvider


FIELDS:

CONSTRUCTORS:
protected DateFormatProvider()


METHODS:
public abstract DateFormat getDateInstance(int style, Locale locale)
Throws: IllegalArgumentException
Throws: NullPointerException

public abstract DateFormat getDateTimeInstance(int dateStyle, int timeStyle, Locale locale)
Throws: IllegalArgumentException
Throws: NullPointerException

public abstract DateFormat getTimeInstance(int style, Locale locale)
Throws: IllegalArgumentException
Throws: NullPointerException


INHERITED METHODS:
getAvailableLocales(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net