SWT.MOVEMENT_WORD_START

The word start movement type (value is 1<<4). This constant is used to move a text offset to the next or previous word start. The behavior of this constant does not depend on the platform.

@see org.eclipse.swt.graphics.TextLayout#getNextOffset(int, int) @see org.eclipse.swt.graphics.TextLayout#getPreviousOffset(int, int)

@since 3.3

class SWT
int MOVEMENT_WORD_START;

Meta