public abstract class SelectionAdapter extends java.lang.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 selection
Copyright (c) EclipseSource and others 2002, 2017.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0