public abstract class MultiChoiceSelectionListener<T>
extends java.lang.Object
implements org.eclipse.swt.events.SelectionListener
| Constructor and Description |
|---|
MultiChoiceSelectionListener(MultiChoice<T> parent) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handle(MultiChoice<T> parent,
T receiver,
boolean selected,
org.eclipse.swt.widgets.Shell popup)
This method contains the code that is called when the selection has
changed
|
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent inutile) |
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent e) |
public MultiChoiceSelectionListener(MultiChoice<T> parent)
public final void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
widgetSelected in interface org.eclipse.swt.events.SelectionListenerSelectionListener.widgetSelected(org.eclipse.swt.events.SelectionEvent)public final void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent inutile)
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListenerSelectionListener.widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent)public abstract void handle(MultiChoice<T> parent, T receiver, boolean selected, org.eclipse.swt.widgets.Shell popup)
parent - MultiChoice responsible of the eventreceiver - Object modifiedselected - If true, the check box has been checkedpopup - the popup window that contains all checkboxes