The word movement type (value is 1<<2).
This constant is used to move a text offset over a word.
The behavior of this constant depends on the platform and on the
direction of the movement. For example, on Windows the stop is
always at the start of the word. On GTK and Mac the stop is at the end
of the word if the direction is next and at the start of the word if the
direction is previous.
The word movement type (value is 1<<2). This constant is used to move a text offset over a word. The behavior of this constant depends on the platform and on the direction of the movement. For example, on Windows the stop is always at the start of the word. On GTK and Mac the stop is at the end of the word if the direction is next and at the start of the word if the direction is previous.
@see org.eclipse.swt.graphics.TextLayout#getNextOffset(int, int) @see org.eclipse.swt.graphics.TextLayout#getPreviousOffset(int, int)
@since 3.0