SWT.MOVEMENT_CLUSTER

The cluster movement type (value is 1<<1). This constant is used to move a text offset over a cluster. A cluster groups one or more characters. A cluster is undivisible, this means that a caret offset can not be placed in the middle of a cluster.

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

@since 3.0

class SWT
int MOVEMENT_CLUSTER;

Meta