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
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.config.AbstractLayerConfiguration
configureLayer, configureRegistry, configureUiBindings
-
Constructor Details
-
DefaultMoveSelectionConfiguration
public DefaultMoveSelectionConfiguration()
-
-
Method Details
-
configureTypedLayer
- Specified by:
configureTypedLayer
in classAbstractLayerConfiguration<SelectionLayer>
-