protected static class Text.ContentMnemonic<G extends OutputManager<?>> extends java.lang.Object implements MnemonicTrait<G>
| Modifier and Type | Field and Description |
|---|---|
private MnemonicInfo |
mnemonic
The mnemonic info
|
| Constructor and Description |
|---|
ContentMnemonic() |
| Modifier and Type | Method and Description |
|---|---|
MnemonicInfo |
getMnemonic()
MnemonicInfo instance getter.
|
void |
setMnemonic(MnemonicInfo mnemonic)
MnemonicInfo instance setter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateMnemonic, getColumnMnemonic, getMnemonicCharacter, getMnemonicKeyCode, getMnemonicLabel, isMnemonicSupported, setColumnMnemonic, updateMnemonicprivate MnemonicInfo mnemonic
public MnemonicInfo getMnemonic()
The implementors should simply return the value of the mnemonic class field. No additional processing logic is advised.
getMnemonic in interface MnemonicTrait<G extends OutputManager<?>>public void setMnemonic(MnemonicInfo mnemonic)
The implementors should simply assign the parameter value to the mnemonic class field. No additional processing logic is advised.
setMnemonic in interface MnemonicTrait<G extends OutputManager<?>>mnemonic - Mnemonic info.