|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionListener | |
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.custom | SWT Custom widgets. |
org.eclipse.swt.events | SWT typed listener support. |
org.eclipse.swt.widgets | SWT widget public API classes. |
org.eclipse.ui.dialogs | Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. |
Uses of SelectionListener in org.eclipse.jface.util |
Methods in org.eclipse.jface.util with parameters of type SelectionListener | |
void |
OpenStrategy.addSelectionListener(SelectionListener listener)
Adds an SelectionListener to the collection of selectionEventListeners |
void |
OpenStrategy.removeSelectionListener(SelectionListener listener)
Removes an SelectionListener to the collection of selectionEventListeners |
void |
OpenStrategy.addPostSelectionListener(SelectionListener listener)
Adds an SelectionListener to the collection of selectionEventListeners |
void |
OpenStrategy.removePostSelectionListener(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.custom |
Methods in org.eclipse.swt.custom with parameters of type SelectionListener | |
void |
CCombo.addSelectionListener(SelectionListener listener)
Adds the listener to receive events. |
void |
CCombo.removeSelectionListener(SelectionListener listener)
Removes the listener. |
void |
StyledText.addSelectionListener(SelectionListener listener)
Adds a selection listener. |
void |
StyledText.removeSelectionListener(SelectionListener listener)
Removes the specified selection listener. |
void |
TableTree.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 |
TableTree.removeSelectionListener(SelectionListener listener)
Removes the listener. |
void |
CTabFolder.addSelectionListener(SelectionListener listener)
Adds the listener to receive events. |
void |
CTabFolder.removeSelectionListener(SelectionListener listener)
Removes the listener. |
void |
TableCursor.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. |
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. |
Uses of SelectionListener in org.eclipse.swt.widgets |
Methods in org.eclipse.swt.widgets with parameters of type SelectionListener | |
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 |
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 |
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 |
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 |
CoolItem.addSelectionListener(SelectionListener listener)
Adds the listener to the collection of listeners that will be notified when the control is selected, 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. |
void |
MenuItem.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 |
MenuItem.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 |
Scale.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 |
Scale.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will be notified when the receiver's value changes. |
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 |
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 |
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 |
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 |
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 |
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 |
Slider.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will be notified when the receiver's value changes. |
Uses of SelectionListener in org.eclipse.ui.dialogs |
Methods in org.eclipse.ui.dialogs with parameters of type SelectionListener | |
void |
FilteredList.addSelectionListener(SelectionListener listener)
Adds a selection listener to the list. |
void |
FilteredList.removeSelectionListener(SelectionListener listener)
Removes a selection listener from the list. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |