Package | Description |
---|---|
org.eclipse.jface.contentassist |
Provides a content assist add-on for implementors of IContentAssistSubjectControl.
|
org.eclipse.jface.fieldassist |
Provides classes that help communicate proper content for fields in dialogs and wizards.
|
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 |
IContentAssistSubjectControl.addSelectionListener(SelectionListener selectionListener)
If supported, adds a selection listener.
|
boolean |
ComboContentAssistSubjectAdapter.addSelectionListener(SelectionListener selectionListener)
Deprecated.
|
boolean |
TextContentAssistSubjectAdapter.addSelectionListener(SelectionListener selectionListener)
Deprecated.
|
void |
IContentAssistSubjectControl.removeSelectionListener(SelectionListener selectionListener)
Removes the specified selection listener.
|
void |
ComboContentAssistSubjectAdapter.removeSelectionListener(SelectionListener selectionListener)
Deprecated.
|
void |
TextContentAssistSubjectAdapter.removeSelectionListener(SelectionListener selectionListener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlDecoration.addSelectionListener(SelectionListener listener)
Adds the listener to the collection of listeners who will be notified
when the decoration is selected, by sending it one of the messages
defined in the
SelectionListener interface. |
void |
ControlDecoration.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will be
notified when the decoration is selected.
|
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 |
TreeCursor.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 |
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 |
TableTree.addSelectionListener(SelectionListener listener)
Deprecated.
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 |
TableCursor.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 |
CTabFolder.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 |
StyledText.addSelectionListener(SelectionListener listener)
Adds a selection listener.
|
void |
TreeCursor.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will be notified when the
receiver's selection changes.
|
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 |
TableTree.removeSelectionListener(SelectionListener listener)
Deprecated.
Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's selection.
|
void |
TableCursor.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.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's selection.
|
void |
StyledText.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's selection.
|
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 |
ToolTip.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 |
Button.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 |
ToolItem.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 |
ScrollBar.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 |
Tree.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 |
MenuItem.addSelectionListener(SelectionListener listener)
Adds the listener to the collection of listeners who will
be notified when the menu item is selected by the user, by sending
it one of the messages defined in the
SelectionListener
interface. |
void |
Sash.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.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 |
List.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 |
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 |
TableColumn.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 |
TabFolder.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 |
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 |
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 |
Table.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 |
Combo.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 |
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 |
Text.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 |
Link.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.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.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 |
ToolTip.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the receiver is selected by the user.
|
void |
Button.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is selected by the user.
|
void |
ToolItem.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is selected by the user.
|
void |
ScrollBar.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's value.
|
void |
Tree.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's selection.
|
void |
MenuItem.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is selected by the user.
|
void |
Sash.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is selected by the user.
|
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 |
List.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's selection.
|
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 |
TableColumn.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.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's selection.
|
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 |
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 |
Table.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's selection.
|
void |
Combo.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's selection.
|
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 |
Text.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.removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is selected by the user.
|
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.
|
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.
|
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.