Interface CalendarResources
- All Known Implementing Classes:
DefaultCalendarResources
public interface CalendarResources
An interface is used to provide localized string resources for
CalendarPane
and DatePicker
classes.- Author:
- Michael Baranov
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetResource
(String key, Locale locale) This method is used to query tring resources forCalendarPane
andDatePicker
classes.
-
Field Details
-
KEY_TODAY
A key for "today" word- See Also:
-
KEY_NONE
A key for "none" word- See Also:
-
-
Method Details
-
getResource
This method is used to query tring resources forCalendarPane
andDatePicker
classes. Should not returnnull
.- Parameters:
key
- one of the keys defined byCalendarResources
locale
- aLocale
- Returns:
- localized string resource for a given key
-