Uses of Interface
org.eclipse.swt.events.SelectionListener
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Provides classes that help communicate proper content for fields in dialogs and wizards.
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT Custom widgets.
SWT typed listener support.
SWT widget public API classes.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Custom widgets and controls for forms-based parts.
-
Uses of SelectionListener in org.eclipse.jface.contentassist
Modifier and TypeMethodDescriptionboolean
ComboContentAssistSubjectAdapter.addSelectionListener
(SelectionListener selectionListener) Deprecated.boolean
IContentAssistSubjectControl.addSelectionListener
(SelectionListener selectionListener) If supported, adds a selection listener.boolean
TextContentAssistSubjectAdapter.addSelectionListener
(SelectionListener selectionListener) Deprecated.void
ComboContentAssistSubjectAdapter.removeSelectionListener
(SelectionListener selectionListener) Deprecated.void
IContentAssistSubjectControl.removeSelectionListener
(SelectionListener selectionListener) Removes the specified selection listener.void
TextContentAssistSubjectAdapter.removeSelectionListener
(SelectionListener selectionListener) Deprecated. -
Uses of SelectionListener in org.eclipse.jface.fieldassist
Modifier and TypeMethodDescriptionvoid
ControlDecoration.addSelectionListener
(SelectionListener listener) Adds the listener to the collection of listeners who will be notified when the decoration is selected, by sending it one of the messages defined in theSelectionListener
interface.void
ControlDecoration.removeSelectionListener
(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the decoration is selected. -
Uses of SelectionListener in org.eclipse.jface.util
Modifier and TypeMethodDescriptionvoid
OpenStrategy.addPostSelectionListener
(SelectionListener listener) Adds an SelectionListener to the collection of selectionEventListenersvoid
OpenStrategy.addSelectionListener
(SelectionListener listener) Adds an SelectionListener to the collection of selectionEventListenersvoid
OpenStrategy.removePostSelectionListener
(SelectionListener listener) Removes an SelectionListener to the collection of selectionEventListenersvoid
OpenStrategy.removeSelectionListener
(SelectionListener listener) Removes an SelectionListener to the collection of selectionEventListeners -
Uses of SelectionListener in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionprotected void
AbstractTreeViewer.addSelectionListener
(Control control, SelectionListener listener) Deprecated. -
Uses of SelectionListener in org.eclipse.swt.custom
Modifier 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
Modifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theSelectionListener
interface.Modifier 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
Modifier 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. -
Uses of SelectionListener in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionvoid
FilteredList.addSelectionListener
(SelectionListener listener) Adds a selection listener to the list.void
FilteredList.removeSelectionListener
(SelectionListener listener) Removes a selection listener from the list. -
Uses of SelectionListener in org.eclipse.ui.forms.widgets
Modifier and TypeMethodDescriptionvoid
FormText.addSelectionListener
(SelectionListener listener) Adds a selection listener.void
FormText.removeSelectionListener
(SelectionListener listener) Removes the specified selection listener.