Package org.tn5250j
Class SessionConfig.SessionConfiguration
- java.lang.Object
-
- org.tn5250j.SessionConfig.SessionConfiguration
-
- Enclosing class:
- SessionConfig
public class SessionConfig.SessionConfiguration extends java.lang.ObjectThis is the new intended way to access configuration. Only Getters are allowed here!TODO: refactor all former usages which access properties directly
-
-
Constructor Summary
Constructors Constructor Description SessionConfiguration()
-
Method Summary
Modifier and Type Method Description KeyMnemonic[]getDefaultKeypadMnemonics()floatgetKeypadFontSize()KeyMnemonic[]getKeypadMnemonics()booleanisKeypadEnabled()
-
-
-
Method Detail
-
getKeypadFontSize
public float getKeypadFontSize()
-
isKeypadEnabled
public boolean isKeypadEnabled()
-
getKeypadMnemonics
public KeyMnemonic[] getKeypadMnemonics()
-
getDefaultKeypadMnemonics
public KeyMnemonic[] getDefaultKeypadMnemonics()
-
-