SWT.ImeComposition

The IME composition event type (value is 43). <p> The IME composition event is sent to allow custom text editors to implement in-line editing of international text. </p>

The detail field indicates the action to be taken: <p><ul> <li>{@link SWT#COMPOSITION_CHANGED}</li> <li>{@link SWT#COMPOSITION_OFFSET}</li> <li>{@link SWT#COMPOSITION_SELECTION}</li> </ul></p>

@see org.eclipse.swt.widgets.Widget#addListener @see org.eclipse.swt.widgets.Display#addFilter @see org.eclipse.swt.widgets.Event

@since 3.4

class SWT
int ImeComposition;

Meta