public class ModifierKeyActions
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ModifierKeyAction |
getAlt()
Gets what action is triggered by the ALT key.
|
ModifierKeyAction |
getControl()
Gets what action is triggered by the CTRL key.
|
ModifierKeyAction |
getShift()
Gets what action is triggered by the SHIFT key.
|
void |
setAlt(ModifierKeyAction value)
Sets what action is triggered by the ALT key.
|
void |
setControl(ModifierKeyAction value)
Sets what action is triggered by the CTRL key.
|
void |
setShift(ModifierKeyAction value)
Sets what action is triggered by the SHIFT key.
|
public ModifierKeyAction getControl()
ModifierKeyAction
enumeration. The default is Select.public void setControl(ModifierKeyAction value)
value
- A member of the ModifierKeyAction
enumeration.public ModifierKeyAction getShift()
ModifierKeyAction
enumeration. The default is OverrideBehavior.public void setShift(ModifierKeyAction value)
value
- A member of the ModifierKeyAction
enumeration.public ModifierKeyAction getAlt()
ModifierKeyAction
enumeration. The default is Pan.public void setAlt(ModifierKeyAction value)
value
- A member of the ModifierKeyAction
enumeration.