| Package | Description |
|---|---|
| org.eclipse.swt.events |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpandEvent
Instances of this class are sent as a result of
ExpandItems being expanded or collapsed. |
class |
TreeEvent
Instances of this class are sent as a result of
trees being expanded and collapsed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionListener.widgetDefaultSelected(SelectionEvent e)
Sent when default selection occurs in the control.
|
void |
SelectionAdapter.widgetDefaultSelected(SelectionEvent e)
Sent when default selection occurs in the control.
|
void |
SelectionListener.widgetSelected(SelectionEvent e)
Sent when selection occurs in the control.
|
void |
SelectionAdapter.widgetSelected(SelectionEvent e)
Sent when selection occurs in the control.
|
Copyright © 2017. All Rights Reserved.