public abstract class SelectionAdapter extends Object implements SelectionListener
SelectionListener
interface.
Classes that wish to deal with SelectionEvent
s can
extend this class and override only the methods which they are
interested in.
SelectionListener
,
SelectionEvent
Constructor and Description |
---|
SelectionAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
widgetDefaultSelected(SelectionEvent e)
Sent when default selection occurs in the control.
|
void |
widgetSelected(SelectionEvent e)
Sent when selection occurs in the control.
|
public void widgetSelected(SelectionEvent e)
widgetSelected
in interface SelectionListener
e
- an event containing information about the selectionpublic void widgetDefaultSelected(SelectionEvent e)
widgetDefaultSelected
in interface SelectionListener
e
- an event containing information about the default selectionGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.