285286287288289290291
* * @return a value property for observing the text of a {@link StyledText} * or {@link Text}. */ public static IWidgetValueProperty text(int[] events) { return new WidgetTextWithEventsProperty((int[]) events.clone()); }