Interface Tables.ParentBuilder<T,R>

All Known Implementing Classes:
Tables.Builder
Enclosing class:
Tables

public static interface Tables.ParentBuilder<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    parent(org.eclipse.swt.widgets.Composite parent)
    Set up the table parent element
  • Method Details

    • parent

      Tables.FinalBuilder<T,R> parent(org.eclipse.swt.widgets.Composite parent)
      Set up the table parent element
      Parameters:
      parent - the parent control
      Returns:
      builder object