Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

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

Packages that use SelectionListener
org.eclipse.swt.custom   
org.eclipse.swt.events   
org.eclipse.swt.widgets   
 

Uses of SelectionListener in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type SelectionListener
 void 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 the SelectionListener 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. addSelectionListener ( SelectionListener listener)
          Adds the listener to receive events.
 void CTabFolder. removeSelectionListener ( SelectionListener listener)
          Removes the listener.
 

Uses of SelectionListener in org.eclipse.swt.events
 

Classes in org.eclipse.swt.events that implement SelectionListener
 class SelectionAdapter
          This adapter class provides default implementations for the methods described by the SelectionListener interface.
 

Methods in org.eclipse.swt.events with parameters of type SelectionListener
static void SelectionEvent. addListener ( Adaptable adaptable, SelectionListener listener)
           
static void SelectionEvent. removeListener ( Adaptable adaptable, SelectionListener listener)
           
 

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 Button. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 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 Combo. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 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 the SelectionListener interface.
 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. 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 the SelectionListener interface.
 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. 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 Link. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 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 List. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 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 MenuItem. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 void Sash. 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 Sash. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 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 the SelectionListener interface.
 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. 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 ScrollBar. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
 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 the SelectionListener interface.
 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. 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 the SelectionListener interface.
 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. 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 TabFolder. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 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 Table. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 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 TableColumn. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 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 Text. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 void ToolItem. 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 ToolItem. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the control is selected.
 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 Tree. removeSelectionListener ( SelectionListener listener)
          Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
 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 the SelectionListener interface.
 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.
 


Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire