Uses of Interface
org.eclipse.swt.events.SelectionListener
Packages that use SelectionListener
-
Uses of SelectionListener in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type SelectionListenerModifier and TypeMethodDescriptionvoid
CCombo.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in theSelectionListener
interface.void
CTabFolder.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in theSelectionListener
interface.void
StyledText.addSelectionListener
(SelectionListener listener) Adds a selection listener.void
TableCursor.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in theSelectionListener
interface.void
TreeCursor.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in theSelectionListener
interface.void
CCombo.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.void
CTabFolder.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.void
StyledText.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.void
TableCursor.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.void
TreeCursor.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's selection changes. -
Uses of SelectionListener in org.eclipse.swt.events
Classes in org.eclipse.swt.events that implement SelectionListenerModifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theSelectionListener
interface.Methods in org.eclipse.swt.events that return SelectionListenerModifier and TypeMethodDescriptionstatic SelectionListener
SelectionListener.widgetDefaultSelectedAdapter
(Consumer<SelectionEvent> c) Static helper method to create aSelectionListener
for thewidgetDefaultSelected(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 thewidgetSelected(SelectionEvent e)
) method, given a lambda expression or a method reference. -
Uses of SelectionListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type SelectionListenerModifier and TypeMethodDescriptionvoid
Button.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
Combo.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in theSelectionListener
interface.void
CoolItem.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners that will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
DateTime.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
Link.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
List.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in theSelectionListener
interface.void
MenuItem.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the menu item is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
Sash.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
Scale.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's value, by sending it one of the messages defined in theSelectionListener
interface.void
ScrollBar.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's value, by sending it one of the messages defined in theSelectionListener
interface.void
Slider.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's value, by sending it one of the messages defined in theSelectionListener
interface.void
Spinner.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
TabFolder.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in theSelectionListener
interface.void
Table.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in theSelectionListener
interface.void
TableColumn.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
Text.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
ToolItem.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
ToolTip.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the receiver is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
TrayItem.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the receiver is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
Tree.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in theSelectionListener
interface.void
TreeColumn.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in theSelectionListener
interface.void
Button.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.void
Combo.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.void
CoolItem.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners that will be notified when the control is selected by the user.void
DateTime.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.void
Link.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.void
List.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.void
MenuItem.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.void
Sash.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.void
Scale.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.void
ScrollBar.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.void
Slider.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.void
Spinner.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.void
TabFolder.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.void
Table.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.void
TableColumn.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.void
Text.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.void
ToolItem.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.void
ToolTip.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.void
TrayItem.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.void
Tree.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.void
TreeColumn.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.