|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.michaelbaranov.microba.calendar.DefaultCalendarResources
public class DefaultCalendarResources
A very basic implementation of CalendarResources
. Used by default by
CalendarPane
and DatePicker
classes. The resources are loaded
from 'DefaultCalendarResources.properties' file.
Field Summary |
---|
Fields inherited from interface com.michaelbaranov.microba.calendar.CalendarResources |
---|
KEY_NONE, KEY_TODAY |
Constructor Summary | |
---|---|
DefaultCalendarResources()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getResource(java.lang.String key,
java.util.Locale locale)
This method is used to query tring resources for CalendarPane and
DatePicker classes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultCalendarResources()
Method Detail |
---|
public java.lang.String getResource(java.lang.String key, java.util.Locale locale)
CalendarResources
CalendarPane
and
DatePicker
classes. Should not return null
.
getResource
in interface CalendarResources
key
- one of the keys defined by CalendarResources
locale
- a Locale
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |