Package org.luwrain.core
Interface Settings.HotKey
- Enclosing interface:
- Settings
public static interface Settings.HotKey
-
Method Summary
Modifier and TypeMethodDescriptiongetCharacter(String defValue) getSpecial(String defValue) booleangetWithAlt(boolean defValue) booleangetWithControl(boolean defValue) booleangetWithShift(boolean defValue) void
-
Method Details
-
getSpecial
-
getCharacter
-
getWithControl
boolean getWithControl(boolean defValue) -
getWithShift
boolean getWithShift(boolean defValue) -
getWithAlt
boolean getWithAlt(boolean defValue) -
getKeys
-
setKeys
-