Uses of Interface
org.eclipse.swt.events.SelectionListener
Packages that use 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.help.ui.internal
Methods in org.eclipse.help.ui.internal with parameters of type SelectionListenerModifier and TypeMethodDescriptionvoidHyperlinkLabel.addSelectionListener(SelectionListener listener) voidHyperlinkLabel.removeSelectionListener(SelectionListener listener) -
Uses of SelectionListener in org.eclipse.jface.contentassist
Methods in org.eclipse.jface.contentassist with parameters of type SelectionListenerModifier and TypeMethodDescriptionbooleanComboContentAssistSubjectAdapter.addSelectionListener(SelectionListener selectionListener) Deprecated.booleanIContentAssistSubjectControl.addSelectionListener(SelectionListener selectionListener) If supported, adds a selection listener.booleanTextContentAssistSubjectAdapter.addSelectionListener(SelectionListener selectionListener) Deprecated.voidComboContentAssistSubjectAdapter.removeSelectionListener(SelectionListener selectionListener) Deprecated.voidIContentAssistSubjectControl.removeSelectionListener(SelectionListener selectionListener) Removes the specified selection listener.voidTextContentAssistSubjectAdapter.removeSelectionListener(SelectionListener selectionListener) Deprecated. -
Uses of SelectionListener in org.eclipse.jface.fieldassist
Methods in org.eclipse.jface.fieldassist with parameters of type SelectionListenerModifier and TypeMethodDescriptionvoidControlDecoration.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 theSelectionListenerinterface.voidControlDecoration.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
Methods in org.eclipse.jface.util with parameters of type SelectionListenerModifier and TypeMethodDescriptionvoidOpenStrategy.addPostSelectionListener(SelectionListener listener) Adds an SelectionListener to the collection of selectionEventListenersvoidOpenStrategy.addSelectionListener(SelectionListener listener) Adds an SelectionListener to the collection of selectionEventListenersvoidOpenStrategy.removePostSelectionListener(SelectionListener listener) Removes an SelectionListener to the collection of selectionEventListenersvoidOpenStrategy.removeSelectionListener(SelectionListener listener) Removes an SelectionListener to the collection of selectionEventListeners -
Uses of SelectionListener in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type SelectionListenerModifier and TypeMethodDescriptionprotected voidAbstractTreeViewer.addSelectionListener(Control control, SelectionListener listener) Deprecated. -
Uses of SelectionListener in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type SelectionListenerModifier and TypeMethodDescriptionvoidCCombo.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 theSelectionListenerinterface.voidCTabFolder.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 theSelectionListenerinterface.voidStyledText.addSelectionListener(SelectionListener listener) Adds a selection listener.voidTableCursor.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 theSelectionListenerinterface.voidTreeCursor.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 theSelectionListenerinterface.voidCCombo.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidCTabFolder.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidStyledText.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidTableCursor.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidTreeCursor.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 TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theSelectionListenerinterface.Methods in org.eclipse.swt.events that return SelectionListenerModifier and TypeMethodDescriptionstatic SelectionListenerSelectionListener.widgetDefaultSelectedAdapter(Consumer<SelectionEvent> c) Static helper method to create aSelectionListenerfor thewidgetDefaultSelected(SelectionEvent e)) method, given a lambda expression or a method reference.static SelectionListenerSelectionListener.widgetSelectedAdapter(Consumer<SelectionEvent> c) Static helper method to create aSelectionListenerfor 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 TypeMethodDescriptionvoidButton.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 theSelectionListenerinterface.voidCombo.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 theSelectionListenerinterface.voidCoolItem.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 theSelectionListenerinterface.voidDateTime.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 theSelectionListenerinterface.voidLink.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 theSelectionListenerinterface.voidList.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 theSelectionListenerinterface.voidMenuItem.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 theSelectionListenerinterface.voidSash.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 theSelectionListenerinterface.voidScale.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 theSelectionListenerinterface.voidScrollBar.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 theSelectionListenerinterface.voidSlider.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 theSelectionListenerinterface.voidSpinner.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 theSelectionListenerinterface.voidTabFolder.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 theSelectionListenerinterface.voidTable.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 theSelectionListenerinterface.voidTableColumn.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 theSelectionListenerinterface.voidText.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 theSelectionListenerinterface.voidToolItem.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 theSelectionListenerinterface.voidToolTip.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 theSelectionListenerinterface.voidTrayItem.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 theSelectionListenerinterface.voidTree.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 theSelectionListenerinterface.voidTreeColumn.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 theSelectionListenerinterface.voidButton.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.voidCombo.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidCoolItem.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners that will be notified when the control is selected by the user.voidDateTime.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.voidLink.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.voidList.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidMenuItem.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.voidSash.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.voidScale.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.voidScrollBar.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.voidSlider.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.voidSpinner.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.voidTabFolder.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidTable.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidTableColumn.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.voidText.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.voidToolItem.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the control is selected by the user.voidToolTip.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.voidTrayItem.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.voidTree.removeSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidTreeColumn.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
Methods in org.eclipse.ui.dialogs with parameters of type SelectionListenerModifier and TypeMethodDescriptionvoidFilteredList.addSelectionListener(SelectionListener listener) Adds a selection listener to the list.voidFilteredList.removeSelectionListener(SelectionListener listener) Removes a selection listener from the list. -
Uses of SelectionListener in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets with parameters of type SelectionListenerModifier and TypeMethodDescriptionvoidFormText.addSelectionListener(SelectionListener listener) Adds a selection listener.voidFormText.removeSelectionListener(SelectionListener listener) Removes the specified selection listener.