Interface ICompositeRendererFactory

All Known Implementing Classes:
NavigationPageComboRendererFactory, NavigationPageScaleRendererFactory, PageSizeComboRendererFactory, ResultAndNavigationPageGraphicsRendererFactory, ResultAndNavigationPageLinksRendererFactory

public interface ICompositeRendererFactory
SWT Composite renderer factory.
  • Method Summary

    Modifier and Type Method 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.
  • Method Details

    • createComposite

      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.
      Parameters:
      parent - a widget which will be the parent of the new instance (cannot be null)
      style - the style of widget to construct
      controller - the pagination controller.
      Returns: