Closed fdodino closed 8 years ago
Uhm... SWTObservables does not support non-Text widgets:
public static ISWTObservableValue observeText(Control control, int event) {
if (control instanceof Text) {
return new TextObservableValue((Text) control, event);
}
throw new IllegalArgumentException(
"Widget [" + control.getClass().getName() + "] is not supported."); //$NON-NLS-1$//$NON-NLS-2$
}
So, I'm canceling this issue, since I cannot override this behavior without too much effort.
It should work exactly as SWT widget