public abstract class SimpleSelectionAdapter
extends java.lang.Object
implements org.eclipse.swt.events.SelectionListener
| Constructor and Description |
|---|
SimpleSelectionAdapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handle(org.eclipse.swt.events.SelectionEvent e)
Sent when selection occurs in the control.
|
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e) |
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent e) |
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListenerSelectionListener.widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent)public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
widgetSelected in interface org.eclipse.swt.events.SelectionListenerSelectionListener.widgetSelected(org.eclipse.swt.events.SelectionEvent)public abstract void handle(org.eclipse.swt.events.SelectionEvent e)
e - - an event containing information about the selection