|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionListener | |
org.eclipse.jface.contentassist | Provides a content assist add-on for implementors of IContentAssistSubjectControl. |
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.contentassist |
Methods in org.eclipse.jface.contentassist with parameters of type SelectionListener | |
boolean |
TextContentAssistSubjectAdapter.addSelectionListener(SelectionListener selectionListener)
|
void |
TextContentAssistSubjectAdapter.removeSelectionListener(SelectionListener selectionListener)
|
void |
IContentAssistSubjectControl.removeSelectionListener(SelectionListener selectionListener)
Removes the specified selection listener. |
boolean |
IContentAssistSubjectControl.addSelectionListener(SelectionListener selectionListener)
If supported, adds a selection listener. |
boolean |
ComboContentAssistSubjectAdapter.addSelectionListener(SelectionListener selectionListener)
|
void |
ComboContentAssistSubjectAdapter.removeSelectionListener(SelectionListener selectionListener)
|
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 |
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.
|
void |
TableCursor.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes. |
void |
StyledText.addSelectionListener(SelectionListener listener)
Adds a selection listener. |
void |
StyledText.removeSelectionListener(SelectionListener listener)
Removes the specified selection listener. |
void |
CCombo.addSelectionListener(SelectionListener listener)
Adds the listener to receive events. |
void |
CCombo.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 |
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 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 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 |
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 |
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 |
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 |
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 |
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 |
TrayItem.addSelectionListener(SelectionListener listener)
Adds the listener to the collection of listeners who will be notified when the receiver is selected, by sending it one of the messages defined in the SelectionListener
interface.
|
void |
TrayItem.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will be notified when the receiver 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. |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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. |
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 Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.