public class SelectionChangeEvent
extends org.eclipse.swt.events.TypedEvent
SelectionChangeListener,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
boolean |
doit
A flag indicating whether the operation should be allowed.
|
| Constructor and Description |
|---|
SelectionChangeEvent(org.eclipse.swt.widgets.Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DLItem> |
getItems() |
void |
setItems(java.util.List<DLItem> items) |
public boolean doit
false will cancel the
operation, depending on the widget.