Uses of Class
org.eclipse.swt.events.SelectionEvent
Packages that use SelectionEvent
-
Uses of SelectionEvent in org.eclipse.swt.events
Methods in org.eclipse.swt.events with parameters of type SelectionEventModifier 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.Method parameters in org.eclipse.swt.events with type arguments of type SelectionEventModifier 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.