|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.paperclips.Messages
public class Messages
Convenience methods for retrieving locale-specific messages.
Field Summary | |
---|---|
static java.lang.String |
PAGE_X_OF_Y
Key for "Page {x} of {y}" used by DefaultPageNumberFormat. |
Method Summary | |
---|---|
static java.lang.String |
getString(java.lang.String key)
Returns the locale-specific messages for the given key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PAGE_X_OF_Y
Method Detail |
---|
public static java.lang.String getString(java.lang.String key)
key
- the key identifying the string to be retrieved.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |