public interface ICompositeRendererFactory
Composite
renderer factory.Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Composite |
createComposite(org.eclipse.swt.widgets.Composite parent,
int style,
PageableController controller)
Create SWT
Composite that you can link to the given paination
controller. |
org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent, int style, PageableController controller)
Composite
that you can link to the given paination
controller.parent
- a widget which will be the parent of the new instance (cannot
be null)style
- the style of widget to constructcontroller
- the pagination controller.