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