Uses of Class
org.eclipse.jface.widgets.DateTimeFactory
Packages that use DateTimeFactory
-
Uses of DateTimeFactory in org.eclipse.jface.widgets
Methods in org.eclipse.jface.widgets that return DateTimeFactoryModifier and TypeMethodDescriptionstatic DateTimeFactory
WidgetFactory.dateTime
(int style) static DateTimeFactory
DateTimeFactory.newDateTime
(int style) Creates a new DateTimeFactory with the given style.DateTimeFactory.onDefaultSelect
(Consumer<SelectionEvent> consumer) Creates aSelectionListener
and registers it for the widgetDefaultSelected event.DateTimeFactory.onSelect
(Consumer<SelectionEvent> consumer) Creates aSelectionListener
and registers it for the widgetSelected event.