Class DefaultMoveSelectionConfiguration

java.lang.Object
org.eclipse.nebula.widgets.nattable.config.AbstractLayerConfiguration<SelectionLayer>
org.eclipse.nebula.widgets.nattable.selection.config.DefaultMoveSelectionConfiguration
All Implemented Interfaces:
IConfiguration

public class DefaultMoveSelectionConfiguration extends AbstractLayerConfiguration<SelectionLayer>
Configure the behavior when the selection is moved. Example: by using arrow keys. This default configuration moves by cell. MoveSelectionCommand are fired by the DefaultSelectionBindings. A suitable handler can be plugged in to handle the move commands as required.
See Also: