MessageTool.TextKey |
MessageTool.TextKey.bundle(String setme) |
Returns a new TextKey with the specified resource bundle set.
|
MessageTool.TextKey |
MessageTool.TextKey.clearArgs() |
This will return a new TextKey that has no arguments to
be inserted into the text output.
|
MessageTool.TextKey |
MessageTool.get(String key) |
Looks up and returns the localized message for the specified key.
|
MessageTool.TextKey |
MessageTool.TextKey.get(String appendme) |
Appends a period and the new key to the current
key and returns a new TextKey instance with the
combined result as its key.
|
MessageTool.TextKey |
MessageTool.TextKey.insert(Object addme) |
Returns a new TextKey with the specified argument
to be inserted into the text output.
|
MessageTool.TextKey |
MessageTool.TextKey.insert(Object[] addme) |
Returns a new TextKey with the specified array of arguments
to be inserted into the text output.
|
MessageTool.TextKey |
MessageTool.TextKey.insert(Object addme,
Object metoo) |
Returns a new TextKey with the specified arguments
to be inserted into the text output.
|
MessageTool.TextKey |
MessageTool.TextKey.insert(Object addme,
Object metoo,
Object methree) |
Returns a new TextKey with the specified arguments
to be inserted into the text output.
|
MessageTool.TextKey |
MessageTool.TextKey.insert(List addme) |
Returns a new TextKey with the specified List of arguments
to be inserted into the text output.
|
MessageTool.TextKey |
MessageTool.TextKey.locale(Locale setme) |
Returns a new TextKey with the specified resource bundle set.
|