public class NavigationPageComboRendererFactory extends java.lang.Object implements ICompositeRendererFactory
| Constructor and Description |
|---|
NavigationPageComboRendererFactory() |
| 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 static ICompositeRendererFactory getFactory()
public org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent,
int style,
PageableController controller)
ICompositeRendererFactoryComposite that you can link to the given paination
controller.createComposite in interface ICompositeRendererFactoryparent - a widget which will be the parent of the new instance (cannot
be null)style - the style of widget to constructcontroller - the pagination controller.