org.eclipse.nebula.widgets.nattable.selection.config
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:
MoveRowSelectionCommandHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMoveSelectionConfiguration
public DefaultMoveSelectionConfiguration()
configureTypedLayer
public void configureTypedLayer(SelectionLayer layer)
- Specified by:
configureTypedLayer
in class AbstractLayerConfiguration<SelectionLayer>
Copyright © 2015. All rights reserved.