MCPcopy Create free account
hub / github.com/bobbylight/RText / getString

Method getString

src/main/java/org/fife/rtext/plugins/console/Plugin.java:146–149  ·  view source on GitHub ↗

Returns a localized message. @param key The key. @param params Any parameters for the message. @return The localized message.

(String key, String... params)

Source from the content-addressed store, hash-verified

144 * @return The localized message.
145 */
146 public String getString(String key, String... params) {
147 String temp = MSG.getString(key);
148 return MessageFormat.format(temp, (Object[])params);
149 }
150
151
152 @Override

Callers 15

createSpellingParserMethod · 0.45
setSpellingDictionaryMethod · 0.45
runMethod · 0.45
createPopupMenuMethod · 0.45
StatusBarMethod · 0.45
createLabelMethod · 0.45
addCopyAsSubMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected