public abstract class KeyboardOperationMove extends BaseKeyboardOperation
KeyboardOperation.TriStateBoolean
gridLayer
Modifier and Type | Method and Description |
---|---|
boolean |
perform(GridWidget gridWidget,
boolean isShiftKeyDown,
boolean isControlKeyDown)
Performs the operation on the given @{link GridWidget}
|
getSelectedCellOrigin, isControlKeyDown, isExecutable, isShiftKeyDown, scrollSelectedCellIntoView
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKeyCode
public boolean perform(GridWidget gridWidget, boolean isShiftKeyDown, boolean isControlKeyDown)
KeyboardOperation
gridWidget
- The GridWidget on which to perform the operation.isShiftKeyDown
- True if the shift-key is down.isControlKeyDown
- True if the control-key is down.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.