public abstract class KeyboardOperationMove extends BaseKeyboardOperation
KeyboardOperation.TriStateBooleangridLayer| 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, scrollSelectedCellIntoViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeyCodepublic boolean perform(GridWidget gridWidget, boolean isShiftKeyDown, boolean isControlKeyDown)
KeyboardOperationgridWidget - 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.