Class Messages
- java.lang.Object
-
- org.eclipse.nebula.paperclips.core.Messages
-
public class Messages extends java.lang.Object
Convenience methods for retrieving locale-specific messages.- Since:
- 1.0.4
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
BUNDLE_NAME
static java.lang.String
PAGE_X_OF_Y
Key for "Page {x} of {y}" used by DefaultPageNumberFormat.private static java.util.ResourceBundle
RESOURCE_BUNDLE
-
Constructor Summary
Constructors Modifier Constructor Description private
Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getString(java.lang.String key)
Returns the locale-specific messages for the given key.
-
-
-
Field Detail
-
BUNDLE_NAME
private static final java.lang.String BUNDLE_NAME
- See Also:
- Constant Field Values
-
RESOURCE_BUNDLE
private static final java.util.ResourceBundle RESOURCE_BUNDLE
-
PAGE_X_OF_Y
public static final java.lang.String PAGE_X_OF_Y
Key for "Page {x} of {y}" used by DefaultPageNumberFormat.- See Also:
- Constant Field Values
-
-