public class ResultAndNavigationPageLinksRendererFactory extends java.lang.Object implements ICompositeRendererFactory
ResultAndNavigationPageLinksRenderer
.Constructor and Description |
---|
ResultAndNavigationPageLinksRendererFactory() |
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. |
static ICompositeRendererFactory |
getFactory() |
public ResultAndNavigationPageLinksRendererFactory()
public static ICompositeRendererFactory getFactory()
public org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent, int style, PageableController controller)
ICompositeRendererFactory
Composite
that you can link to the given paination
controller.createComposite
in interface ICompositeRendererFactory
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.