Package gaiasky.desktop.format
Class DesktopDateFormatFactory
java.lang.Object
gaiasky.util.format.DateFormatFactory
gaiasky.desktop.format.DesktopDateFormatFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class gaiasky.util.format.DateFormatFactory
DateFormatFactory.DateType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected IDateFormat
getDateFormatter(String pattern)
protected IDateFormat
getDateFormatter(Locale loc)
protected IDateFormat
getDateTimeFormatter(Locale loc)
protected IDateFormat
getTimeFormatter(Locale loc)
Methods inherited from class gaiasky.util.format.DateFormatFactory
getFormatter, getFormatter, initialize
-
Constructor Details
-
DesktopDateFormatFactory
public DesktopDateFormatFactory()
-
-
Method Details
-
getDateFormatter
- Specified by:
getDateFormatter
in classDateFormatFactory
-
getDateFormatter
- Specified by:
getDateFormatter
in classDateFormatFactory
-
getTimeFormatter
- Specified by:
getTimeFormatter
in classDateFormatFactory
-
getDateTimeFormatter
- Specified by:
getDateTimeFormatter
in classDateFormatFactory
-