SWT.MOVEMENT_WORD_END

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

More...
class SWT
int MOVEMENT_WORD_END;

Detailed Description

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

@since 3.3

Meta