Uses of Class
org.eclipse.swt.events.SelectionEvent
Packages that use SelectionEvent
-
Uses of SelectionEvent in org.eclipse.swt.events
Subclasses of SelectionEvent in org.eclipse.swt.eventsModifier and TypeClassDescriptionclass
Instances of this class are sent as a result ofExpandItem
s being expanded or collapsed.final class
Instances of this class are sent as a result of trees being expanded and collapsed.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.