Class ColumnResizeDragMode
java.lang.Object
org.eclipse.nebula.widgets.nattable.resize.mode.ColumnResizeDragMode
- All Implemented Interfaces:
IDragMode
Drag mode that will implement the column resizing process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected intprotected intprotected intprotected intprotected intprotected final IOverlayPainterprotected int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
columnPositionToResize
protected int columnPositionToResize -
originalColumnWidth
protected int originalColumnWidth -
startX
protected int startX -
currentX
protected int currentX -
lastX
protected int lastX -
gridColumnStartX
protected int gridColumnStartX -
checkMinimumWidth
protected boolean checkMinimumWidth -
overlayPainter
-
-
Constructor Details
-
ColumnResizeDragMode
public ColumnResizeDragMode()
-
-
Method Details