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) boolean
getWithAlt
(boolean defValue) boolean
getWithControl
(boolean defValue) boolean
getWithShift
(boolean defValue) void
-
Method Details
-
getSpecial
-
getCharacter
-
getWithControl
boolean getWithControl(boolean defValue) -
getWithShift
boolean getWithShift(boolean defValue) -
getWithAlt
boolean getWithAlt(boolean defValue) -
getKeys
-
setKeys
-