Package org.apache.cayenne.util
Class LocalizedStringsHandler
java.lang.Object
org.apache.cayenne.util.LocalizedStringsHandler
public class LocalizedStringsHandler extends Object
Provides access to various modeler resources (mainly strings) obtained via a
 ResourceBundle.
- 
Field SummaryFields Modifier and Type Field Description protected static ResourceBundlebundlestatic StringDEFAULT_MESSAGE_BUNDLE
- 
Constructor SummaryConstructors Constructor Description LocalizedStringsHandler()
- 
Method SummaryModifier and Type Method Description protected static ResourceBundlegetBundle()static StringgetString(String key)Returns localized string for the given key.
- 
Field Details- 
DEFAULT_MESSAGE_BUNDLE- See Also:
- Constant Field Values
 
- 
bundle
 
- 
- 
Constructor Details- 
LocalizedStringsHandlerpublic LocalizedStringsHandler()
 
- 
- 
Method Details- 
getStringReturns localized string for the given key.
- 
getBundle
 
-