Uses of Class
org.eclipse.swt.events.SelectionEvent
-
Packages that use SelectionEvent Package Description org.eclipse.swt.events -
-
Uses of SelectionEvent in org.eclipse.swt.events
Subclasses of SelectionEvent in org.eclipse.swt.events Modifier and Type Class Description classExpandEventInstances of this class are sent as a result ofExpandItems being expanded or collapsed.classTreeEventInstances of this class are sent as a result of trees being expanded and collapsed.Methods in org.eclipse.swt.events with parameters of type SelectionEvent Modifier and Type Method Description voidSelectionAdapter. widgetDefaultSelected(SelectionEvent e)Sent when default selection occurs in the control.voidSelectionListener. widgetDefaultSelected(SelectionEvent e)Sent when default selection occurs in the control.voidSelectionAdapter. widgetSelected(SelectionEvent e)Sent when selection occurs in the control.voidSelectionListener. widgetSelected(SelectionEvent e)Sent when selection occurs in the control.Method parameters in org.eclipse.swt.events with type arguments of type SelectionEvent Modifier and Type Method Description static SelectionListenerSelectionListener. widgetDefaultSelectedAdapter(java.util.function.Consumer<SelectionEvent> c)Static helper method to create aSelectionListenerfor theSelectionListener.widgetDefaultSelected(SelectionEvent e)) method, given a lambda expression or a method reference.static SelectionListenerSelectionListener. widgetSelectedAdapter(java.util.function.Consumer<SelectionEvent> c)Static helper method to create aSelectionListenerfor theSelectionListener.widgetSelected(SelectionEvent e)) method, given a lambda expression or a method reference.
-