public class ResultAndNavigationPageGraphicsRendererFactory extends java.lang.Object implements ICompositeRendererFactory
ResultAndNavigationPageGraphicsRenderer
.Constructor and Description |
---|
ResultAndNavigationPageGraphicsRendererFactory(INavigationPageGraphicsConfigurator configurator) |
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 |
getBlackFactory() |
static ICompositeRendererFactory |
getBlueFactory() |
static ICompositeRendererFactory |
getGreenFactory() |
public ResultAndNavigationPageGraphicsRendererFactory(INavigationPageGraphicsConfigurator configurator)
public static ICompositeRendererFactory getBlueFactory()
public static ICompositeRendererFactory getGreenFactory()
public static ICompositeRendererFactory getBlackFactory()
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.