Uses of Class
org.eclipse.swt.events.SelectionEvent
-
Uses of SelectionEvent in org.eclipse.swt.events
Modifier and TypeMethodDescriptionvoid
SelectionAdapter.widgetDefaultSelected
(SelectionEvent e) Sent when default selection occurs in the control.void
SelectionListener.widgetDefaultSelected
(SelectionEvent e) Sent when default selection occurs in the control.void
SelectionAdapter.widgetSelected
(SelectionEvent e) Sent when selection occurs in the control.void
SelectionListener.widgetSelected
(SelectionEvent e) Sent when selection occurs in the control.Modifier and TypeMethodDescriptionstatic SelectionListener
SelectionListener.widgetDefaultSelectedAdapter
(Consumer<SelectionEvent> c) Static helper method to create aSelectionListener
for theSelectionListener.widgetDefaultSelected(SelectionEvent e)
) method, given a lambda expression or a method reference.static SelectionListener
SelectionListener.widgetSelectedAdapter
(Consumer<SelectionEvent> c) Static helper method to create aSelectionListener
for theSelectionListener.widgetSelected(SelectionEvent e)
) method, given a lambda expression or a method reference.