T - pagination controller.public class AbstractPageControllerSelectionListener<T extends PageableController>
extends org.eclipse.swt.events.SelectionAdapter
SelectionListener implementation for Widget
which needs update pagination controller.| Constructor and Description |
|---|
AbstractPageControllerSelectionListener()
Constructor with none pagination controller.
|
AbstractPageControllerSelectionListener(T controller)
Constructor with pagination controller.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getController(org.eclipse.swt.widgets.Widget widget)
Returns the attached pagination controller of the given widget.
|
widgetDefaultSelected, widgetSelectedpublic AbstractPageControllerSelectionListener()
controller - public AbstractPageControllerSelectionListener(T controller)
controller - public T getController(org.eclipse.swt.widgets.Widget widget)
widget -