MCPcopy Create free account
hub / github.com/PCGen/pcgen / getMnemonic

Method getMnemonic

code/src/java/pcgen/system/LanguageBundle.java:52–55  ·  view source on GitHub ↗

Get the Mnemonic @param property The key of the property to lookup. @return Mnemonic of the property

(String property)

Source from the content-addressed store, hash-verified

50 * @return Mnemonic of the property
51 */
52 public static int getMnemonic(String property)
53 {
54 return getMnemonic(property, '\0');
55 }
56
57 /**
58 * Convenience method to retrieve a localised string with no parameters.

Callers 10

initMenusMethod · 0.95
configurePropsMethod · 0.95
CenterMenuItemMethod · 0.95
FlipMenuItemMethod · 0.95
OptionsMenuMethod · 0.95
ResetMenuItemMethod · 0.95
getMnemonicMethod · 0.95
initComponentsMethod · 0.95

Calls 2

getPropertyMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected