Uses of Interface
org.eclipse.swt.events.SelectionListener

Packages that use SelectionListener
org.eclipse.ercp.eworkbench   
org.eclipse.ercp.swt.mobile This package contains classes which are suitable for mobile devices. 
org.eclipse.ercp.update.views   
org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.swt.widgets Optional Expanded eSWT Widgets This package includes widgets which are in the Expanded portion of eSWT. 
 

Uses of SelectionListener in org.eclipse.ercp.eworkbench
 

Classes in org.eclipse.ercp.eworkbench that implement SelectionListener
 class DefaultView
           
 

Uses of SelectionListener in org.eclipse.ercp.swt.mobile
 

Methods in org.eclipse.ercp.swt.mobile with parameters of type SelectionListener
 void SortedList.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 the SelectionListener interface.
 void MultiPageDialog.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners who will be notified when the page changes, by sending it one of the messages defined in the SelectionListener interface.
 void ListView.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners who will be notified when the receiver's selection changes.
 void ListBox.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 the SelectionListener interface.
 void DateEditor.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners that will be notified when the control is selected.
 void ConstrainedText.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
 void Command.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners who will be notified when the command is activated, by sending it one of the messages defined in the SelectionListener interface.
 void SortedList.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who are notified when the receiver's selection changes.
 void MultiPageDialog.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 void ListView.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 void ListBox.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who are notified when the receiver's selection changes.
 void DateEditor.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners that will be notified when the control is selected.
 void ConstrainedText.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 void Command.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the command is activated.
 

Uses of SelectionListener in org.eclipse.ercp.update.views
 

Classes in org.eclipse.ercp.update.views that implement SelectionListener
 class AbsScreen
           
 class AddBookmarkScreen
           
 class AddLocalScreen
           
 class AddRemoteScreen
           
 class BookmarksScreen
           
 class EditBookmarkScreen
           
 class InstallingScreen
           
 class LicenseScreen
           
 class ManageScreen
           
 class PropertiesScreen
           
 class RootScreen
           
 class SelectFeaturesScreen
           
 class UninstallScreen
           
 class UpdatingScreen
           
 

Uses of SelectionListener in org.eclipse.jface.util
 

Methods in org.eclipse.jface.util with parameters of type SelectionListener
 void OpenStrategy.addPostSelectionListener(SelectionListener listener)
          Adds an SelectionListener to the collection of selectionEventListeners
 void OpenStrategy.addSelectionListener(SelectionListener listener)
          Adds an SelectionListener to the collection of selectionEventListeners
 void OpenStrategy.removePostSelectionListener(SelectionListener listener)
          Removes an SelectionListener to the collection of selectionEventListeners
 void OpenStrategy.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 SelectionListener
protected  void AbstractTreeViewer.addSelectionListener(Control control, SelectionListener listener)
          Deprecated.  
 

Uses of SelectionListener in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets with parameters of type SelectionListener
 void Button.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
 void Combo.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 the SelectionListener interface.
 void List.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 the SelectionListener 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 sending it one of the messages defined in the SelectionListener interface.
 void ScrollBar.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
 void Slider.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
 void Table.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 the SelectionListener interface.
 void TableColumn.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
 void Text.addSelectionListener(SelectionListener listener)
          Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener 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 the SelectionListener interface.
 void Tree.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 the SelectionListener interface.
 void Button.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 void Combo.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 void List.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 void MenuItem.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 void ScrollBar.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
 void Slider.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
 void Table.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 void TableColumn.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 void Text.removeSelectionListener(SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 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 receiver's selection changes.