You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the LocalizedWidgets class that makes widget localization easier by mapping widgets to string suppliers (ISupplier<String> put(Widget, ISupplier<String>)) and taking care of updating all their texts with a single method call (void resetAllTexts()). This class implements java.util.Map.
Preferences
Added a disabled flag to FieldEditorDetails useful to disable FieldEditors under some circumstances (e.g., an option that is available only on certain platforms).
Fixed AbstractDateFieldEditor (and consequently DateFieldEditor) overriding the setEnabled method and fixing other methods that were incompatible with the disabled status.
Logging
Changed the default date format for logging (LoggingSupport.DEFAULT_FORMAT) from dd/MM/yyyy HH:mm:ss.SSS to yyyy-MM-dd HH:mm:ss.SSS (RFC 3339).