Class SingleRowSelectionDragMode
java.lang.Object
org.eclipse.nebula.widgets.nattable.viewport.action.AutoScrollDragMode
org.eclipse.nebula.widgets.nattable.selection.action.CellSelectionDragMode
org.eclipse.nebula.widgets.nattable.selection.action.RowSelectionDragMode
org.eclipse.nebula.widgets.nattable.selection.action.SingleRowSelectionDragMode
- All Implemented Interfaces:
IDragMode
Selects the entire row when the mouse is dragged on the body. Only a
single row is selected at a given time. This is the row the mouse is
over.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.nebula.widgets.nattable.viewport.action.AutoScrollDragMode
AutoScrollDragMode.AutoScrollRunnable -
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.nattable.viewport.action.AutoScrollDragMode
horizontalBorderOffset, verticalBorderOffset -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.selection.action.RowSelectionDragMode
fireSelectionCommandMethods inherited from class org.eclipse.nebula.widgets.nattable.selection.action.CellSelectionDragMode
mouseDown, mouseUp, performDragAction
-
Constructor Details
-
SingleRowSelectionDragMode
public SingleRowSelectionDragMode()
-
-
Method Details
-
mouseMove
- Specified by:
mouseMovein interfaceIDragMode- Overrides:
mouseMovein classAutoScrollDragMode
-