Package | Description |
---|---|
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.
|
org.eclipse.ui.forms.widgets |
Custom widgets and controls for forms-based parts.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ComboContentAssistSubjectAdapter.addSelectionListener(SelectionListener selectionListener)
Deprecated.
|
boolean |
IContentAssistSubjectControl.addSelectionListener(SelectionListener selectionListener)
If supported, adds a selection listener.
|
boolean |
TextContentAssistSubjectAdapter.addSelectionListener(SelectionListener selectionListener)
Deprecated.
|
void |
ComboContentAssistSubjectAdapter.removeSelectionListener(SelectionListener selectionListener)
Deprecated.
|
void |
IContentAssistSubjectControl.removeSelectionListener(SelectionListener selectionListener)
Removes the specified selection listener.
|
void |
TextContentAssistSubjectAdapter.removeSelectionListener(SelectionListener selectionListener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTreeViewer.addSelectionListener(Control control,
SelectionListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CTabFolder.addSelectionListener(SelectionListener listener)
Adds the listener to receive events.
|
void |
CCombo.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.addSelectionListener(SelectionListener listener)
Deprecated.
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.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 |
StyledText.addSelectionListener(SelectionListener listener)
Adds a selection listener.
|
void |
CTabFolder.removeSelectionListener(SelectionListener listener)
Removes the listener.
|
void |
CCombo.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the receiver's selection changes.
|
void |
TableTree.removeSelectionListener(SelectionListener listener)
Deprecated.
Removes the listener from the collection of listeners who will
be notified when the receiver's selection changes.
|
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.removeSelectionListener(SelectionListener listener)
Removes the specified selection listener.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectionAdapter
This adapter class provides default implementations for the
methods described by the
SelectionListener interface. |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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 |
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 |
ToolTip.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 |
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 |
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 |
Spinner.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.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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
TreeColumn.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 |
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 |
MenuItem.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 |
ToolTip.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 |
CoolItem.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners that
will be notified when the control is selected.
|
void |
Link.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is selected.
|
void |
Spinner.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is selected.
|
void |
Button.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 |
Scale.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the receiver's value changes.
|
void |
Tree.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the receiver's selection changes.
|
void |
TrayItem.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the receiver is selected.
|
void |
TabFolder.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the receiver's selection changes.
|
void |
ToolItem.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 |
List.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the receiver's selection changes.
|
void |
TreeColumn.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is selected.
|
Modifier and Type | Method and Description |
---|---|
void |
FilteredList.addSelectionListener(SelectionListener listener)
Adds a selection listener to the list.
|
void |
FilteredList.removeSelectionListener(SelectionListener listener)
Removes a selection listener from the list.
|
Modifier and Type | Method and Description |
---|---|
void |
FormText.addSelectionListener(SelectionListener listener)
Adds a selection listener.
|
void |
FormText.removeSelectionListener(SelectionListener listener)
Removes the specified selection listener.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.