Uses of Class
org.tn5250j.keyboard.KeyMnemonic
-
Packages that use KeyMnemonic Package Description org.tn5250j org.tn5250j.framework.tn5250 org.tn5250j.keyboard -
-
Uses of KeyMnemonic in org.tn5250j
Methods in org.tn5250j that return KeyMnemonic Modifier and Type Method Description KeyMnemonic[]SessionConfig.SessionConfiguration. getDefaultKeypadMnemonics()KeyMnemonic[]SessionConfig.SessionConfiguration. getKeypadMnemonics()Methods in org.tn5250j with parameters of type KeyMnemonic Modifier and Type Method Description voidSessionConfig. setKeypadMnemonicsAndFireChangeEvent(KeyMnemonic[] keyMnemonics) -
Uses of KeyMnemonic in org.tn5250j.framework.tn5250
Methods in org.tn5250j.framework.tn5250 with parameters of type KeyMnemonic Modifier and Type Method Description voidScreen5250. sendKeys(KeyMnemonic keyMnemonic) -
Uses of KeyMnemonic in org.tn5250j.keyboard
Methods in org.tn5250j.keyboard that return KeyMnemonic Modifier and Type Method Description KeyMnemonic[]KeyMnemonicSerializer. deserialize(java.lang.String keypadMnemonics)KeyMnemonicKeyMnemonicResolver. findMnemonic(java.lang.String mnemonicStr)static KeyMnemonicKeyMnemonic. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyMnemonic[]KeyMnemonic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tn5250j.keyboard with parameters of type KeyMnemonic Modifier and Type Method Description java.lang.StringKeyMnemonicResolver. getDescription(KeyMnemonic mnemonic)java.lang.StringKeyMnemonicSerializer. serialize(KeyMnemonic[] keyMnemonics)
-